Showing questions for topic:
Showing questions tagged:

see no way send

Bugzilla Report Package Product: Developer Tools Component: General / Debugger Title: [Source Map Loader] Worker crash due to unhandled JSON.parse error on non-JSON/HTML … (read more)

Bugzilla Report Package

Product: Developer Tools

Component: General / Debugger

Title: [Source Map Loader] Worker crash due to unhandled JSON.parse error on non-JSON/HTML responses in fetchSourceMap.js

Description:

When fetching source maps in a worker context, fetchSourceMap.js occasionally encounters an unexpected non-JSON response (such as an HTML error page or 404 response starting with ). This causes an unhandled JSON.parse exception at line 83 (_fetch), crashing the source map consumer.

Stack Trace: Plaintext

Source map error: Error: JSON.parse: unexpected character at line 1 column 1 of the JSON data Stack in the worker: parseSourceMapInput@resource://devtools/client/shared/vendor/source-map/lib/util.js:163:15 _factory@resource://devtools/client/shared/vendor/source-map/lib/source-map-consumer.js:1069:22 SourceMapConsumer@resource://devtools/client/shared/vendor/source-map/lib/source-map-consumer.js:26:12 _fetch@resource://devtools/client/shared/source-map-loader/utils/fetchSourceMap.js:83:19

Proposed Patch (fetchSourceMap.js - Line 83): JavaScript

// Replace direct unhandled parse at line 83 with safe parsing: const sourceMap = (() => {

 try {
   const trimmed = responseText ? responseText.trim() : "";
   if (trimmed.startsWith("<") || trimmed.startsWith("

})();

Open 1

Mozile vpn not working in my country

Hello, i am buy vpn yeasterday, but I from Russia and vpn not workng, can you refund money? Connects but there are errors, maybe Russian government blocking this vpn … (read more)

Hello, i am buy vpn yeasterday, but I from Russia and vpn not workng, can you refund money? Connects but there are errors, maybe Russian government blocking this vpn

Open 3 110

need details to use my Mozilla VPN that I bought and installed 12-21-2022;not used yet

I have searched (with my limited abilities) all over my computer looking for the VPN icon. cannot find. I found the check VPN to turn on or off but I haven't a clue what … (read more)

I have searched (with my limited abilities) all over my computer looking for the VPN icon. cannot find. I found the check VPN to turn on or off but I haven't a clue what to do next. Heads up: I have less than 50% hearing and am losing my eyesight, so please detail info with that in mind. thank you

Open 1 90

extensions in address bar

My security suite is Norton 360. I refreshed FF and would like to place (as before) an icon in the address bar (to the left of puzzle piece) for the password manager exte… (read more)

My security suite is Norton 360. I refreshed FF and would like to place (as before) an icon in the address bar (to the left of puzzle piece) for the password manager extension. The extension is installed. Please help.

Thanks, Jake

Open 1 80