-
Notifications
You must be signed in to change notification settings - Fork 43
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
netflix throws UI3010 error #31
Comments
Seems like Netflix made a change within the last day, I can't use the add-on either, tested both with 1.7 and 1.9, and it happens both with the newest Firefox 69.0, as well as the previous version. |
Same error ID given here. FF 69.0 and plugin version 1.8 |
Same here ): |
Same here and same error. I use chrome browser for whatch netflix on 1080p momentarily but, the quality of image is not than good that firefox browser :( . My OS is Ubuntu 18.04.3 |
I managed to get 1080p again with these changes: #32 |
Can you please share your signed version please? |
Thank you so much @linux-netflix-user! Working great now. Feel free to delete this comment if posting this is discouraged but here's an exact clone (except with a bumped version number) that's signed: https://x.jarv.is/netflix_1080p-1.9c-an+fx.xpi (@anmolvrm) If you don't trust me as a random stranger on the internet (which you shouldn't, to be honest!) then @hashar's steps at the end of #28 work perfectly. :) |
@vaindil hmm, my only thought is to check if you have any of the older versions still installed, either from the official add-on store (RIP) or signed by other random people on GitHub? Even though these are "updates" they're technically different extensions so they won't replace each other when you add them. As for building, that's really strange... running npm install --global web-ext ...and then sign the extension: git clone https://github.com/vladikoff/netflix-1080p-firefox/
cd netflix-1080p-firefox
cd src # be extra sure you're in /src, not just the cloned repo!
web-ext sign --api-key "user:xxxxxx:yyy" --api-secret "zzzzzzzz" After that you should have a |
@jakejarvis I'm sorry, I deleted my original comment somewhat quickly because I refreshed the Netflix page a few times and it ended up working. Thank you, I really appreciate it! |
@vaindil no problem at all, I'm sure it'll help someone else at some point! 👍 |
I think the cadium player javascript file is stored in cache and thus might not be invalidated when upgrading the extension. It might be worth clearing your local cache. |
@jakejarvis Thanks a lot, your version works nicely! |
Thanks for the .xpi file! :D working! |
@jakejarvis I appreciate you hosting a working xpi, but I'm trying to learn how to sign one for myself and I'm running into a problem and could use a hand. I got through most of the steps but the |
Answering myself:
For some reason, |
Built and installed as of PR #32. I am seeing a syntax error in cadmium-playercore-1080p.js: |
Installed this exact xpi; got "SyntaxError: expected expression, got ']'" on the same line of the same file. I have no other extensions installed, and am running Firefox 69.0.1. Any idea what might be going on? |
Netflix is giving ui3010 error but if I disable the plugin , it starts working
The text was updated successfully, but these errors were encountered: