Hoping for a little help.
Been playing with this for days - trying to connect to my coworkers plex server so I can download a few videos for an upcoming flight.
I THINK i have managed to get plexdownloader to finally connect to the remote plex server (I had to add /web to the plexurl = http://www.***.com:32400/web) …censored the server domain
However, when I try to download anything I always get a not found response…I have verified the section numbers, but I am grasping at straws…also it seems like even if I change the token.txt file this has no impact on …figured I would get an error if the token was wrong, but that doesnt seem to be the case…any help would be immensely appreciated! I am losing my mind over here :).
C:\Users\***\Downloads\PlexDownloader-master (2)\PlexDownloader-master>python plexdl.py
Starting PlexDownloader Web Manager...
Starting Plex Scraper...
PlexDownloader - v0.07
Syncing Movies to C:/Users/***/Downloads/Videos/Movies
Syncing TV to C:/Users/***/Downloads/Videos/TV/
Syncing Music to /Users/plexdl/Downloads/Music/
Using cached myPlex token.
1 TV Shows Found in Your Wanted List...
PlexScraper - v0.01
Plex Scraper: No scrapers enabled in config. Scraper process disabled.
Using cached myPlex token.
0 Total TV Shows Found
Plex Download completed at 2016-05-31 18:37:04
Sleeping 600 Seconds...
http://0.0.0.0:8585/
Just a side note, if I don’t remove the /web, I get the following errors:
Using cached myPlex token.
1 TV Shows Found in Your Wanted List...
PlexScraper - v0.01
Plex Scraper: No scrapers enabled in config. Scraper process disabled.
Using cached myPlex token.
Something went wrong: ('http error', 401, 'Unauthorized', <httplib.HTTPMessage instance at 0x02D10850>)
Traceback (most recent call last):
File "plexdl.py", line 1059, in <module>
x.search()
File "plexdl.py", line 356, in search
xmldoc = minidom.parse(urllib.urlopen(constructPlexUrl("/library/sections/"+self.plexid+"/all")))
File "C:\Python27\lib\urllib.py", line 87, in urlopen
return opener.open(url)
File "C:\Python27\lib\urllib.py", line 213, in open
return getattr(self, name)(url)
File "C:\Python27\lib\urllib.py", line 364, in open_http
return self.http_error(url, fp, errcode, errmsg, headers)
File "C:\Python27\lib\urllib.py", line 377, in http_error
result = method(url, fp, errcode, errmsg, headers)
File "C:\Python27\lib\urllib.py", line 689, in http_error_401
errcode, errmsg, headers)
File "C:\Python27\lib\urllib.py", line 386, in http_error_default
raise IOError, ('http error', errcode, errmsg, headers)
IOError: ('http error', 401, 'Unauthorized', <httplib.HTTPMessage instance at 0x02D10850>)
Plex Download failed at 2016-05-31 18:41:19
Retrying in 10 Seconds...
Traceback (most recent call last):
File "webui.py", line 179, in <module>
tvShowSearchWeb()
File "webui.py", line 164, in tvShowSearchWeb
website = urllib.urlopen(tvhttp)
File "C:\Python27\lib\urllib.py", line 87, in urlopen
return opener.open(url)
File "C:\Python27\lib\urllib.py", line 213, in open
return getattr(self, name)(url)
File "C:\Python27\lib\urllib.py", line 364, in open_http
return self.http_error(url, fp, errcode, errmsg, headers)
File "C:\Python27\lib\urllib.py", line 377, in http_error
result = method(url, fp, errcode, errmsg, headers)
File "C:\Python27\lib\urllib.py", line 689, in http_error_401
errcode, errmsg, headers)
File "C:\Python27\lib\urllib.py", line 386, in http_error_default
raise IOError, ('http error', errcode, errmsg, headers)
IOError: ('http error', 401, 'Unauthorized', <httplib.HTTPMessage instance at 0x02C10670>)
Sync works very well, but when i use the delete button on the page, it will not delete the movie on the Filesystem. I see a error in the log