-
Notifications
You must be signed in to change notification settings - Fork 54
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 sync is broken again #394
Comments
Would love to see the fix being pushed to the addon stores asap. Really fed up with switching between manual und automatic installs every couple months. |
There is no fix yet to the latest changes by Netflix for the watch history |
I know. |
This regex pattern is the reason it doesn't work.
Netflix changed the structure of that specific object, so the new pattern needs to be: /"userInfo":\{"data":\{"name":"(?<profileName>.*?)"/
As a quick fix, just replace all occurrences of |
To those who don't want to use VS Code, there's a workaround using the Chrome Dev Tools with the regex shared by @odin-h.
Let's hope for a quick fix by the devs! |
I wanted to dumb this down further for others who aren't familiar with Chrome Dev Tools. As someone who isn't I spent about 40 minutes trying to figure out steps 3-5 as it wasn't clear to me.
Hope this further details help those who know nothing about Dev Tools. |
Thank you so much for dumbing it down for us less technically adept, that worked perfectly. Hope the devs resolve this. |
Any updates on this? It's been 2 weeks already |
Expected Behavior
Netflix sync to Trakt Watched items
Current Behavior
Unable to sync with Netflix, but instead showing "Not Logged In" message. This is somewhat related/similar to the previous issue #384 and #385
It seems Netflix has changed the watch history link again, and basing on the changes, the fix is not just a change in the ACTIVATE_URL variable but also need to track the profile ID (hashed)
The text was updated successfully, but these errors were encountered: