json-viewer icon indicating copy to clipboard operation
json-viewer copied to clipboard

Extension not working for chrome release version 117.0.5938.88

Open mant7s opened this issue 2 years ago • 34 comments

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

mant7s avatar Sep 18 '23 04:09 mant7s

I'm running into this issue too.

fabdrol avatar Sep 18 '23 11:09 fabdrol

This is a huge problem, please help!

OzanKurt avatar Sep 18 '23 15:09 OzanKurt

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

BraveN230522 avatar Sep 18 '23 16:09 BraveN230522

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

llliusong avatar Sep 19 '23 03:09 llliusong

This is a huge problem, please help!

trannluongg avatar Sep 19 '23 03:09 trannluongg

Same problem in version 117.0.5938.62

dvv3000 avatar Sep 19 '23 03:09 dvv3000

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

shezo avatar Sep 19 '23 09:09 shezo

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

gg-hsi avatar Sep 19 '23 12:09 gg-hsi

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

chosa91 avatar Sep 19 '23 16:09 chosa91

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

randomizedcoding avatar Sep 19 '23 22:09 randomizedcoding

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

i701 avatar Sep 20 '23 08:09 i701

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

Metalmacher avatar Sep 20 '23 09:09 Metalmacher

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-

alecsammon avatar Sep 20 '23 11:09 alecsammon

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 👏🏼

gg-hsi avatar Sep 20 '23 11:09 gg-hsi

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

Thanks.

tumasst avatar Sep 21 '23 08:09 tumasst

Looks like a result of this change.

ammmze avatar Sep 22 '23 00:09 ammmze

Exactly the same problem in this version of chrome.

ruark avatar Sep 27 '23 06:09 ruark

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.

AriesXIX avatar Sep 28 '23 02:09 AriesXIX

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

rafi0101 avatar Sep 28 '23 07:09 rafi0101

Same here

LogansUA avatar Sep 28 '23 11:09 LogansUA

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

danmana avatar Sep 28 '23 13:09 danmana

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.

katylava avatar Sep 28 '23 13:09 katylava

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

nalbertcerqueira avatar Sep 28 '23 19:09 nalbertcerqueira

I am update chrome to 117.0.5938.132.

Problem solved.

Alex808r avatar Sep 29 '23 14:09 Alex808r

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

escot avatar Sep 30 '23 08:09 escot

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

AbdullahAlhariri avatar Oct 01 '23 09:10 AbdullahAlhariri

same problem in edge V117.0.2045.47 (64 bits)

tarcisioandrade avatar Oct 03 '23 15:10 tarcisioandrade

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

capJavert avatar Oct 04 '23 11:10 capJavert

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

SomeSander avatar Oct 09 '23 13:10 SomeSander

Chrome version 117.0.5938.149 has fixed this issue.

mant7s avatar Oct 10 '23 09:10 mant7s