andrewjjenkins / picsync

Sync Google Photos albums to a Nixplay Seed web picture frame
Apache License 2.0
18 stars 2 forks source link

Could not create playlist #5

Closed MaxWinterstein closed 2 years ago

MaxWinterstein commented 2 years ago

Playlist creation fails:

Could not find playlist ss_Alle (did not find playlist "ss_Alle" in 6 playlists), creating
If this works, you must then assign the playlist ss_Alle to frames - this program will not do that (but it will update the playlist once you've assigned it)
Error syncing album Alle: couldn't create playlist ss_Alle: http 400: {"code":400,"message":"name (string) is required","name":"AssertionError"}

After manually creating the playlist it works

andrewjjenkins commented 2 years ago

Thanks for the report.

The 99.9% use case for me is syncing albums that I've already created (just adding/removing photos over time). Sorry the initial setup has some glitches like this.

Sounds like there's something broken in the playlist/snapshot creation code, I will take a look. Again thanks for the info.

andrewjjenkins commented 2 years ago

I just pushed code that fixes this (and also automates creating the album if needed). Let me know if this doesn't improve things for you.