Closed the01 closed 4 years ago
tvdb_api checks for Not Authorized as the error message, but it is now Not authorized.
tvdb_api
Not Authorized
Not authorized
Maybe we could also check the http status code and/or do a lower case string comparison.
Thanks for the report! This has been fixed in 9f63511477cd4992be01a7272c1e25edaea393b8 which will be part of the next release (probably numbered v3.1)
ah, sorry, I didn't check master.
tvdb_api
checks forNot Authorized
as the error message, but it is nowNot authorized
.Maybe we could also check the http status code and/or do a lower case string comparison.