Kodi Community Forum
[old] Unofficial semi-nightly build FAQ/info/issues (here for archival purposes) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: iOS & tvOS (https://forum.kodi.tv/forumdisplay.php?fid=137)
+---- Thread: [old] Unofficial semi-nightly build FAQ/info/issues (here for archival purposes) (/showthread.php?tid=97246)



- Memphiz - 2011-05-10

hollemanjan Wrote:I use XBMC Commander.....become on the ipad the dvd cover and music cover.....etc.
I upgrade to the nightly build version and i don't become nothing anymore about what is in the library

did you update to the most current version of XBMC Commander? Works for me here ...


- keith - 2011-05-10

Lawn Gnome Wrote:I can't play music in the current (May 7) nightly on my ATV2.

There's a workaround bole5 posted, and another one, both should be found in this thread.


disabling OpenGL? - jjcantab - 2011-05-10

debug log: http://pastebin.com/LWi8rbvj

Platform Mac OS X (10.4.0 AppleTV2,1)
Build version number and date compiled Built on May 7 2011 (Git:20110507-4b18017)

I tried disabling OpenGL in the System / Add-On menu to remove the messages that it was not working (I don't really need the visualisations anyway), but when I do this it crashes back to the ATV menu. This is repeatable.

Is this a known bug? Is there another way to disable OpenGL by deleting file(s) or modifying a config file somewhere?

Please let me know, thanks.


- Numus - 2011-05-11

davilla Wrote:if you change

#if defined __APPLE__

to

#if defined(__APPLE__) && !defined(__arm__)

in xbmc/guilib/GraphicContext.cpp ( line 310 ) does that fix the issue ?

Did not fix the problem for me...


- Cranial - 2011-05-11

Numus Wrote:Did not fix the problem for me...

Really? You made the change then built xbmc?


- Numus - 2011-05-11

Cranial Wrote:Really? You made the change then built xbmc?

Ignore my previous comment. It is working... I entered in invalid character (actually remote desktop added it into my VM). Edited it directly when i got home and recompiled.
Worked great.


- Lawn Gnome - 2011-05-11

keith Wrote:There's a workaround bole5 posted, and another one, both should be found in this thread.

To confirm, yes, the workaround works. Sorry for the noise.


Problems with: Invalid SSL protocol variant specified - locomot1f - 2011-05-11

Not sure if this is something you all are concerned with, but thought I'd bring it to your attention.

I've been using the ESPN3 plugin (in BlueCops' repository) on my ATV 2, and with the last two Nightly Builds (April 17 & May 7), I've been getting this error in my logs when trying to play any of the streams:
Code:
09:29:32 T:138907648 M:119296000    INFO: -->Python script returned the following error<--
09:29:32 T:138907648 M:119296000   ERROR: Error Type: <class 'urllib2.URLError'>
09:29:32 T:138907648 M:119296000   ERROR: Error Contents: <urlopen error _ssl.c:310: Invalid SSL protocol variant specified.>
09:29:32 T:138907648 M:119291904   ERROR: Traceback (most recent call last):
                                              File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.espn3/default.py", line 376, in <module>
                                                PLAY(url)
                                              File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.espn3/default.py", line 224, in PLAY
                                                html = get_html(authurl)
                                              File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.espn3/default.py", line 279, in get_html
                                                response = urllib2.urlopen(req)
                                              File "/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/urllib2.py", line 126, in urlopen
                                                return _opener.open(url, data, timeout)
                                              File "/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/urllib2.py", line 391, in open
                                                response = self._open(req, data)
                                              File "/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/urllib2.py", line 409, in _open
                                                '_open', req)
                                              File "/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/urllib2.py", line 369, in _call_chain
                                                result = func(*args)
                                              File "/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/urllib2.py", line 1169, in https_open
                                                return self.do_open(httplib.HTTPSConnection, req)
                                              File "/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/urllib2.py", line 1136, in do_open
                                                raise URLError(err)
                                            URLError: <urlopen error _ssl.c:310: Invalid SSL protocol variant specified.>
09:29:32 T:138907648 M:119291904    INFO: -->End of Python script error report<--

The April 1 Build still works, so I'm using that. Other streaming plugins work. I know that this is different because of some authentication that goes on with the ESPN3 networks. But since it still works in the April 1 Build, and neither of the last two, I thought you'd like to know.


- keith - 2011-05-11

locomot1f Wrote:Not sure if this is something you all are concerned with, but thought I'd bring it to your attention.

I've been using the ESPN3 plugin (in BlueCops' repository) on my ATV 2, and with the last two Nightly Builds (April 17 & May 7), I've been getting this error in my logs when trying to play any of the streams:
Code:
09:29:32 T:138907648 M:119296000    INFO: -->Python script returned the following error<--
09:29:32 T:138907648 M:119296000   ERROR: Error Type: <class 'urllib2.URLError'>
09:29:32 T:138907648 M:119296000   ERROR: Error Contents: <urlopen error _ssl.c:310: Invalid SSL protocol variant specified.>
09:29:32 T:138907648 M:119291904   ERROR: Traceback (most recent call last):
                                              File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.espn3/default.py", line 376, in <module>
                                                PLAY(url)
                                              File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.espn3/default.py", line 224, in PLAY
                                                html = get_html(authurl)
                                              File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.espn3/default.py", line 279, in get_html
                                                response = urllib2.urlopen(req)
                                              File "/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/urllib2.py", line 126, in urlopen
                                                return _opener.open(url, data, timeout)
                                              File "/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/urllib2.py", line 391, in open
                                                response = self._open(req, data)
                                              File "/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/urllib2.py", line 409, in _open
                                                '_open', req)
                                              File "/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/urllib2.py", line 369, in _call_chain
                                                result = func(*args)
                                              File "/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/urllib2.py", line 1169, in https_open
                                                return self.do_open(httplib.HTTPSConnection, req)
                                              File "/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/urllib2.py", line 1136, in do_open
                                                raise URLError(err)
                                            URLError: <urlopen error _ssl.c:310: Invalid SSL protocol variant specified.>
09:29:32 T:138907648 M:119291904    INFO: -->End of Python script error report<--

The April 1 Build still works, so I'm using that. Other streaming plugins work. I know that this is different because of some authentication that goes on with the ESPN3 networks. But since it still works in the April 1 Build, and neither of the last two, I thought you'd like to know.

To my untrained eye it looks like possibly a problem with Bluecop's plugin?
You should pastebin the log (don't paste logs into forums like this) into a ticket on his google code page and/or post it in his plugin thread to let them know since it's not core xbmc.


- keith - 2011-05-11

jjcantab Wrote:debug log: http://pastebin.com/LWi8rbvj

Platform Mac OS X (10.4.0 AppleTV2,1)
Build version number and date compiled Built on May 7 2011 (Git:20110507-4b18017)

I tried disabling OpenGL in the System / Add-On menu to remove the messages that it was not working (I don't really need the visualisations anyway), but when I do this it crashes back to the ATV menu. This is repeatable.

Is this a known bug? Is there another way to disable OpenGL by deleting file(s) or modifying a config file somewhere?

Please let me know, thanks.

What is the error? Why are you trying to disable OpenGL?


- davilla - 2011-05-11

jjcantab Wrote:debug log: http://pastebin.com/LWi8rbvj

Platform Mac OS X (10.4.0 AppleTV2,1)
Build version number and date compiled Built on May 7 2011 (Git:20110507-4b18017)

I tried disabling OpenGL in the System / Add-On menu to remove the messages that it was not working (I don't really need the visualisations anyway), but when I do this it crashes back to the ATV menu. This is repeatable.

Is this a known bug? Is there another way to disable OpenGL by deleting file(s) or modifying a config file somewhere?

Please let me know, thanks.

manually delete the addon, path to it is in your xbmc.log.


No pictures in picture viewer - BlackFlag - 2011-05-12

I have installed the nighty build from may 7. But this error occurs with every version. My setup.
I have a linux (Debian) server with mediatomb as upnp server. I can browse all pictures that are on the server via upnp. But no picture will be shown. My PS3 can show the pictures. Here is the relevant part of the log file:


23:10:42 T:126251008 M: 98340864 ERROR: CacheImage Unable to create new image special://masterprofile/Thumbnails/2/284
ab7e2 from image upnp://7d102ab9-706a-4d64-a29d-f54c97e55958/124307/
23:10:42 T:126251008 M: 98340864 WARNING: CreateLoader - Unsupported protocol(upnp) in upnp://7d102ab9-706a-4d64-a29d-f5
4c97e55958/124306//folder.jpg
23:10:42 T:126251008 M: 98340864 WARNING: CreateLoader - Unsupported protocol(upnp) in upnp://7d102ab9-706a-4d64-a29d-f5
4c97e55958/124307/
23:10:42 T:126251008 M: 98340864 DEBUG: Caching image 'upnp://7d102ab9-706a-4d64-a29d-f54c97e55958/124307/' as '2/284a
b7e2' thumb size
23:10:42 T:126251008 M: 98340864 INFO: Caching image from: upnp://7d102ab9-706a-4d64-a29d-f54c97e55958/124307/ to spe
cial://masterprofile/Thumbnails/2/284ab7e2 with width 512 and height 512
23:10:42 T:126251008 M: 98340864 WARNING: CreateLoader - Unsupported protocol(upnp) in upnp://7d102ab9-706a-4d64-a29d-f5
4c97e55958/124307/
23:10:42 T:126251008 M: 98340864 WARNING: Previous line repeats 1 times.
23:10:42 T:126251008 M: 98340864 INFO: msg: PICTURE::CreateThumbnail: Unable to open image: upnp://7d102ab9-706a-4d
64-a29d-f54c97e55958/124307/ Error:
23:10:42 T:126251008 M: 98340864 ERROR: CacheImage Unable to create new image special://masterprofile/Thumbnails/2/284
ab7e2 from image upnp://7d102ab9-706a-4d64-a29d-f54c97e55958/124307/
23:10:42 T:126251008 M: 98340864 DEBUG: Thread Background Loader 126251008 terminating
23:10:42 T:118566912 M: 98349056 DEBUG: CGUIMediaWindow::GetDirectory (upnp://7d102ab9-706a-4d64-a29d-f54c97e55958/123
768//)

Any tips, what I can test/check/do?


- sprut - 2011-05-12

keith Wrote:Since this is your 1st post, consider this a warning to please not post issues without a debug log.

Here's a thread on posting iOS issues:
http://forum.xbmc.org/showthread.php?tid=92480

And please read the 1st post in this thread before posting again.

In addition, I have no idea what youre trying to do, so please elaborate on the description so we can try to help you.

http://pastebin.com/uiXQMWuS

Hope this helps, thanks.


- keith - 2011-05-12

sprut Wrote:Platform: ATV2
iOS version: 4.2.1
XBMC Build: May 7 (Git:20110507-4b18017)

Do not lose http://83.142.8.2:8002, only plays sound.
You can fix this?

http://pastebin.com/uiXQMWuS
Hope this helps, thanks.

Since you didn't elaborate at all like I asked, I had to go thru your previous posts and find your problem, which seems like your trying to play some random url which doesnt work, peering thru your logs:
22:15:06 T:804691968 M:119189504 DEBUG: CDVDVideoCodecFFmpeg::Open() Unable to find codec 0
22:15:06 T:804691968 M:119189504 DEBUG: FactoryCodec - Video: - Failed
22:15:06 T:804691968 M:119189504 ERROR: Unsupported video codec
22:15:06 T:804691968 M:119189504 WARNING: OpenVideoStream - Unsupported stream 1. Stream disabled.

So does this url work in XBMC on osx/lin/win? I doubt it since XBMC on ATV2 doesn't know what it is.

Please try to follow the guidelines I posted you previously when posting up an issue. It helps me to be able to help you.


- keith - 2011-05-12

BlackFlag Wrote:I have installed the nighty build from may 7. But this error occurs with every version. My setup.
I have a linux (Debian) server with mediatomb as upnp server. I can browse all pictures that are on the server via upnp. But no picture will be shown. My PS3 can show the pictures. Here is the relevant part of the log file:

Any tips, what I can test/check/do?

Please don't post more than 3 or 4 lines to the forum thread, just paste the entire log in pastebin and then link it.

But I don't know if anyone fixed pictures, it was broken for awhile. Try copying some pics locally to the ATV2 using SCP/SFTP and see if you can view them that way.