Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: XBMC.PlayMedia could not play media #183

Closed
mhenke opened this issue Dec 24, 2014 · 1 comment
Closed

ERROR: XBMC.PlayMedia could not play media #183

mhenke opened this issue Dec 24, 2014 · 1 comment

Comments

@mhenke
Copy link

mhenke commented Dec 24, 2014

10:28:45 T:140434925987584 NOTICE: 1Channel: Version: |2.5.60| Queries: |{'mode': 'manual_update_subscriptions'}|
10:28:45 T:140434925987584 NOTICE: 1Channel: Args: |['plugin://plugin.video.1channel/', '13', '?mode=manual_update_subscriptions']|
10:28:45 T:140434925987584 NOTICE: 1Channel: Calling |manual_update_subscriptions| for mode |manual_update_subscriptions| with pos args |[]| and kwargs |{}|
10:28:45 T:140434925987584 NOTICE: 1Channel: Creating .strm for tvshow Orphan Black /watch-2738811-Orphan-Black 2013
10:28:46 T:140434925987584 NOTICE: 1Channel: Creating .strm for tvshow Justified /watch-189467-Justified 2010
10:29:01 T:140434925987584 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'urllib2.HTTPError'>
Error Contents: HTTP Error 522: Origin Connection Time-out
Traceback (most recent call last):
File "/home/mhenke/.xbmc/addons/1Channel-master/default.py", line 2008, in
sys.exit(main())
File "/home/mhenke/.xbmc/addons/1Channel-master/default.py", line 2005, in main
pw_dispatcher.dispatch(mode, _1CH.queries)
File "/home/mhenke/.xbmc/addons/1Channel-master/pw_dispatcher.py", line 81, in dispatch
self.func_registry[mode](*args, **kwargs)
File "/home/mhenke/.xbmc/addons/1Channel-master/default.py", line 1612, in manual_update_subscriptions
update_subscriptions()
File "/home/mhenke/.xbmc/addons/1Channel-master/default.py", line 1624, in update_subscriptions
add_to_library('tvshow', sub[0], sub[1], sub[2], sub[3], sub[4])
File "/home/mhenke/.xbmc/addons/1Channel-master/default.py", line 1512, in add_to_library
seasons = pw_scraper.get_season_list(url, cached=False)
File "/home/mhenke/.xbmc/addons/1Channel-master/pw_scraper.py", line 438, in get_season_list
html = self.__get_url(self.base_url + url)
File "/home/mhenke/.xbmc/addons/1Channel-master/pw_scraper.py", line 494, in __get_url
html = self.__http_get_with_retry_1(url, headers)
File "/home/mhenke/.xbmc/addons/1Channel-master/pw_scraper.py", line 621, in __http_get_with_retry_1
html = net.http_GET(url, headers=headers).content
File "/home/mhenke/.xbmc/addons/script.module.addon.common/lib/addon/common/net.py", line 183, in http_GET
return self._fetch(url, headers=headers, compression=compression)
File "/home/mhenke/.xbmc/addons/script.module.addon.common/lib/addon/common/net.py", line 264, in _fetch
response = urllib2.urlopen(req)
File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 448, in error
return self._call_chain(_args)
File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(_args)
File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 522: Origin Connection Time-out
-->End of Python script error report<--
10:29:01 T:140435613853568 ERROR: XBMC.PlayMedia could not play media: plugin://plugin.video.1channel/?mode=manual_update_subscriptions

@tknorris
Copy link
Contributor

Your connection to primewire timed out. The site has been going up and down the last few days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants