vdeku / anarchintosh-projects

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

Script failed PySqlite2 is out of date error? #141

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run nightly build update
2. Config RapidPro Account info
3. Reset apple tv
4. Go into icefilms select any film

What is the expected output? What do you see instead?
Expect the film to load and play, instead a script error is loaded.

What version of the product are you using? On what operating system?
Apple TV G2 4.4.4  ,xbmc nightly update(current)

Please provide any additional information below.
19:15:05 T:95559680  NOTICE: -->Python Interpreter Initialized<--
19:15:07 T:95559680   ERROR: 
/private/var/stash/Applications/XBMC.frappliance/XBMCData/XBMCHome/addons/script
.module.pysqlite/lib/pysqlite2/__init__.py:34: UserWarning: DeprecationWarning: 
the pysqlite2 module is deprecated; please change your script to use sqlite3.
                                              warnings.warn("DeprecationWarning: the pysqlite2 module is deprecated; please change your script to use sqlite3.")
19:15:07 T:95559680  NOTICE: ==========================PARAMS:
                                            URL: https://rapidshare.com/files/34639971/GooN.2012.HDRiP.XviD-GooN.avi
                                            NAME: Source #1 | RS  | Full
                                            MODE: 200
                                            IMDBNUM: None
                                            MYHANDLE: -1
                                            PARAMS: {'url': 'https%3A%2F%2Frapidshare.com%2Ffiles%2F34639971%2FGooN.2012.HDRiP.XviD-GooN.avi', 'mode': '200', 'name': 'Source+%231+%7C+RS++%7C+Full'}
19:15:07 T:95559680  NOTICE: 
https://rapidshare.com/files/34639971/GooN.2012.HDRiP.XviD-GooN.avi
19:15:09 T:95559680  NOTICE: RapidRoutines returning:
19:15:09 T:95559680  NOTICE: {'status': '1', 'short_host': 'l36', 'server_id': 
'641', 'file_name': 'GooN.2012.HDRiP.XviD-GooN.avi', 'wait_time': '0', 
'file_id': '34639971', 'download_link': 
'http://rs641l35.rapidshare.com/cgi-bin/rsapi.cgi?sub=download&fileid=34639971&f
ilename=GooN.2012.HDRiP.XviD-GooN.avi&dlauth=8C690106A66A4CEB9CFE0C527C5962A8C34
152E539175C16DEA3093475351EAD1F210AAA2AC84E7EB4651498C878A6AA3369014D7E029C389BC
0B1952565461C389A8C250D2C6BF2514A28D3EC6D3280DA1A518B23EB20802B735A1843D1855968D
EFC4E9421BC512B6DC88B11566373', 'file_size': '729068778'}
19:15:09 T:95559680  NOTICE: waiting 1 secs
19:15:11 T:95559680  NOTICE: done waiting
19:15:11 T:95559680  NOTICE: opening failed
19:15:11 T:95559680  NOTICE: CLEANING VIDNAME FAILED! :
19:15:11 T:95559680  NOTICE: None
19:15:11 T:95559680  NOTICE: opening failed
19:15:11 T:95559680  NOTICE: CLEANING DESCRIPTION FAILED! :
19:15:11 T:95559680  NOTICE: None
19:15:11 T:95559680  NOTICE: opening failed
19:15:11 T:95559680  NOTICE: opening failed
19:15:11 T:95559680   ERROR: Error Type: <type 'exceptions.TypeError'>
19:15:11 T:95559680   ERROR: Error Contents: argument 1 must be unicode or str
19:15:11 T:95559680   ERROR: Traceback (most recent call last):
                                              File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.icefilms/default.py", line 2283, in <module>
                                                Stream_Source(name,url)
                                              File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.icefilms/default.py", line 1790, in Stream_Source
                                                listitem=Item_Meta(name)
                                              File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.icefilms/default.py", line 1688, in Item_Meta
                                                listitem.setThumbnailImage(poster)
                                            TypeError: argument 1 must be unicode or str

Original issue reported on code.google.com by nathanie...@gmail.com on 29 Feb 2012 at 3:20