-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught SyntaxError: missing ) after argument list @ notes.js:1:45020 with v5.1.0 #3659
Comments
I'm also experiencing this when using livereload. Exact same error. |
I tried running the demo.html presentation from 5.1.0 in both Chrome and Firefox but haven't been able to reproduce this yet. Also tried triggering a few livereloads. If you have any other info to share about when this error happens I'd appreciate it. |
This is really strange... Specifically, based on my tests, the error disappear when removing the |
I figured it out! In my case, this was due to my use of Python |
I opened an issue & PR in https://github.com/lepture/python-livereload to report & fix this:
AFAIC this issue can be closed. |
Python-livereload was the package I was using also, good catch @Lucas-C ! |
Thank you for tracking this down @Lucas-C! Let me know if any changes are needed to make this work on the reveal.js end. |
Hi 🙂
I just want to report an issue that I have when launching the latest release of reveal.js (5.1.0).
I'm using Firefox 127.0.2 but also reproduced the same issue with Chrome 126.0.6478.183
When launching the demo page, I get a blank white screen and this error in the console:
The interesting thing is that I tried to pinpoint the origin of this error by prettifying
plugin/notes/notes.js
using beautifier.io, and when putting the prettified code inplugin/notes/notes.js
this error disappear, and Reveal.js launches properly!The text was updated successfully, but these errors were encountered: