Archive:HOW-TO:Find and post Kodi.log for iOS: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
#:<code>/private/var/mobile/Library/Preferences/</code>
#:<code>/private/var/mobile/Library/Preferences/</code>
#That is the folder that has XBMC.log
#That is the folder that has XBMC.log
#You should be able to just click and drag the file off to your computer to make a copy. Open it with a text editor, select all, and paste it to a site like pastebin.com (since it will be a very large file). Then mention the url of the pastebin file you just made in your post reporting the issue.
#You should be able to just click and drag the file off to your computer to make a copy. Open it with a text editor, select all, and paste it to a site like http://pastebin.com (since it will be a very large file). Then mention the url of the pastebin file you just made in your post reporting the issue.


[[Category:iOS]]
[[Category:iOS]]
[[Category:How To]]
[[Category:How To]]

Revision as of 09:50, 11 September 2011

In most cases when you have an issue we need the XBMC.log file (a.k.a., the debug log) to be able to help you!

Warning: if you password protect any of your media shares then that password can be exposed in your log file and you won't want that just hanging out on the internet. If this applies to you then you will want to replace any mention of your passwords with asterisks or something so that we still know you had used a password at one point (since that in itself is information that may or may not be important).

  1. First you want to enable debugging on XBMC. Go to System settings -> System -> Debugging. Make sure "enable debug logging" is on. At this point you should see some weird text pop up on the screen.
  2. Now do whatever it is you normally do to experience the issue on the ATV2. Even if it doesn't do anything on screen it will probably still record useful information in the log file that we can use. It will show us what XBMC tried to do and hopefully why it wasn't able to do it.
  3. Grab a copy of Cyberduck or FileZilla, both free and both work on Mac and Windows.
  4. Use the program to make a SFTP connection. The IP will be whatever IP the ATV2 has
  5. You can find the IP address by exiting XBMC, and in the normal ATV2 menu go to Settings -> General -> About. Then look for "IP Address" and use the numbers listed there. It will be something like 192.168.1.4, or something similar that has 4 groups of numbers.
  6. The username for the connection will be "root" and the password will be "alpine" by default.
  7. Make the connection and you should see folders and files. Find your way to
    /private/var/mobile/Library/Preferences/
  8. That is the folder that has XBMC.log
  9. You should be able to just click and drag the file off to your computer to make a copy. Open it with a text editor, select all, and paste it to a site like http://pastebin.com (since it will be a very large file). Then mention the url of the pastebin file you just made in your post reporting the issue.