sickbeard to tvdb not working, change these

madnlooney

VIP Member
VIP Member
Joined
Dec 4, 2005
Messages
4,851
Reaction score
200
Location
here and there
so i noticed sickbeard is having problems connecting to tvdb.com
to get it working again

Just edit the following:

./sickbeard/webapi.py and ./sickbeard/webserve.py

also

__init__.py


Search the line : :

baseURL = "http://www.thetvdb.com/api/GetSeries.php?"

and change it to:

baseURL = "http://thetvdb.com/api/GetSeries.php?"



I also updated lib/tvdb_api/tvdb_api.py taking the www. out and that seemed to fix adding new shows problem
 
I've had a look through my error logs and tbh no mention of a problem connecting to tvdb
 
i couldn't get onto site even on PC browser unless i removed the www from address and sickbeard want picking anything nor add anything new

Sent from my HTC One X using Tapatalk 2
 
with firefox tvdb.com is some religious website but chrome finds thetvdb.com
 
Back
Top