The Curse of Oak Island... I can scrape with TVMaze, but TheMovieDB always hangs a long time if doing multiple files, or briefly if just 1, and gives an exception error.
It will pop up and asked which series, to confirm because 2 similar titles, but then nothing.
All my series/movies are fine, execpt this one.
I had it before and ended up being that TMDB site accidentally had a series listed as ADULT, which when I switched to NO, worked fine but, looking on TMDB site I don't see anything obviously wrong about the series.
Anyone else with this issue?
The Curse of Oak Island (FileNotFoundException: Resource is empty)
-
- Posts: 10
- Joined: 23 Jun 2012, 13:23
Re: The Curse of Oak Island




Code: Select all
$ filebot -list --db TheMovieDB::TV --q "The Curse of Oak Island"
The Curse of Oak Island - 1x01 - What Lies Below
...
-
- Posts: 10
- Joined: 23 Jun 2012, 13:23
Re: The Curse of Oak Island
File name, doesn't matter much... meaning, I just made a fake file for a random episode (s10e01) and renamed it using TVmaze and it renamed the file to what it should be (The Curse of Oak Island - S10E01 - On Their Marks.mp4), but even fully named properly, TMDB seems to give an error...
Been this way a long while for me. I think even before I reinstalled Windows months back (I format my drive and reinstall Windows yearly just to clean up the junk).
Code: Select all
FileNotFoundException: Resource is empty: {} => https://api.themoviedb.org/3/tv/60603/season/0?language=en-US&api_key=XXXXX
-
- Posts: 10
- Joined: 23 Jun 2012, 13:23
Re: The Curse of Oak Island
I think copy/pasting the error screws it up a bit
there, replace the XXXX with https
Code: Select all
FileNotFoundException: Resource is empty: {} => XXXX://api.themoviedb.org/3/tv/60603/season/0?language=en-US&api_key=XXXXX
Re: The Curse of Oak Island
Here's what I get:
Looks like the issue is specific to your machine, or rather your internet connection. If you're using a VPN, then TheMovieDB may have blocked your shared public IP.
FileNotFoundException: Resource is empty means that TheMovieDB is not sending back any data. If your IP is blocked, then would expect TheMovieDB to not work for any series, and not just one specific series. Then again, it does seem to work for me and everyone else, so that would strongly suggest that your specific IP is blocked. Can you run additional tests to narrow down the issue one way or another?
What version of FileBot are you using? (you didn't post sysinfo output; so we have to ask; newer versions of FileBot might not fix the problem; but may print more detailed error messages; i.e. HTTP response codes)
If you are using Linux or macOS (or Windows WSL) then you can use the curl command to make HTTP requests, run tests, see what you get back, see if other users get a different response for the same request:
Code: Select all
$ filebot -rename *.mp4 --db TheMovieDB::TV -non-strict --format "{plex.id}" --action TEST --log INFO
[TEST] from [The Curse of Oak Island - S10E01 - On Their Marks.mp4] to [TV Shows/The Curse of Oak Island {tmdb-60603}/Season 10/The Curse of Oak Island - S10E01 - On Their Marks.mp4]
Looks like the issue is specific to your machine, or rather your internet connection. If you're using a VPN, then TheMovieDB may have blocked your shared public IP.



Code: Select all
curl -v 'https://api.themoviedb.org/3/tv/60603'
-
- Posts: 10
- Joined: 23 Jun 2012, 13:23
Re: The Curse of Oak Island
No VPN, and since the last reinstall of Windows 10x64, I have renamed 9,310 files, so, if TMDB is blocking my IP it's only blocking it when I rename The Curse of Oak Island. 
Weird.

Weird.
Re: The Curse of Oak Island

viewtopic.php?t=13578

Code: Select all
filebot -list --db TheMovieDB::TV --q "The Curse of Oak Island"