- May 11, 2020
- 1
- 0
I'm now getting this error too, in both the HTML and Electron versions. With the HTML version, I'm running Windows 10 and have tried both Firefox and Chrome (tried changing between standard and private browsing modes, just in case there was an issue there). Meanwhile, the local Electron version also comes back with the same issue where it takes too long to load and suggests I check the console (not sure what the link to console is on there, however, so haven't been able to check).What OS and browser are you using?
I've tested on Windows in Chrome, Edge, Firefox and Electron and on Android using Chrome, Firefox (via localhost, FF is no good with file://) and Kiwi.
On windows in Firefox it sometimes blocks some scripts from being loaded (maybe it's no script acting up?) but refreshing the page solves this problem.
If you're on Windows you can try the Electron (exe) version, it's a bit bigger in size but it should have no compatibility issues.
Interestingly, I can open the online version and it loads fine. Not sure what's happening here but I thought I should mention it here just in case. Best guess I could make is that there might have been some security update applied to my computer that blocked a particular process regardless of browser, though I'm not sure why it would also be experienced by a Mac user too.
Error code in Chrome console reads:
Code:
brython.js:8000 Uncaught TypeError: Cannot read properties of undefined (reading '$infos')
at $B.freeze (brython.js:7704:91)
at $B.loop (brython.js:4771:71)
at $B.run_script (brython.js:4637:17)
at $B.loop (brython.js:4783:10)
at $B.parser.brython (brython.js:4621:35)
at onload (index.html:76:130)