You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the following errors when trying to do a Watch Later- need to know what to try to determine why this isn't working. I have a full ss.log but cannot attach it.
2015-09-26 16:47:13,289 - ss.plex - DEBUG "Starting" SS-Plex
2015-09-26 16:47:20,952 - ss.plex - DEBUG Rendering listings for /
2015-09-26 16:47:32,574 - ss.plex - INFO Adding show MythBusters 15x5 Transformers to download queue
2015-09-26 16:47:32,618 - ss.bridge.download - INFO Dispatching download
2015-09-26 16:47:33,029 - ss.cache - DEBUG http://162.243.44.238/shows/4985/episodes/376721/sources-json is stale
2015-09-26 16:47:38,828 - ss.wizard - DEBUG MythBusters 15x5 Transformers has 47 sources
2015-09-26 16:47:39,078 - ss.cache - DEBUG http://thefile.me/kubnslvio9i5-fname is stale
2015-09-26 16:47:39,694 - ss.cache - DEBUG http://162.243.44.238/procedure/all-json is stale
2015-09-26 16:47:41,117 - ss.consumer - INFO Found procedure for thefile.me
2015-09-26 16:47:41,121 - ss.consumer - DEBUG Requesting http://thefile.me/kubnslvio9i5
2015-09-26 16:47:41,890 - ss.wizard - ERROR Error on http://thefile.me/kubnslvio9i5
Traceback (most recent call last):
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/wizard.py", line 57, in sources
cb(consumer)
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 144, in perform_download
self.success = self.really_download()
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 161, in really_download
command = self.download_command()
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 155, in download_command
return globals()self.strategy + '_strategy_command'
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 36, in wget_strategy_command
'--output-document', dl.local_partfile
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 90, in local_partfile
return self.local_file + '.part'
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 95, in local_file
return os.path.join(self.destination, self.file_name)
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 78, in file_name
consumed = self.consumer.file_name.encode()
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/consumer.py", line 100, in file_name
self.fname = cache.fetch(self.file_cache_key, get_fname, expires = ttl)
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/cache.py", line 29, in fetch
set(key, cb(), *_kwargs)
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/consumer.py", line 95, in get_fname
self.consume()
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/consumer.py", line 116, in consume
self.run_step(self.proc.pop(0))
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/consumer.py", line 124, in run_step
getattr(self, step['name'])(step['args'])
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/consumer.py", line 136, in request_page
self.replace_page(self.agent.open(url))
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/mechanize/_mechanize.py", line 203, in open
return self._mech_open(url, data, timeout=timeout)
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/mechanize/_mechanize.py", line 255, in _mech_open
raise response
httperror_seek_wrapper: HTTP Error 500: Internal Server Error
2015-09-26 16:47:42,211 - ss.cache - DEBUG http://thefile.me/k3gpjvmvi2q2-fname is stale
2015-09-26 16:47:42,875 - ss.consumer - INFO Found procedure for thefile.me
2015-09-26 16:47:42,876 - ss.consumer - DEBUG Requesting http://thefile.me/k3gpjvmvi2q2
2015-09-26 16:47:43,674 - ss.wizard - ERROR Error on http://thefile.me/k3gpjvmvi2q2
Traceback (most recent call last):
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/wizard.py", line 57, in sources
cb(consumer)
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 144, in perform_download
self.success = self.really_download()
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 161, in really_download
command = self.download_command()
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 155, in download_command
return globals()self.strategy + '_strategy_command'
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 36, in wget_strategy_command
'--output-document', dl.local_partfile
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 90, in local_partfile
return self.local_file + '.part'
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 95, in local_file
return os.path.join(self.destination, self.file_name)
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 78, in file_name
consumed = self.consumer.file_name.encode()
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/consumer.py", line 100, in file_name
self.fname = cache.fetch(self.file_cache_key, get_fname, expires = ttl)
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/cache.py", line 29, in fetch
set(key, cb(), *_kwargs)
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/consumer.py", line 95, in get_fname
self.consume()
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/consumer.py", line 116, in consume
self.run_step(self.proc.pop(0))
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/consumer.py", line 124, in run_step
getattr(self, step['name'])(step['args'])
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/consumer.py", line 136, in request_page
self.replace_page(self.agent.open(url))
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/mechanize/_mechanize.py", line 203, in open
return self._mech_open(url, data, timeout=timeout)
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/mechanize/_mechanize.py", line 255, in _mech_open
raise response
httperror_seek_wrapper: HTTP Error 500: Internal Server Error
The text was updated successfully, but these errors were encountered:
I see the following errors when trying to do a Watch Later- need to know what to try to determine why this isn't working. I have a full ss.log but cannot attach it.
2015-09-26 16:47:13,289 - ss.plex - DEBUG "Starting" SS-Plex
2015-09-26 16:47:20,952 - ss.plex - DEBUG Rendering listings for /
2015-09-26 16:47:32,574 - ss.plex - INFO Adding show MythBusters 15x5 Transformers to download queue
2015-09-26 16:47:32,618 - ss.bridge.download - INFO Dispatching download
2015-09-26 16:47:33,029 - ss.cache - DEBUG http://162.243.44.238/shows/4985/episodes/376721/sources-json is stale
2015-09-26 16:47:38,828 - ss.wizard - DEBUG MythBusters 15x5 Transformers has 47 sources
2015-09-26 16:47:39,078 - ss.cache - DEBUG http://thefile.me/kubnslvio9i5-fname is stale
2015-09-26 16:47:39,694 - ss.cache - DEBUG http://162.243.44.238/procedure/all-json is stale
2015-09-26 16:47:41,117 - ss.consumer - INFO Found procedure for thefile.me
2015-09-26 16:47:41,121 - ss.consumer - DEBUG Requesting http://thefile.me/kubnslvio9i5
2015-09-26 16:47:41,890 - ss.wizard - ERROR Error on http://thefile.me/kubnslvio9i5
Traceback (most recent call last):
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/wizard.py", line 57, in sources
cb(consumer)
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 144, in perform_download
self.success = self.really_download()
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 161, in really_download
command = self.download_command()
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 155, in download_command
return globals()self.strategy + '_strategy_command'
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 36, in wget_strategy_command
'--output-document', dl.local_partfile
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 90, in local_partfile
return self.local_file + '.part'
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 95, in local_file
return os.path.join(self.destination, self.file_name)
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 78, in file_name
consumed = self.consumer.file_name.encode()
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/consumer.py", line 100, in file_name
self.fname = cache.fetch(self.file_cache_key, get_fname, expires = ttl)
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/cache.py", line 29, in fetch
set(key, cb(), *_kwargs)
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/consumer.py", line 95, in get_fname
self.consume()
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/consumer.py", line 116, in consume
self.run_step(self.proc.pop(0))
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/consumer.py", line 124, in run_step
getattr(self, step['name'])(step['args'])
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/consumer.py", line 136, in request_page
self.replace_page(self.agent.open(url))
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/mechanize/_mechanize.py", line 203, in open
return self._mech_open(url, data, timeout=timeout)
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/mechanize/_mechanize.py", line 255, in _mech_open
raise response
httperror_seek_wrapper: HTTP Error 500: Internal Server Error
2015-09-26 16:47:42,211 - ss.cache - DEBUG http://thefile.me/k3gpjvmvi2q2-fname is stale
2015-09-26 16:47:42,875 - ss.consumer - INFO Found procedure for thefile.me
2015-09-26 16:47:42,876 - ss.consumer - DEBUG Requesting http://thefile.me/k3gpjvmvi2q2
2015-09-26 16:47:43,674 - ss.wizard - ERROR Error on http://thefile.me/k3gpjvmvi2q2
Traceback (most recent call last):
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/wizard.py", line 57, in sources
cb(consumer)
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 144, in perform_download
self.success = self.really_download()
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 161, in really_download
command = self.download_command()
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 155, in download_command
return globals()self.strategy + '_strategy_command'
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 36, in wget_strategy_command
'--output-document', dl.local_partfile
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 90, in local_partfile
return self.local_file + '.part'
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 95, in local_file
return os.path.join(self.destination, self.file_name)
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/downloader.py", line 78, in file_name
consumed = self.consumer.file_name.encode()
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/consumer.py", line 100, in file_name
self.fname = cache.fetch(self.file_cache_key, get_fname, expires = ttl)
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/cache.py", line 29, in fetch
set(key, cb(), *_kwargs)
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/consumer.py", line 95, in get_fname
self.consume()
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/consumer.py", line 116, in consume
self.run_step(self.proc.pop(0))
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/consumer.py", line 124, in run_step
getattr(self, step['name'])(step['args'])
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/consumer.py", line 136, in request_page
self.replace_page(self.agent.open(url))
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/mechanize/_mechanize.py", line 203, in open
return self._mech_open(url, data, timeout=timeout)
File "/raid/data/module/Plex/sys/Plex Media Server/Plug-ins/ss-plex.bundle/Contents/Libraries/Shared/ss/mechanize/_mechanize.py", line 255, in _mech_open
raise response
httperror_seek_wrapper: HTTP Error 500: Internal Server Error
The text was updated successfully, but these errors were encountered: