Bad Gateway?

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
nzdreamer55
Posts: 162
Joined: 20 Jul 2012, 23:25

Bad Gateway?

Post by nzdreamer55 »

Hello everyone,

I wanted to test a different series format and ran a dry run but got the following

Code: Select all

Rename episodes using [TheTVDB] with [Airdate Order]
Auto-detected query: [The Twilight Zone 1985, The Twilight Zone 2002, The Simpsons, the twilight zone]
Fetch failed: https://api.thetvdb.com/search/series?name=The+Twilight+Zone+1985
java.lang.IllegalStateException: Failed to retrieve authorization token: Bad Gateway
	at net.filebot.web.TheTVDBClient.getAuthorizationToken(TheTVDBClient.java:147)
	at net.filebot.web.TheTVDBClient.getRequestHeader(TheTVDBClient.java:112)
	at net.filebot.web.TheTVDBClient.lambda$requestJson$0(TheTVDBClient.java:97)
	at net.filebot.CachedResource.lambda$fetchIfModified$9(CachedResource.java:220)
	at net.filebot.CachedResource.lambda$get$0(CachedResource.java:91)
	at net.filebot.CachedResource.retry(CachedResource.java:125)
	at net.filebot.CachedResource.lambda$get$1(CachedResource.java:91)
	at net.filebot.Cache.computeIf(Cache.java:99)
	at net.filebot.CachedResource.get(CachedResource.java:86)
	at net.filebot.web.TheTVDBClient.requestJson(TheTVDBClient.java:97)
	at net.filebot.web.TheTVDBClient.search(TheTVDBClient.java:155)
	at net.filebot.web.TheTVDBClient.fetchSearchResult(TheTVDBClient.java:180)
	at net.filebot.WebServices$TheTVDBClient.access$101(WebServices.java:200)
	at net.filebot.WebServices$TheTVDBClient.lambda$fetchSearchResult$4(WebServices.java:227)
Caused by: https://api.thetvdb.com/login [502 Bad Gateway]
	at net.filebot.web.WebRequest.checkErrorCode(WebRequest.java:354)
	at net.filebot.web.WebRequest.post(WebRequest.java:224)
	at net.filebot.web.TheTVDBClient.postJson(TheTVDBClient.java:91)
	at net.filebot.web.TheTVDBClient.getAuthorizationToken(TheTVDBClient.java:143)
	... 13 more

HttpServerError: Bad Gateway
Finished without processing any files
Abort (×_×)
Is this because of my series format or something wrong with thetvdb?

Thanks.
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Bad Gateway?

Post by rednoah »

TheTVDB has server-side issues these days. Please try again tomorrow.
:idea: Please read the FAQ and How to Request Help.
Post Reply