Replies: 1 comment 3 replies
|
bump |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey, I pulled the repo, added my oauth & browser credentials, and tried running setup_account.py, which failed with errors
(Ignore the root folder being called async-ytmusicapi)
Subscribing the artists to my brand account worked successfully, though, and this was also after I fixed an earlier bug where some of the songs had None for their album attribute by modifying the unique_albums code to
from
which gave a TypeError since track["album"] was none for some tracks.
In addition, all tests are failing except for a few like get_user_playlists, etc.
I see the tests are passing on codecov though, so any ideas what's wrong? I've tried deleting and re pulling the local branch, to make sure it's up to date
All reactions