-
Notifications
You must be signed in to change notification settings - Fork 1
Background Task "User" and "Playlist" fails #59
Description
- I can successfully login to the sortifyr webapp
- I see information like the playlist names, but they have 0 track amount.
- Track play counts are collected, if they are played with the Spotify Windows App and IOS App. It seems they are not tracked if played by a 3rd party integration like BMW or Garmin (maybe another topic)
- All background tasks but "user" and "playlist" are running successfully.
Error message:
{"level":"error","ts":1770920000.0333583,"caller":"task/task.go:141","msg":"Task Playlist failed for user {ID:1 UID:<redacted> Name:<redacted> DisplayName: Email:<redacted>} | {User:{ID:1 UID:<redacted> Name:<redacted> DisplayName: Email:<redacted>} Message: Error:update playlists get playlist tracks with limit 50 and offset 0 | bad oauth request}","env":"production","stacktrace":"github.com/topvennie/sortifyr/internal/task.(*internalTask).Func.func1\n\t/app/internal/task/task.go:141\ngithub.com/topvennie/sortifyr/internal/task.(*manager).Add.(*manager).wrap.func7\n\t/app/internal/task/manager.go:306\nreflect.Value.call\n\t/usr/local/go/src/reflect/value.go:581\nreflect.Value.Call\n\t/usr/local/go/src/reflect/value.go:365\ngithub.com/go-co-op/gocron/v2.callJobFuncWithParams\n\t/go/pkg/mod/github.com/go-co-op/gocron/v2@v2.19.0/util.go:28\ngithub.com/go-co-op/gocron/v2.(*executor).runJob\n\t/go/pkg/mod/github.com/go-co-op/gocron/v2@v2.19.0/executor.go:478\ngithub.com/go-co-op/gocron/v2.(*executor).start.func1.1\n\t/go/pkg/mod/github.com/go-co-op/gocron/v2@v2.19.0/executor.go:249"}