question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

missing ThirdParty/pako_inflate

See original GitHub issue

After updating to 1.34 I get kind of similar error to #5278 (probably somewhere else than before):

Cesium missing ThirdParty/pako_inflate

when using unminified version, full error:

Cesium.js:337 Uncaught Error: Cesium missing ThirdParty/pako_inflate
    at main (Cesium.js:337)
    at callDep (Cesium.js:199)
    at main (Cesium.js:332)
    at req (Cesium.js:406)
    at Cesium.js:206875
    at Object.<anonymous> (Cesium.js:206886)
    at Object.<anonymous> (Cesium.js:206886)
    at __webpack_require__ (bootstrap 416caff…:688)
    at fn (bootstrap 416caff…:109)
    at Object.<anonymous> (cesium.service.ts:1)
    at __webpack_require__ (bootstrap 416caff…:688)
    at fn (bootstrap 416caff…:109)
    at Object.<anonymous> (help.component.ts:11)
    at __webpack_require__ (bootstrap 416caff…:688)
    at fn (bootstrap 416caff…:109)
    at Object.<anonymous> (index.ts:1)
    at __webpack_require__ (bootstrap 416caff…:688)
    at fn (bootstrap 416caff…:109)
    at Object.<anonymous> (app.routes.ts:2)
    at __webpack_require__ (bootstrap 416caff…:688)
    at fn (bootstrap 416caff…:109)
    at Object.<anonymous> (app.component.ts:35)
    at __webpack_require__ (bootstrap 416caff…:688)
    at fn (bootstrap 416caff…:109)
    at Object.<anonymous> (index.ts:1)
    at __webpack_require__ (bootstrap 416caff…:688)
    at fn (bootstrap 416caff…:109)
    at Object.<anonymous> (main.browser.ts:1)
    at __webpack_require__ (bootstrap 416caff…:688)
    at fn (bootstrap 416caff…:109)
    at Object.<anonymous> (cesiumHeatmapRight.js:360)
    at __webpack_require__ (bootstrap 416caff…:688)
    at bootstrap 416caff…:789
    at main.bundle.js:794

I’m using angular + webpack.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:19 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
magicdawncommented, Dec 13, 2017

Oh I use webpack required cesium/Build/Cesium/Cesium.js and tell webpack not to parse the built js file. and it throw error like this issue.

After I copy file and load cesium using <script> tag, it worked.

Thanks

1reaction
543802360commented, Jul 23, 2017

I have also encountered this problem when using Cesium 1.35 ,but 1.31 does not. Here is my repository https://github.com/543802360/express-webpack-cesium, Cesium 1.31 works well

Read more comments on GitHub >

github_iconTop Results From Across the Web

Failing to inflate a sequence of bytes · Issue #174 · nodeca/pako
Deflate is used in a PDF format for lossless compression. A PDF file has been sent to me with a following sequence of...
Read more >
Pako: High Speed Zlib Port to Pure js (deflate, inflate, Gzip)
Pako's deflate detects input data type, and automatically recode strings to utf-8 prior to compress. Inflate has special option, to say compressed data...
Read more >
How to use pako.js javascript? Pako is not defined
I'm currently working on an algorithm that deflates in Java and inflates in javascript. For the most part, I have heard that pako.js...
Read more >
pako 2.1.0 API documentation
Pako's deflate detects input data type, and automatically recode strings to utf-8 prior to compress. Inflate has special option, ...
Read more >
Pako Thupayagale PhD thesis - CORE
A thesis submitted to the University of St Andrews in application for the degree of Doctor of Philosophy. Pako Thupayagale.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found