trakt-tools / universal-trakt-scrobbler

MIT License
528 stars 51 forks source link

"Not logged in" while logged in (Netflix) #384

Closed 216Sims closed 1 week ago

216Sims commented 2 weeks ago

Expected Behavior

I want to get to see my synchronzation history of my Netflix account again on the trakt scrobbler.

Current Behavior

Since today when I click on "Netflix" on the to synchronize bar on the scrobbler (the toggles are all on) it says I'm not logged in. I go to Netflix to see I'm already logged in. I cleared the cache of the scrobbler, of the browser, logged out and in repeatedly, no change.

Steps to Reproduce

Screenshot 2024-06-14 at 03-56-01 Universal Trakt Scrob

Additional Information

AcidSlide commented 2 weeks ago

Can confirm this is happening starting today..

Using Ubuntu Desktop 22.04 LTS Firefox 126.0.1 United States

image

eegeeZA commented 2 weeks ago

Yip, same. The URL https://www.netflix.com/Activate 302 redirects to https://movies.netflix.com/Activate which 301 redirects to https://www.netflix.com/Activate ad infinitum. Another URL should be used, because Netflix is still working fine.

Galathorne commented 2 weeks ago

Same. Reproduced on Chrome, Brave and Opera (did not try Firefox), so it is not a browser issue but likely something Netflix changed that broke the extension's interaction with the site.

Can we expect an update soon, (please) devs?

savdbroek commented 2 weeks ago

Me too, reproduced on Brave, Chrome and Firefox. Tried multiple logins, cache and storage deletes on every browser. No luck.

Lewis-Fam commented 2 weeks ago

I can confirm. 2 different Windows machine, Edge, Chrome, & Firefox. Came here and found this, my last successful sync was on 06/07

cooldude2200 commented 2 weeks ago

Same issue for me as well, tried removing the extension and re-installing it. Tried signing out of netflix and logging in.

Get the same error of not being logged in.

image

markkhk commented 1 week ago

Me too :😒

MimiRose113 commented 1 week ago

I also have the same issue.

AcidSlide commented 1 week ago

@rafaelgomesxyz any help?? any fix yet??

aghos7 commented 1 week ago

This workaround works for me until the ACTIVATE_URL is updated. Has to be done each time history sync is attempted. Only tried in chrome.

  1. go to history page of plugin
  2. open developer tools image
  3. set a breakpoint around line 205 of history.js after e.ACTIVATE_URL is set
  4. Refresh the page
  5. Debugger should stop where you set the breakpoint image
  6. Open console and enter e.ACTIVATE_URL = 'https://www.netflix.com/settings/viewed/'
  7. Click "Resume Script Execution" (Play button)
  8. Click "Netflix" button
  9. Profit 😸
patrickhuitema commented 1 week ago

Just tested on Chrome (0.3.1) & Firefox, both are still generating "log in" errors

cooldude2200 commented 1 week ago

image

Still not working, have removed the plugin and re added etc.

patrickhuitema commented 1 week ago

After installing the beta in developer mode it work with netflix

Op do 20 jun 2024 12:49 schreef cooldude2200 @.***>:

image.png (view on web) https://github.com/trakt-tools/universal-trakt-scrobbler/assets/32491866/73a89f28-76ab-4c25-8cca-fe14628ee132

Still not working, have removed the plugin and re added etc.

— Reply to this email directly, view it on GitHub https://github.com/trakt-tools/universal-trakt-scrobbler/issues/384#issuecomment-2180378080, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG27E3A2CLGXS34S5IVDWCLZIKXTZAVCNFSM6AAAAABJJOYH52VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBQGM3TQMBYGA . You are receiving this because you were mentioned.Message ID: @.***>

cooldude2200 commented 1 week ago

After installing the beta in developer mode it work with netflix Op do 20 jun 2024 12:49 schreef cooldude2200 @.>: … image.png (view on web) https://github.com/trakt-tools/universal-trakt-scrobbler/assets/32491866/73a89f28-76ab-4c25-8cca-fe14628ee132 Still not working, have removed the plugin and re added etc. — Reply to this email directly, view it on GitHub <#384 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG27E3A2CLGXS34S5IVDWCLZIKXTZAVCNFSM6AAAAABJJOYH52VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBQGM3TQMBYGA . You are receiving this because you were mentioned.Message ID: @.>

Thank you, just installed the beta it is working fine.

AcidSlide commented 1 week ago

Can confirm after installing the beta, Netflix syncing is working again.