![]() |
Linux *READ THIS BEFORE POSTING* FAQs, HOW-TO post about a problem in a useful manner - 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: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52) +---- Thread: Linux *READ THIS BEFORE POSTING* FAQs, HOW-TO post about a problem in a useful manner (/showthread.php?tid=233369) |
*READ THIS BEFORE POSTING* FAQs, HOW-TO post about a problem in a useful manner - un1versal - 2015-07-27 See: Linux FAQ (wiki) - All platforms FAQ (wiki) - Migration from XBMC to Kodi (wiki) - HOW-TO:Install Kodi for Linux (wiki) - MySQL/Upgrading (wiki) Things we want from EVERY report: checklist
When referring to the version of something, always be as detailed as possible. Saying you're using the latest version of something is wrong the second it is updated, and completely useless to someone looking for help on a similar problem in the future. (NOTE: It is perfectly fine to tell someone to upgrade to the latest version of something as this is nearly always a good idea.) Some good examples:
Code: uname -m How do I find my GIT revision number? From home screen in default Estuary skin... (also in any kodi.log)
Troubleshooting 101 - Determining if a addon or skin is causing the issue Sometimes Kodi issues are directly or indirectly related to a particular skin or addon. A fast way to rule out such issues is to rename the addons folder and userdata (wiki) folder and restart kodi. (same as a fresh installation) Alternative solution is to disable all 3rd party addons / skins (including ones in default repository) and use default skin, if issue persists you have likely found a bug with Kodi. If you already taken this step or reinstalled Kodi and are using a clean install, say so
Where is my debug log?
This is also available and automatically appended together in a Kodi crashlog when gdb is already installed and you allow stack traces to be generated. In that case pastebin the crashlog directly.
First things first, wait 24hrs. Just as the police don't care if your kids are missing, we don't care if you can't compile! Kodi is in a constant state of flux and it is very likely that any compile errors will be resolved in a much shorter time than this. That being said, what not to post. "make: *** [some target] Error #", I'm sure we can all agree that this tells us nothing other than something bad happened while building "some target", so don't waste your time posting it. Now, there probably isn't actually a problem. Try this from a terminal.
It is also helpful to pastebin the config.log with any compile issue reports especially where dependency issues are reported. Again full logs only with refrence to specific lines or output with report. Paste sites: Screenshot sites: File Hosting sites: RE: *READ THIS BEFORE POSTING* FAQs, HOW-TO post about a problem in a useful manner - Preacher - 2018-06-16 Can I also add this here? Asking Questions The Smart Way - what everyone needs to read... |