trakt-tools / universal-trakt-scrobbler

MIT License
559 stars 54 forks source link

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

Closed 216Sims closed 4 months ago

216Sims commented 4 months 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 4 months ago

Can confirm this is happening starting today..

Using Ubuntu Desktop 22.04 LTS Firefox 126.0.1 United States

image

eegeeZA commented 4 months 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 4 months 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 4 months ago

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

Lewis-Fam commented 4 months 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 4 months 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 4 months ago

Me too :😒

MimiRose113 commented 4 months ago

I also have the same issue.

AcidSlide commented 4 months ago

@rafaelgomesxyz any help?? any fix yet??

aghos7 commented 4 months 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 4 months ago

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

cooldude2200 commented 4 months ago

image

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

patrickhuitema commented 4 months 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 4 months 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 4 months ago

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

r3dicalnusz commented 3 months ago

Does version 0.4.0 fix this?

Galathorne commented 3 months ago

Yeah it worked for me yesterday.

I actually clicked on the wrong bookmark when I was in a hurry, and inadvertently opened the sync page. To my surprise it worked without issues. Not sure why I never received an update notification, or why nobody posted that it was fixed (looks like 3 weeks ago already?). Either way, it works for me now.