Extension not working for chrome release version 117.0.5938.88
website: http://baike.baidu.com/api/openapi/BaikeLemmaCardApi?scope=103&format=json&appid=379020&bk_key=%E5%85%B3%E9%94%AE%E5%AD%97&bk_length=600
this wbsite is ok: https://suggest.taobao.com/sug?code=utf-8&q=%E8%A3%A4%E5%AD%90&callback=cb
I'm running into this issue too.
This is a huge problem, please help!
It's not working at all at latest Chrome version, @tulios Please check it if you have a chance, many thanks
I'm running into this issue too.version is 117.0.5938.88.
This is a huge problem, please help!
Same problem in version 117.0.5938.62
Same problem after Brave Browser update: [Version 1.58.127 Chromium: 117.0.5938.88 (Official Build) (arm64)]
Same issue here : Version 117.0.5938.88 (Official Build) (64-bit) on ubuntu jammy
Same issue: Version 117.0.5938.88 (Official Build) (arm64) macOS 13.5.2 (Ventura)
Same issue: [Version 1.58.127 Chromium: 117.0.5938.88 (Official Build) (64-bit)](https://brave.com/latest/)
Same problem after Brave Browser update: [Version 1.58.127 Chromium: 117.0.5938.88 (Official Build) (arm64)]
Looks like it's affecting JSONVue as well: https://bugs.chromium.org/p/chromium/issues/detail?id=1449151
Looks like you can disable it when launching from the command line with the --disable-blink-features=PrettyPrintJSONDocument flag.
Need to quit the browser and then relaunch.
MacOs:
- Brave:
open -a "Brave Browser.app" --args --disable-blink-features=PrettyPrintJSONDocument - Chrome:
open -a "Google Chrome.app" --args --disable-blink-features=PrettyPrintJSONDocument
Windows: Unsure sure - but the start of some instructions for Brave: https://support.brave.com/hc/en-us/articles/360044860011-How-Do-I-Use-Command-Line-Flags-in-Brave-
Looks like you can disable it when launching from the command line with the
--disable-blink-features=PrettyPrintJSONDocumentflag.Need to quit the browser and then relaunch.
MacOs:
- Brave:
open -a "Brave Browser.app" --args --disable-blink-features=PrettyPrintJSONDocument- Chrome:
open -a "Google Chrome.app" --args --disable-blink-features=PrettyPrintJSONDocumentWindows: Unsure sure - but the start of some instructions for Brave: https://support.brave.com/hc/en-us/articles/360044860011-How-Do-I-Use-Command-Line-Flags-in-Brave-
I can confirm that this is a temporary fix. Well done @alecsammon 👏🏼
Windows:
"...\chrome.exe" --profile-directory=Default --disable-blink-features=PrettyPrintJSONDocument
Thanks.
Looks like a result of this change.
Exactly the same problem in this version of chrome.
Either this plugin is no longer being developed, or the developers don't know how to fix the issue. Just use this one instead: https://chrome.google.com/webstore/detail/jsonvue/chklaanhfefbnpoihckbnefhakgolnmc/related
It works.
Same problem here. But I would prefere if this extension gets an update because I like the highlighting, formatter and so on :-)
Same here
There is this PR that fixes the issue https://github.com/tulios/json-viewer/pull/341 Just waiting for the maintainer to merge it. You can try to checkout the code and build and install the extension locally if you don't want to wait - see details in pr
i would think if the author was still using this it would be fixed by now. i wonder if someone will have to fork this and release it as a new extension.
Same issue here : Version 117.0.5938.92 (Official Build) (64-bit) :(
I am update chrome to 117.0.5938.132.
Problem solved.
confirming - Chrome 117.0.5938.132 , the same (old) plugin works again.
Confirming chrome 117.0.5938.132 works on ubuntu 22.04. If you are using ubuntu, you can run the following commands to update chrome:
sudo apt-get update
sudo apt-get --only-update install google-chrome-stable
same problem in edge V117.0.2045.47 (64 bits)
Confirming it works again on 117.0.5938.149 (Official Build) (arm64) Chrome macOS (apple silicon).
Luckily confirming to be resolved with latest Brave update also. Uses Chromium 117.0.5938.140
Chrome version 117.0.5938.149 has fixed this issue.