tivoguy / TiVoToGo.bundle

TiVo To Go Plex Server Channel
40 stars 24 forks source link

HTTP 401 Unauthorized error on download #6

Open paulgfrey opened 8 years ago

paulgfrey commented 8 years ago

I'm getting the following error when trying to queue a tivo file for download: 2016-06-12 14:03:19,074 (7fc1237fe700) : DEBUG (networking:166) - Requesting 'http://localhost:32400/library/sections/' 2016-06-12 14:03:19,081 (7fc1237fe700) : ERROR (networking:217) - Error opening URL 'http://localhost:32400/library/sections/' 2016-06-12 14:03:19,082 (7fc1237fe700) : INFO (init:357) - Error Updating TTG Folder: HTTP Error 401: Unauthorized 2016-06-12 14:03:20,085 (7fc1237fe700) : DEBUG (networking:166) - Requesting 'http://localhost:32400/library/sections/' 2016-06-12 14:03:20,092 (7fc1237fe700) : ERROR (networking:217) - Error opening URL 'http://localhost:32400/library/sections/' 2016-06-12 14:03:20,092 (7fc1237fe700) : INFO (init:357) - Error Updating TTG Folder: HTTP Error 401: Unauthorized 2016-06-12 14:03:20,093 (7fc1237fe700) : INFO (init:399) - Download complete:

It says the download is complete but it's really not. I thought it might be a setting on the Plex Server that might be requiring authorization. I went into the "PMS->Network->Advanced Settings->List of networks that are allowed without auth" and added the following "127.0.0.1/255.255.255.255,localhost/255.255.255.255". I restarted PMS and still encountered the same issue.

Any ideas?