tulios / json-viewer

It is a Chrome extension for printing JSON and JSONP.
https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh
MIT License
3.29k stars 672 forks source link

Extension not working for chrome release version 117.0.5938.88 #342

Open tigercandy opened 9 months ago

tigercandy commented 9 months ago

image

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 image

fabdrol commented 9 months ago

I'm running into this issue too.

OzanKurt commented 9 months ago

This is a huge problem, please help!

BraveN230522 commented 9 months ago

It's not working at all at latest Chrome version, @tulios Please check it if you have a chance, many thanks

llliusong commented 9 months ago

I'm running into this issue too.version is 117.0.5938.88.

trannluongg commented 9 months ago

This is a huge problem, please help!

dvv3000 commented 9 months ago

Same problem in version 117.0.5938.62

shezo commented 9 months ago

Same problem after Brave Browser update: [Version 1.58.127 Chromium: 117.0.5938.88 (Official Build) (arm64)]

gg-hsi commented 9 months ago

Same issue here : Version 117.0.5938.88 (Official Build) (64-bit) on ubuntu jammy

chosa91 commented 9 months ago

Same issue: Version 117.0.5938.88 (Official Build) (arm64) macOS 13.5.2 (Ventura)

randomizedcoding commented 9 months ago

Same issue: [Version 1.58.127 Chromium: 117.0.5938.88 (Official Build) (64-bit)](https://brave.com/latest/)

i701 commented 9 months ago

Same problem after Brave Browser update: [Version 1.58.127 Chromium: 117.0.5938.88 (Official Build) (arm64)]

Metalmacher commented 9 months ago

Looks like it's affecting JSONVue as well: https://bugs.chromium.org/p/chromium/issues/detail?id=1449151

alecsammon commented 9 months ago

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:

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-

gg-hsi commented 9 months ago

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-

I can confirm that this is a temporary fix. Well done @alecsammon 👏🏼

tumasst commented 9 months ago

Windows: "...\chrome.exe" --profile-directory=Default --disable-blink-features=PrettyPrintJSONDocument

Thanks.

ammmze commented 9 months ago

Looks like a result of this change.

ruark commented 9 months ago

Exactly the same problem in this version of chrome.

AriesXIX commented 9 months ago

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.

rafi0101 commented 9 months ago

Same problem here. But I would prefere if this extension gets an update because I like the highlighting, formatter and so on :-)

LogansUA commented 9 months ago

Same here

danmana commented 9 months ago

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

katylava commented 9 months ago

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.

nalbertcerqueira commented 9 months ago

Same issue here : Version 117.0.5938.92 (Official Build) (64-bit) :(

Alex808r commented 9 months ago

I am update chrome to 117.0.5938.132.

Problem solved.

escot commented 9 months ago

confirming - Chrome 117.0.5938.132 , the same (old) plugin works again.

AbdullahAlhariri commented 9 months ago

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
tarcisioandrade commented 9 months ago

same problem in edge V117.0.2045.47 (64 bits)

capJavert commented 9 months ago

Confirming it works again on 117.0.5938.149 (Official Build) (arm64) Chrome macOS (apple silicon).

SomeSander commented 9 months ago

Luckily confirming to be resolved with latest Brave update also. Uses Chromium 117.0.5938.140

tigercandy commented 9 months ago

Chrome version 117.0.5938.149 has fixed this issue.

Mausam-2 commented 9 months ago

I am Facing this issue "Error message: InvalidPipeArgument: 'Missing locale data for the locale "en".' for pipe 'e' in chrome version: 117.0.5938.88, 117.0.5938.92, 117.0.5938.108, 117.0.5938.132, 117.0.5938.150 before that I never had this issue. could you please let me know when this issue is being resolved or any workaround for resolving this issue.

chulapitta commented 7 months ago

I hate to be the bearer of bad news, but I think the Pretty Print checkbox is back in Chrome new update.

AriesXIX commented 6 months ago

I hate to be the bearer of bad news, but I think the Pretty Print checkbox is back in Chrome new update.

If you just want to get sht done and not have to fk around with trying to get this sht plugin to work, just use this one. https://chrome.google.com/webstore/detail/jsonvue/chklaanhfefbnpoihckbnefhakgolnmc/

It's never stopped working for me.

boghyon commented 2 months ago

the Pretty Print checkbox is back

If anyone is still experiencing the same issue or if the issue is not fully resolved, please consider giving +1 at https://issues.chromium.org/issues/40282442.