simon-weber / Autoplaylists-for-Google-Music

Adds autoplaylists, aka iTunes "smart playlists", to Google Music.
https://autoplaylists.simon.codes
MIT License
94 stars 18 forks source link

Not synching again #202

Closed brianzam closed 5 years ago

brianzam commented 5 years ago

Hi Simon,

Synchronisations are failing again. I'm being careful not to synch too much and it's been fine for months.

Brian

simon-weber commented 5 years ago

Hm, I'm not sure I have any new suggestions. My global auth, syncing, and error metrics all look normal, so I'd probably just disable your syncing for a bit to let them recover.

brianzam commented 5 years ago

Hi Simon. No progress - still can't sync.

The Test button doesn't work on an autoplaylist either

brianzam commented 5 years ago

Lst sync was 14 days ago

simon-weber commented 5 years ago

Ah, if the test button doesn't work then something else is going on. Try manually reloading, and if that doesn't help send me your background page logs.

brianzam commented 5 years ago

Ha, got it! User error this time - I had an incomplete regex class in a condition and it fell over on any sync or query of that playlist. As the playlist appears in other playlists, I didn't spot it at first, but inspecting the background page did it.

simon-weber commented 5 years ago

Ah, glad you got it figured out. I'd like if those error messages were better surfaced, but it'd require a fair amount of work to hook those parts together.