-
Notifications
You must be signed in to change notification settings - Fork 437
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 pagejs missing #1617
Comments
Can you please backup your scripts and settings, uninstall and re-install Tampermonkey and try again? Thanks. |
I tried on chromium on Android to uninstall tampermonkey and it works ok after reinstalling it (I had same issue on android) On Windows, I tried with another method and it seems to work: disable tampermonkey extension, restart browser, enable tampermonkey back. The browser restart is needed. But this way you don't need to reinstall tampermonkey. |
Thanks for testing and finding the enabled/disable workaround. This shows, that this is a bug in Chrome. It does not execute the content scripts in the right order if Tampermonkey was updated from a 4.16.x version. 😔 |
Thanks a lot. Your workaround working perfectly! 👍
@derjanb How do you know it's a bug in Chrome. Is it possible something changes in Chrome's extension APIs? |
@doggy8088 This worked for me, as well, thanks! Not sure how this didn't crop up in beta testing =\ Going to the extension page and sorting by Recent shows many others experiencing the same issue. |
A similar issue was discovered at the BETA version and fixed. Unfortunately it looks like there are more conditions that can cause this issue. Since most of the more than 10 million Tampermonkey users already got the update and there are "only" a few complaints (compared to the overall number of users) the issue seems to happen rarely only.
Because it is working after extension re-installation and by using the workaround mentioned above. |
guess not due to chrome change, because i haven't updated my chrome over 1 year (still <100) and kept pc and chrome opened all the time. it either happened here randomly since extension auto updated to recent version (4.18?). have tried to disable extension, restart chrome, enable again. it works good so far. maybe just the changes of new version make extension update process over old installation break something (content scripts loading order)? so reloading extension once did the cleanup? |
For me it seems to only break in an old internal web page with a self-signed certificate. |
@LatinSuD Do you see the |
Yes. And then no scripts are run. Tampermonkey icon reports as if there were no scripts for this site (but there should be a few, including some scripts to be run in all sites). 2 different computers:
In other words: it only fails in one PC, in one site, only when logged in the site, and when not in incognito. I tried disabled all other extensions and still fails. |
Have you tried to disable Tampermonkey, restart you pc (or browser, but make sure all browser processes are shut down) and reenable Tampermonkey? |
workaround works! thank you! |
Workaround does not work for me, I am still getting |
Disable Tampermonkey from Chrome - Extensions, not from the Tampermonkey menu. |
@adipiciu for some reason I thought the menu toggle was toggling the extension off somehow, this totally fixed it for me thank you 😄 |
Shouldn't be an issue anymore... |
(Please fill out the issue template with your details)
Expected Behavior
No errors should appear.
Actual Behavior
Starting after the upgrade to Tampermonkey 4.18.0, the error "Uncaught pagejs missing" appears. Scripts are not running. Refreshing the page 4-5 times and sometimes scripts are loading.
Similar to issue #1528
Restart browser, restart pc doesn't fix. Violentmonkey works ok.
Specifications
Script
Any script
The text was updated successfully, but these errors were encountered: