Pluto.jl icon indicating copy to clipboard operation
Pluto.jl copied to clipboard

Blank screen

Open CrazyJannis44 opened this issue 2 years ago • 14 comments

Hello, i just installed Julia and Pluto on localhost to learn Julia and when I use Firefox (also newest version (93)) there's just a blank screen. Here is a screenshot of the browser developer console (it's german) screenshot I don't know if this helps but maybe try replicating this (newest versions of Firefox, Julia and Pluto) Maybe it's just a browser extension, but I don't have any problems on other websites. It works when I use Chrome

CrazyJannis44 avatar Oct 20 '21 21:10 CrazyJannis44

Which extensions do you have installed on Firefox? Privacy badger?

fonsp avatar Oct 21 '21 16:10 fonsp

The extensions are * = (probably) wouldn't take effect or passive addon ** = tried with deactivation and side reload

  • Adblock for YouTube **
  • BetterTTV *
  • Currency Converter *
  • Dark Reader **
  • Free Download Manager *
  • OneTab *
  • Selenium IDE *
  • ShareX *
  • StreamParty *
  • To Google Translate *
  • uBlock Origin **
  • Video DownloadHelper *
  • xPath Finder *

CrazyJannis44 avatar Oct 22 '21 15:10 CrazyJannis44

@CrazyJannis44 Did you also try a private window in firefox with all extensions disabled?

Do you recall changing any security-related settings in firefox or your OS? Are you on a school or company computer?

fonsp avatar Oct 26 '21 10:10 fonsp

I can confirm that in a private window everything works fine. I also tried to disable uBockOrigin and AdBlockPlus, but it has no effect.

My OS is Ubuntu with Firefox 95.

hydroid7 avatar Dec 15 '21 13:12 hydroid7

Tried disabling all my addons as I was also experiencing this issue and it worked. I have 50 addons or so, finding exactly which one will be painful...

Maybe one day I'll write an addon bisector for firefox.

Mattwmaster58 avatar Apr 08 '22 09:04 Mattwmaster58

Tried disabling all my addons as I was also experiencing this issue and it worked. I have 50 addons or so, finding exactly which one will be painful...

Maybe one day I'll write an addon bisector for firefox.

same but tbh i was too lazy xD

CrazyJannis44 avatar Apr 09 '22 22:04 CrazyJannis44

Same blank screen issue with a non-extension Chrome browser. The Console window instead reads: Uncaught SyntaxError: Unexpected token "=" :1234/editor.638a74db.js:683

honghuzi avatar Apr 12 '22 07:04 honghuzi

@honghuzi Can you open a notebook on https://binder.plutojl.org/v0.19.0/ ? (Refresh if you get a "too many users" error)

fonsp avatar Apr 12 '22 09:04 fonsp

@honghuzi Can you open a notebook on https://binder.plutojl.org/v0.19.0/ ? (Refresh if you get a "too many users" error)

I'm behind the company firewall, so I cannot access this link.

honghuzi avatar Apr 14 '22 06:04 honghuzi

@honghuzi Can you open a notebook on https://binder.plutojl.org/v0.19.0/ ? (Refresh if you get a "too many users" error)

could that be a network issue? As in my experience, a jupyter notebook can be opened without network connection. Why would Pluto require network?

honghuzi avatar Apr 19 '22 02:04 honghuzi

What Chrome version do you have? Do you also have the problem on other browsers? If so, what versions do they have? It's not a network issue.

(Note to devs: the file that caused the syntaxerror was most likely https://cdn.jsdelivr.net/gh/fonsp/[email protected]/frontend-dist/editor.638a74db.js )

fonsp avatar Apr 20 '22 18:04 fonsp

Same problem on below browsers in windows:

  • Chrome 80.0.3987.116 (64-bit)
  • Edge 84.0.522.59 (64-bit)

honghuzi avatar Apr 21 '22 09:04 honghuzi

@honghuzi Thanks. Unfortunately your Chrome and Edge versions are not supported, these versions are from February 2020. You will need to ask your system administrator to update both browsers.

fonsp avatar Apr 22 '22 14:04 fonsp

@honghuzi Thanks. Unfortunately your Chrome and Edge versions are not supported, these versions are from February 2020. You will need to ask your system administrator to update both browsers.

An updated browser works! Thank you for the advices.

honghuzi avatar May 05 '22 06:05 honghuzi

This specific issue might have been fixed by https://github.com/fonsp/Pluto.jl/pull/1561, since we no longer need the CDN for core assets (we work offline, getting everything from localhost). Extension interference might still be an issue, which is one reason why we are working on https://github.com/JuliaPluto/PlutoDesktop

Closing this because it's not actionable right now, but if people have similar issues, please open a new issue, and post a list of your extensions. Did opening an incognito window without extensions fix your problem? Can you find which (combination of) extensions caused the problem?

fonsp avatar Jan 30 '23 01:01 fonsp