Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing 1 required positional argument: 'mainArtists' #8

Closed
ghost opened this issue Mar 14, 2018 · 2 comments
Closed

missing 1 required positional argument: 'mainArtists' #8

ghost opened this issue Mar 14, 2018 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@ghost
Copy link

ghost commented Mar 14, 2018

I'm getting the following error when attempting to download the following: https://listen.tidal.com/album/73295425

=== Downloading track ID 73295426 ===
        Track: 01
        Title: Intro
        Artist: Big Kahuna OG & Graymatter
        Album: Scooby Snax
        ----
Traceback (most recent call last):
  File "./redsea.py", line 143, in <module>
    main()
  File "./redsea.py", line 127, in main
    media_info)
  File "/mnt/c/Users/bamtan/Documents/redsea/redsea/mediadownloader.py", line 142, in download_media
    **self._normalise_info(track_info, album_info, True)))
  File "/mnt/c/Users/bamtan/Documents/redsea/redsea/mediadownloader.py", line 74, in _normalise_info
    for a in album_info['artists']
TypeError: get_artist_format() missing 1 required positional argument: 'mainArtists'
@redsudo redsudo added the bug Something isn't working label Mar 14, 2018
@redsudo redsudo added this to the 1.1 milestone Mar 14, 2018
@redsudo
Copy link
Owner

redsudo commented Mar 15, 2018

This should now be fixed in the develop branch and will be released officially with version 1.1

If you can, pull develop and test/let me know how it goes

@ghost
Copy link
Author

ghost commented Mar 15, 2018

Works perfectly now, am able to download the mentioned album! Thank you Sudo.

@ghost ghost closed this as completed Mar 15, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant