DraxCodes / Youtube2Mp3

Take playlists from other sources like Spotify and feed them into Youtube to get either a playable stream or a download for each track as an MP3.
GNU General Public License v3.0
8 stars 2 forks source link

Spotify Auth seems to be failing. #10

Closed DraxCodes closed 4 years ago

DraxCodes commented 4 years ago

Either the auth is failing or the ID is not valid.

We have tests for the ID parser so I would assume the auth is failing for some reason. Requires further debugging.

DraxCodes commented 4 years ago

Fixed Issue was due to have the condition reversed: https://github.com/DraxCodes/Youtube2Mp3/blob/f5e7db2c8709f7c1895ee5faa564aef2d3fecf24/src/Youtube2Mp3.Spotify/SpotifyTrackRepository.cs#L33