PDA

View Full Version : Galleon getting Status Code 503


juanian
02-03-2007, 02:15 AM
I have been successfully running Galleon 2.3.0 on my (old) Windows 98 PC to automatically download shows from my TiVo, but suddenly no more shows are downloading. Checking the log, I am getting a "Status Code: 503" at the point where the show name being downloaded normally occurs.

Here is a snippet from the log:
00:22:57,360 DEBUG [DownloadThread] DownloadThread - Picked: org.lnicholls.galleon.database.Video@3c03e1[id=975]
00:23:02,300 DEBUG [DownloadThread] ToGo - Status code: 503

When it works correctly, it looks like:
21:44:41,680 DEBUG [DownloadThread] DownloadThread - Picked: org.lnicholls.galleon.database.Video@9046b1[id=968]
21:44:47,440 INFO [DownloadThread] ToGo - Downloading: Whose Line Is It Anyway - Ryan Stiles; Colin Mochrie (Recorded Thu Feb 1 2007 06 30PM BBCA).TiVo

On the Recorded Shows screen, it shows "Save Error".

Note: On my Mac running Galleon 2.3.0, I have no problem downloading the shows.

What I don't know is if the error 503 is a Web error code (from the TiVo), a database error code, or from some other place. (I'm afraid I might need to download and delve into the Galleon source code to find out the answer.)

juanian
02-04-2007, 12:33 AM
Just in case someone has this problem in the future, here is what I found out.

I had an old version of Galleon source (1.9.2), and that message didn't exist in that code. So, I finally found the 2.3.0 source, and I found the message.

It is in method Download in the ToGo.java file. Although my Java knowledge is not very strong, the code does appear to be related to an HTTP Get. So, HTTP 503 is "Service Unavailable".

I rebooted the TiVos, and the problem has gone away.