kingheat / anarchintosh-projects

Automatically exported from code.google.com/p/anarchintosh-projects
0 stars 0 forks source link

RapidRoutines - Error in check_account #138

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. start add-on
2. select any source of RS
3. wait about 1 minute --> Plugin error

What is the expected output? What do you see instead?
Start of Rapidshare streaming (i configured the plugin to use my rapid pro 
account)

What version of the product are you using? On what operating system?
Win7 32Bit
xbmc icefilm plugin v1.0.25

Please provide any additional information below.
00:07:46 T:1328 M:841490432  NOTICE: http://www.icefilms.info/ip.php?v=150967
00:07:46 T:1328 M:841478144  NOTICE: posterurl does not exist
00:07:46 T:1328 M:841478144  NOTICE: mpaafile does not exist
00:07:46 T:1328 M:842129408  NOTICE: Set-Cookie: 
'3da7d6ecf7a0577769989e8f1e369b33=uei89rvsr1gmej10ml8vd8ojs3; path=/, 
__cfduid=d66cb1bac8453473e3fb6672586c10bb01329952076; expires=Mon, 23-Dec-2019 
23:50:00 GMT; path=/; domain=.icefilms.info, 
__cfduid=d66cb1bac8453473e3fb6672586c10bb01329952076; expires=Mon, 23-Dec-2019 
23:50:00 GMT; path=/; domain=.www.icefilms.info'
00:07:46 T:1328 M:842129408  NOTICE: getting mirrors for: 
http://www.icefilms.info/membersonly/components/com_iceplayer/video.php?h=374&w=
631&vid=150967&img=
00:07:46 T:1328 M:842113024  NOTICE: saved cookie: 
3da7d6ecf7a0577769989e8f1e369b33=uei89rvsr1gmej10ml8vd8ojs3
00:07:47 T:1328 M:842113024  NOTICE: response: 
/membersonly/components/com_iceplayer/GMorBMlet.php?url=https%3A%2F%2Frapidshare
.com%2Ffiles%2F4259720194%2FThe.Bleak.Old.Shop.Of.Stuff.S01E01.HDTV.XviD-TLA.avi
00:07:47 T:1328 M:842113024  NOTICE: url: 
https://rapidshare.com/files/4259720194/The.Bleak.Old.Shop.Of.Stuff.S01E01.HDTV.
XviD-TLA.avi
00:07:47 T:5572 M:842129408 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - 
Unknown nodetype requested 6
00:07:49 T:5112 M:841687040  NOTICE: -->Python Interpreter Initialized<--
00:07:52 T:5112 M:841060352  NOTICE: ==========================PARAMS:
                                            URL: https://rapidshare.com/files/4259720194/The.Bleak.Old.Shop.Of.Stuff.S01E01.HDTV.XviD-TLA.avi
                                            NAME: Source #1 | RS  | Full
                                            MODE: 200
                                            IMDBNUM: None
                                            MYHANDLE: -1
                                            PARAMS: {'url': 'https%3A%2F%2Frapidshare.com%2Ffiles%2F4259720194%2FThe.Bleak.Old.Shop.Of.Stuff.S01E01.HDTV.XviD-TLA.avi', 'mode': '200', 'name': 'Source+%231+%7C+RS++%7C+Full'}
00:07:52 T:5112 M:841060352  NOTICE: 
https://rapidshare.com/files/4259720194/The.Bleak.Old.Shop.Of.Stuff.S01E01.HDTV.
XviD-TLA.avi
00:07:52 T:5112 M:841060352  NOTICE: RapidRoutines - Requesting URL: 
https://api.rapidshare.com/cgi-bin/rsapi.cgi?sub=getaccountdetails&withcookie=1&
login=XXXXXX&password=XXXXXX
00:08:57 T:5112 M:843464704  NOTICE: Error retrieving url: <urlopen error (8, 
'EOF occurred in violation of protocol')>
00:08:57 T:5112 M:843464704  NOTICE: **** RapidRoutines - Error in 
check_account: Error occured retrieving URL: <urlopen error (8, 'EOF occurred 
in violation of protocol')>
00:08:57 T:5112 M:843464704   ERROR: Error Type: exceptions.Exception
00:08:57 T:5112 M:843464704   ERROR: Error Contents: Error occured retrieving 
URL: <urlopen error (8, 'EOF occurred in violation of protocol')>
00:08:57 T:5112 M:843456512   ERROR: Traceback (most recent call last):
                                              File "C:\Users\kajdo\AppData\Roaming\XBMC\addons\plugin.video.icefilms\default.py", line 2288, in ?
                                                Stream_Source(name,url)
                                              File "C:\Users\kajdo\AppData\Roaming\XBMC\addons\plugin.video.icefilms\default.py", line 1794, in Stream_Source
                                                link=Handle_Vidlink(url)
                                              File "C:\Users\kajdo\AppData\Roaming\XBMC\addons\plugin.video.icefilms\default.py", line 1775, in Handle_Vidlink
                                                download_details = rs.resolve_link(url, login=rapiduser, password=rapidpass)
                                              File "C:\Users\kajdo\AppData\Roaming\XBMC\addons\plugin.video.icefilms\rapidroutines.py", line 74, in resolve_link
                                                cookie = self.check_account(login, password)['cookie']
                                              File "C:\Users\kajdo\AppData\Roaming\XBMC\addons\plugin.video.icefilms\rapidroutines.py", line 41, in check_account
                                                html = self.get_url(self.accountdetails % (login, password))
                                              File "C:\Users\kajdo\AppData\Roaming\XBMC\addons\plugin.video.icefilms\rapidroutines.py", line 186, in get_url
                                                raise Exception('Error occured retrieving URL: %s' % e)
                                            Exception: Error occured retrieving URL: <urlopen error (8, 'EOF occurred in violation of protocol')>

Original issue reported on code.google.com by rapidkd...@gmail.com on 22 Feb 2012 at 11:19