[WORKING NOW – IGNORE] Filebot Node problem accessing api.themoviedb.org
Posted: 03 Apr 2017, 01:45
Hi,
I'm trying a dry-run execute with Filebot Node on my Synology Diskstation but it's failing with:
If I ssh into the diskstation and try the API call
it returns
Should I be getting an API key of my own and setting it somewhere in Filebot? I couldn't see anywhere in the Node UI.
Thanks
I'm trying a dry-run execute with Filebot Node on my Synology Diskstation but it's failing with:
Code: Select all
Fetch failed: Try again in 5 seconds (2 more) => java.net.UnknownHostException: api.themoviedb.org
Fetch failed: Try again in 10 seconds (1 more) => java.net.UnknownHostException: api.themoviedb.org
Code: Select all
curl https://api.themoviedb.org/3/search/movie?query=prevenge&year=2016&language=en&api_key=66308fb6e3fd850dde4c7d21df2e8306
Code: Select all
{"status_message":"Invalid API key: You must be granted a valid key.","success":false,"status_code":7}
Thanks