-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"DevTools failed to parse SourceMap" warning #8281
Comments
Same issue here :( |
I am experiencing the same issue. I thought it might be an extension problem but I've checked all my extensions and there are no issues. I am running Brave (stable) for Linux on Ubuntu. |
@Nuc1eoN @minaiism @EugenioAntonioBonanno can you folks confirm whether or not you've navigated to |
I have definitely navigated there.
…On Fri., Feb. 28, 2020, 01:47 ryanml, ***@***.***> wrote:
@Nuc1eoN <https://github.com/Nuc1eoN> @minaiism
<https://github.com/minaiism> @EugenioAntonioBonanno
<https://github.com/EugenioAntonioBonanno> can you folks confirm whether
or not you've navigated to brave://wallet at any time?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8281?email_source=notifications&email_token=AJIB3Y7CKX32ONAKDXXFBZ3RE74CNA5CNFSM4KWTRJH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENFJCCY#issuecomment-592089355>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJIB3Y3FE7XZWDQNDQQEPGDRE74CNANCNFSM4KWTRJHQ>
.
|
I'm quite sure I haven't been at |
Same as @vdavid .I haven't been at brave://wallet whatsoever. |
@ryanml even if you don't enable Crypto Wallets, the extension is always running. Visible in the Task Manager (Hamburger => More Tools => Task Manager) |
Hey @bsclifton that's not right for a fresh profile that hasn't navigated to brave://wallet on Release channel up to Nightly. |
ah - ok my bad; I believe I did visit brave://wallet. I didn't realize it would run the extension even if Crypto Wallets is disabled / not used |
There's a source map comment in the affect files, but the source maps themselves are missing. The developers should disable source map creation in their asset build process. Edit: Removing those comments fixed this issue. |
Looks like more errors are exposed (if source-map files are missing, error will now show where it didn't before) And, currently source-maps from extensions aren't loaded even if they are provided. I'm seeing this error for 1PasswordX extension, having disabled crypto wallets already. |
@rebron - may I ask that someone remove the comments referencing a source map (or install the source map files)? the warning is rather annoying and distracts me when i'm trying to debug things in the browser... thanks! |
Thank you! |
Verification passed on
Verification passed on
Verification passed on
|
In Brave v1.3.115 if you open any page, go to the Inspector and open the console, there are the following warnings:
At first I thought it's a website issue but it really seems to be tied to the brave browser.
The text was updated successfully, but these errors were encountered: