Hi Ajay,
Once again, wonderfull xbmc addon, perfectly integrated with both xbmc and chrome.
Just one problem though, when I use it on putlocker's videos, I have to try several times before it work, even if at the end it always work. I get this stack from xbmc.log :
22:28:11 T:2883404896 ERROR: ERROR:root
layIt Service :: UNEXPECTED ERROR OCCURRED
Traceback (most recent call last):
File "/storage/.xbmc/addons/script.module.turtle/lib/TurtleService.py", line 33, in serviceMethod
containerObj.performAction(actionId)
File "/storage/.xbmc/addons/script.module.turtle/lib/TurtleContainer.py", line 203, in performAction
turtle_route = self.getTurtleRoute(actionId)
File "/storage/.xbmc/addons/script.module.turtle/lib/TurtleContainer.py", line 145, in moveTurtle
function(self.request_obj, self.response_obj)
File "/storage/.xbmc/addons/service.playit/mymoves/PlayIt_Moves.py", line 36, in playHostedVideo
if __check_media_url(video_url):
File "/storage/.xbmc/addons/service.playit/mymoves/PlayIt_Moves.py", line 92, in __check_media_url
response = urllib2.urlopen(request)
File "./Lib/urllib2.py", line 126, in urlopen
File "./Lib/urllib2.py", line 400, in open
File "./Lib/urllib2.py", line 418, in _open
File "./Lib/urllib2.py", line 378, in _call_chain
File "./Lib/urllib2.py", line 1207, in http_open
File "./Lib/urllib2.py", line 1177, in do_open
URLError: <urlopen error timed out>
22:28:11 T:2883404896 NOTICE: .
22:28:11 T:2883404896 ERROR: ERROR:root:<urlopen error timed out>
Traceback (most recent call last):
File "/storage/.xbmc/addons/script.module.turtle/lib/TurtleService.py", line 33, in serviceMethod
containerObj.performAction(actionId)
File "/storage/.xbmc/addons/script.module.turtle/lib/TurtleContainer.py", line 203, in performAction
turtle_route = self.getTurtleRoute(actionId)
File "/storage/.xbmc/addons/script.module.turtle/lib/TurtleContainer.py", line 145, in moveTurtle
function(self.request_obj, self.response_obj)
File "/storage/.xbmc/addons/service.playit/mymoves/PlayIt_Moves.py", line 36, in playHostedVideo
if __check_media_url(video_url):
File "/storage/.xbmc/addons/service.playit/mymoves/PlayIt_Moves.py", line 92, in __check_media_url
response = urllib2.urlopen(request)
File "./Lib/urllib2.py", line 126, in urlopen
File "./Lib/urllib2.py", line 400, in open
File "./Lib/urllib2.py", line 418, in _open
File "./Lib/urllib2.py", line 378, in _call_chain
File "./Lib/urllib2.py", line 1207, in http_open
File "./Lib/urllib2.py", line 1177, in do_open
URLError: <urlopen error timed out>
It's strange because I rarely get timeout when I use putlocker directly from the browser so I guess the problem is coming from Turtle...