Posts: 20
Joined: Jan 2013
Reputation:
0
Sorry how do I do a debug log and send it ?
Posts: 2
Joined: Feb 2013
Reputation:
0
I'm having a similar problem. If I use my silver Apple remote everything works fine. If I use my Bluetooth keyboard it goes to a "xbmc is starting screen.
Posts: 20
Joined: Jan 2013
Reputation:
0
2013-02-22, 16:10
(This post was last modified: 2013-02-22, 16:13 by apehead1.)
I have the system log open on my screen still confused
What to do next?
Do I wait till I reproduce the problem and then do something
I have installed xbmc log uploader
Posts: 20
Joined: Jan 2013
Reputation:
0
I uploaded log via xbmc log uploader from what I read can you confirm I need to allow the debug screen up until it happens again correct?
Posts: 20
Joined: Jan 2013
Reputation:
0
So it just happened. and I had the debug on the screen While using the keyboard hmmm that's must be it. It's stuck on xbmc is starting.
I will unplug and replug in and upload via the uploader.
Is this the correct way to do it?
Posts: 16,946
Joined: Feb 2011
Reputation:
256
2013-02-22, 16:48
(This post was last modified: 2013-02-22, 16:49 by Memphiz.)
I need the syslog now... post the syslog to pastebin.com and put the link in here. If syslog is to big just give me the last 500 lines or so.
Also does this happen on pressing any special keys on the keyboard?
I know its confusing - but just for clarification. xbmc.log is something different then syslog. The Log uploader addon will only provide me xbmc.log - but in this case i need the syslog (we don't have an addon for this cause its pretty ios specific - so you need to put this on pastebin.com by hand).
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much:
click here
HowTo setup NFS for Kodi:
NFS (wiki)
HowTo configure avahi (zeroconf):
Avahi_Zeroconf (wiki)
READ THE IOS FAQ!:
iOS FAQ (wiki)
Posts: 20
Joined: Jan 2013
Reputation:
0
do I go into terminal mode and type all this
sudo apt-get install pastebinit -y
cat > /var/log/syslog
#HIT CTRL+D to abort the prompt
killall AppleTV
#NOW START XBMC AND REPRODUCE THE ISSUE!
#AFTERWARDS DO
cat /var/log/syslog | pastebinit
Posts: 20
Joined: Jan 2013
Reputation:
0
when i type sudo apt-get install pastebinit -y says command not found