ATV2 -- error probing input format

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
bartekd Offline
Junior Member
Posts: 10
Joined: Jan 2012
Reputation: 0
Post: #1
Hello,

I am having issues playing allot of different file formats. Here is a snippet of my logs. It is happening to allot of files after updating to EDEN RC2. This happens on ATV2, but not on my windows 7 machine that uses the same SQL connection.

Code:
20:11:59 T:128094208  NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
20:12:00 T:128094208   ERROR: staticThread - thread Jobworker, Unhandled exception caught in thread process, attemping cleanup in OnExit
20:12:02 T:125964288  NOTICE:  StorageServer Module loaded RUN
20:12:02 T:125964288  NOTICE: StorageClient-0.9.2 Starting server
20:12:02 T:125964288  NOTICE: StorageServer-0.9.2 Storage Server starting /var/mobile/Library/Preferences/XBMC/userdata/Database/commoncache.db
20:12:05 T:104374272   ERROR: Window Translator: Can't find window tv
20:12:07 T:163135488   ERROR: Previous line repeats 1 times.
20:12:07 T:163135488  NOTICE: -->Python Interpreter Initialized<--
20:12:07 T:162603008  NOTICE: -->Python Interpreter Initialized<--
20:12:09 T:160604160  NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
20:12:09 T:160604160   ERROR: staticThread - thread Jobworker, Unhandled exception caught in thread process, attemping cleanup in OnExit
20:12:22 T:104374272  NOTICE: DVDPlayer: Opening: smb://osx%5fpc%2dpc%5cosx%5fpc:123456@OSX_PC-PC/Media/Videos/TV_Shows/Parenthood (2010)/Parenthood.2010.S03E16.HDTV.XviD-LOL.avi
20:12:22 T:104374272 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
20:12:22 T:98099200  NOTICE: Creating InputStream
20:12:23 T:98099200  NOTICE: Creating Demuxer
20:12:26 T:98099200   ERROR: Open - error probing input format, smb://osx%5fpc%2dpc%5cosx%5fpc:123456@OSX_PC-PC/Media/Videos/TV_Shows/Parenthood (2010)/Parenthood.2010.S03E16.HDTV.XviD-LOL.avi
20:12:26 T:98099200   ERROR: OpenDemuxStream - Error creating demuxer
20:12:26 T:98099200  NOTICE: CDVDPlayer::OnExit()
20:12:26 T:98099200  NOTICE: CDVDPlayer::OnExit() deleting input stream
20:12:26 T:104374272   ERROR: Playlist Player: skipping unplayable item: 0, path [smb://osx%5fpc%2dpc%5cosx%5fpc:123456@OSX_PC-PC/Media/Videos/TV_Shows/Parenthood (2010)/Parenthood.2010.S03E16.HDTV.XviD-LOL.avi]
20:12:27 T:104374272  NOTICE: CDVDPlayer::CloseFile()
20:12:27 T:104374272 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
20:12:27 T:104374272  NOTICE: DVDPlayer: waiting for threads to exit
20:12:27 T:104374272  NOTICE: DVDPlayer: finished waiting
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,684
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #2
Post a full log with debugging turned on and paste it to pastebin.com - after that put the link in here.

There is an uncaught exception there. Do you have any password protected rar files in the folder where the movie is located or so?

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
bartekd Offline
Junior Member
Posts: 10
Joined: Jan 2012
Reputation: 0
Post: #3
Here you go
http://pastebin.com/5wDGfxtA

No there are no rar files, or anything but the media files in the folder.

Let me know if there is anything else I can try.
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,684
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #4
It looks like you have the scraper running while trying to watch a movie or you have an addon that starts scraping every 24h or something like that.

Try to avoid scanning and watching on that tiny box at the same time which just doesn't has enough grunt for such experiments ...

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
bartekd Offline
Junior Member
Posts: 10
Joined: Jan 2012
Reputation: 0
Post: #5
I don't have scraping running while trying to watch. How do I see if it is scraping? I normally would see at the top if it is scraping, but its not on.

Also, how do I stop scraping if it is running.
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,684
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #6
You have some sort of addon running with scrapes data. Hope you know best what addons you got Wink

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote