[SOLVED] can't connect to thetvdb.com
#1
I haven't been able to connect to thetvdb.com for several days now. Is it just me or have they been down?
Reply
#2
http://www.downforeveryoneorjustme.com/thetvdb.com

http://thetvdb.com/

Seems to be working!
Set Up
Raspberry Pi running Raspbmc - XBMC 12.2
40" Samsung ES6800 LED Smart 3D 1080P TV
Onkyo HTS3405 5.1 DD True HD and DTS-HD Surround Sound
ReadyNAS Duo with 4TB (2 x 2TB X-RAID) Western Digital Caviar Green using NFS
Reply
#3
Damn, alright looks like I got some stuff to look into. Thanks.
Reply
#4
i am still having difficulties with this, can anyone help.

i've gotten thetvdb.com to come up one time after a system reboot but i don't want to reboot everytime i need to update my library.

the problem started randomly without me changing any network setting. i've tried changing all my DNS servers to google's public dns, but no such luck there. I've set up a static ip address hoping that would help, but no luck there either. I'm not running a proxy or anything and the rest of my internet seems to running just find.

Has anyone else had any issues with this like i am having? And does anyone have any other suggestions for me to try?
Reply
#5
bump

really need help, PLEASE!
Reply
#6
If you enable debug logging the log will show you what queries are being sent to thetvdb.com. You can try the query from a command line with curl. If that fails try pinging the thetvdb.com server and see what messages are returned.

For example, I did a quick scan on my test installation and my log shows entries like:

Code:
DEBUG: FileCurl::Open(0B7AEECC) http://api.themoviedb.org/3/search/movie?api_key=57983e31fb435df4df77afb854740ea9&query=1995%20toy%20story&language=en
INFO: XCURL::DllLibCurlGlobal::easy_aquire - Created session to http://api.themoviedb.org

If I open a command prompt and test the URL from the FileCurl log I get:

Code:
D:\temp>curl "http://api.themoviedb.org/3/search/movie?api_key=57983e31fb435df4df77afb854740ea9&query=1995%20toy%20story&language=en"
{"page":1,"results":[{"backdrop_path":"/dji4Fm0gCDVb9DQQMRvAI8YNnTz.jpg","id":862,"original_title":"Toy Story","release_date":"1995-11-22","poster_path":"/agy8DheVu5zpQFbXfAdvYivF2FU.jpg","popularity":103.976,"title":"Toy Story","vote_average":8.7,"vote_count":45}],"total_pages":1,"total_results":1}

You don't need to know what all the gibberish returned by curl means, the fact it doesn't report an error is sufficient to show it's working.

If curl returns an error, the error code will tell you why the query failed.
Reply
#7
i ran debug, i tried to upload it to pastebin but it said it was to large and i didn't know what part you needed.

but i keep getting this:

WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 7

when ever trying to access thetvdb.com

Heres everything after it goes through my movie files. http://pastebin.com/0TNr6z2f
Problem Solved.

After days of searching i found a post stating that PeerBlock blocks thetvdb.com.

any suggestion on what to use other than peerblock?
Reply

Logout Mark Read Team Forum Stats Members Help
[SOLVED] can't connect to thetvdb.com0