You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm loading JSON descriptors from a network location. An exception is thrown when using the light library, but if I switch to the full library then it works.
After debugging in the browser it seems that the common variable is not being set in the light library if loading from a network location. This causes it to fail on line 4174.
Here is the console log...
protobuf_light.js:4174 Uncaught (in promise) TypeError: Cannot use 'in' operator to search for '/content/geobuf.json' in undefined
at fetch (protobuf_light.js:4174)
at Root.load (protobuf_light.js:4225)
at executor (protobuf_light.js:84)
at new Promise (<anonymous>)
at Object.asPromise (protobuf_light.js:68)
at Root.load (protobuf_light.js:4113)
at Object.load (protobuf_light.js:2200)
Thanks
The text was updated successfully, but these errors were encountered:
protobuf.js version: 6.8.8
I'm loading JSON descriptors from a network location. An exception is thrown when using the light library, but if I switch to the full library then it works.
After debugging in the browser it seems that the
common
variable is not being set in the light library if loading from a network location. This causes it to fail on line 4174.Here is the console log...
Thanks
The text was updated successfully, but these errors were encountered: