Open GoogleCodeExporter opened 8 years ago
I have a similar issue.
Here is a tiny snip of the xbmc.log.
Q? Is there a rtmp log or is it's logging done in /var/log/messages?
07:23:28 T:9527792 M:708603904 WARNING: CDVDMessageQueue(player)::Put
MSGQ_NOT_INITIALIZED
07:23:28 T:2974808944 M:708603904 NOTICE: Creating InputStream
07:23:28 T:2974808944 M:707969024 ERROR: rtmp server sent error
07:23:28 T:2974808944 M:707969024 ERROR: rtmp server requested close
07:23:28 T:2974808944 M:707969024 ERROR: CDVDPlayer::OpenInputStream - error
opening
Original comment by deano5...@gmail.com
on 15 Oct 2011 at 2:34
Failed to add version info
XBMC PRE-11.0 compiled Aug 1 2011
Blue Cop Amazon 0.3.4
Ubuntu 11.04
rtmpdump git version 2.4
git clone git://git.ffmpeg.org/rtmpdump rtmpdump
sudo rsync -Cav rtmpdump/ rtmpdump-2.4/
cd rtmpdump-2.4
make
sudo make install
Original comment by deano5...@gmail.com
on 15 Oct 2011 at 2:51
I have sort of a similar issue as the first poster.
XBMC 10.1 Compiled 2011-11-07
Ubuntu 10.04
rtmpdump v. 2.4
from xbmc.log:
20:06:10 T:2855230320 M:1943285760 NOTICE: ['plugin://plugin.video.amazon/',
'0', '?url=""&mode="listtv"&sitemode="LIST_HDTVSHOWS"&name="HDTV+Shows"']
20:06:10 T:2855230320 M:1943285760 NOTICE: common.args
20:06:10 T:2855230320 M:1943285760 NOTICE: {'url': '', 'sitemode':
'LIST_HDTVSHOWS', 'name': 'HDTV Shows', 'mode': 'listtv'}
20:06:10 T:2855230320 M:1943285760 NOTICE:
====================AMAZON START====================
20:06:11 T:2855230320 M:1943285760 INFO: -->Python script returned the
following error<--
20:06:11 T:2855230320 M:1943285760 ERROR: Error Type: exceptions.ImportError
20:06:11 T:2855230320 M:1943285760 ERROR: Error Contents: No module named
pysqlite2
20:06:11 T:2855230320 M:1943285760 ERROR: Traceback (most recent call last):
File "~/.xbmc/addons/plugin.video.amazon/default.py", line 52, in ?
modes ( )
File "~/.xbmc/addons/plugin.video.amazon/default.py", line 50, in modes
exec 'sitemodule.%s()' % common.args.sitemode
File "<string>", line 1, in ?
File "~/.xbmc/addons/plugin.video.amazon/resources/lib/listtv.py", line 65, in LIST_HDTVSHOWS
LIST_TVSHOWS(HDonly=True)
File "~/.xbmc/addons/plugin.video.amazon/resources/lib/listtv.py", line 69, in LIST_TVSHOWS
import tv as tvDB
File "~/.xbmc/addons/plugin.video.amazon/resources/lib/tv.py", line 15, in ?
from pysqlite2 import dbapi2 as sqlite
ImportError: No module named pysqlite2
20:06:11 T:2855230320 M:1943285760 INFO: -->End of Python script error
report<--
20:06:11 T:2855230320 M:1943285760 INFO: Python script stopped
20:06:11 T:2855230320 M:1943285760 DEBUG: Thread 2855230320 terminating
20:06:11 T:2882763632 M:1943212032 DEBUG: WaitOnScriptResult - plugin exited
prematurely - terminating
20:06:11 T:3078502256 M:1943293952 ERROR: GetDirectory - Error getting
plugin://plugin.video.amazon/?url=""&mode="listtv"&sitemode="LIST_HDTVSHOWS"&nam
e="HDTV+Shows"
20:06:11 T:3078502256 M:1943293952 ERROR:
CGUIMediaWindow::GetDirectory(plugin://plugin.video.amazon/?url=""&mode="listtv"
&sitemode="LIST_HDTVSHOWS"&name="HDTV+Shows") failed
20:06:11 T:3078502256 M:1943293952 DEBUG: CGUIMediaWindow::GetDirectory
(plugin://plugin.video.amazon/?url=""&mode="listtv"&sitemode="LIST_TV_ROOT"&name
="Television")
20:06:11 T:3078502256 M:1943293952 DEBUG: ParentPath =
[plugin://plugin.video.amazon/]
Original comment by peter.th...@gmail.com
on 8 Nov 2011 at 1:33
I guess nobody has any idea why this happens and how it could be fixed? The
error for me happens under Mac OS X 10.6.8 the error returned is the "script
failed! plugin.video.amazon" and that is triggered as soon as an attempt to
update the new auto-detected Database is either OK'ed or Denied.
and the log shows:
====================AMAZON START====================
02:19:56 T:2959355904 M:7462494208 ERROR: Error Type: exceptions.IOError
02:19:56 T:2959355904 M:7462494208 ERROR: Error Contents: (2, 'No such file
or directory', '/Users/macuser/Library/Application
Support/XBMC/userdata/addon_data/plugin.video.amazon/movies.db')
02:19:56 T:2959355904 M:7462461440 ERROR: Traceback (most recent call last):
File "/Users/macuser/Library/Application Support/XBMC/addons/plugin.video.amazon/default.py", line 52, in ?
modes ( )
File "/Users/macuser/Library/Application Support/XBMC/addons/plugin.video.amazon/default.py", line 50, in modes
exec 'sitemodule.%s()' % common.args.sitemode
File "<string>", line 1, in ?
File "/Users/macuser/Library/Application Support/XBMC/addons/plugin.video.amazon/resources/lib/listmovie.py", line 96, in LIST_MOVIES
import movies as moviesDB
File "/Users/macuser/Library/Application Support/XBMC/addons/plugin.video.amazon/resources/lib/movies.py", line 305, in ?
shutil.copyfile(MovieDBnewfile, MovieDByourfile)
File "../Python/Lib/shutil.py", line 48, in copyfile
fdst = open(dst, 'wb')
IOError: (2, 'No such file or directory', '/Users/macuser/Library/Application Support/XBMC/userdata/addon_data/plugin.video.amazon/movies.db')
02:19:56 T:2692744512 M:7462473728 ERROR: GetDirectory - Error getting
plugin://plugin.video.amazon/?url=""&mode="listmovie"&sitemode="LIST_MOVIES"&nam
e="All+Movies"
02:19:56 T:2692744512 M:7462473728 ERROR:
CGUIMediaWindow::GetDirectory(plugin://plugin.video.amazon/?url=""&mode="listmov
ie"&sitemode="LIST_MOVIES"&name="All+Movies") failed
02:20:04 T:2959355904 M:7463460864 NOTICE: -->Python Interpreter Initialized<--
02:20:06 T:2959355904 M:7461371904 NOTICE: ['plugin://plugin.video.amazon/',
'0', '?url=""&mode="listmovie"&sitemode="LIST_MOVIES"&name="All+Movies"']
02:20:06 T:2959355904 M:7461371904 NOTICE: common.args
02:20:06 T:2959355904 M:7461371904 NOTICE: {'url': '', 'sitemode':
'LIST_MOVIES', 'name': 'All Movies', 'mode': 'listmovie'}
02:20:06 T:2959355904 M:7461371904 NOTICE:
====================AMAZON START====================
Original comment by freak...@gmail.com
on 1 Dec 2011 at 7:28
Original issue reported on code.google.com by
lambert....@gmail.com
on 14 Oct 2011 at 7:38