Closed mrvanes closed 6 years ago
Seems fixed now, probably hickup @ Soundcloud side?
Probably, but leaving this open as we should probably replace err.response is not None
with getattr(err, 'response', None) is not None
or similar.
The error handling is improved in #100, I believe this is now fixed.
It seems Soundcloud returns a 401 on authentication request but the code isn't prepared to handle the answer (attribute response is missing). I'm quite sure the auth_token I use is correct.