Solved New debug log uploader add-on - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26) +---- Forum: Requests (https://forum.kodi.tv/forumdisplay.php?fid=251) +---- Thread: Solved New debug log uploader add-on (/showthread.php?tid=287652) Pages:
1
2
|
New debug log uploader add-on - Ned Scott - 2016-08-20 I beg the community, on my knees, please someone make a version of the debug log uploader add-on that uses some other paste site. Maybe one that can optionally use various paste sites, via the add-on's settings. xbmclogs.com is dead, and it's time to move on. RE: New debug log uploader add-on - Ned Scott - 2016-08-20 Here's a starting point: https://github.com/dersphere/script.xbmc.debug.log RE: New debug log uploader add-on - tknorris - 2016-08-20 I guess you aren't that desperate...yet... ;-) RE: New debug log uploader add-on - zag - 2016-08-22 +1 million on this one! RE: New debug log uploader add-on - Martijn - 2016-08-22 (2016-08-20, 21:25)tknorris Wrote: I guess you aren't that desperate...yet... ;-)We don't want anything to do with that group/name. So if it's cleaned of any of that it could be acceptable RE: New debug log uploader add-on - tknorris - 2016-08-22 (2016-08-22, 16:38)Martijn Wrote:(2016-08-20, 21:25)tknorris Wrote: I guess you aren't that desperate...yet... ;-)We don't want anything to do with that group/name. So if it's cleaned of any of that it could be acceptable I understand you guys position regarding The Group That Shall Not Be Named, but I'm not into politics. So, feel free to fork it and strip out whatever you don't want. It already does 95% of what Ned requested. The only thing you can't do at the moment is enable/disable uploaders from settings because they are loaded dynamically at runtime. You can also add new ones by just adding new uploader classes. I also have php code to handle emailing the log if you want that to host somewhere. RE: New debug log uploader add-on - Martijn - 2016-08-22 If we wanted to we could well just use current and get the php files. We're more interested to get whatever paste site already out there working instead of hosting our own. RE: New debug log uploader add-on - tknorris - 2016-08-22 (2016-08-22, 16:45)Martijn Wrote: If we wanted to we could well just use current and get the php files. Obviously, ours is hosted on our domain. There have been suggestions of hosting it on an alternate domain, but I'm not sure you'd like that any more. RE: New debug log uploader add-on - Ned Scott - 2016-08-22 (2016-08-20, 21:25)tknorris Wrote: I guess you aren't that desperate...yet... ;-) I don't pay attention enough to remember who you are, and I don't care. Just point me to the add-on. TVADDONS? Did they make a working version? RE: New debug log uploader add-on - tknorris - 2016-08-22 (2016-08-22, 17:08)Ned Scott Wrote:(2016-08-20, 21:25)tknorris Wrote: I guess you aren't that desperate...yet... ;-) I tried to and Martijn deleted it. ;-) It's on my github. RE: New debug log uploader add-on - Ned Scott - 2016-08-22 Oh, you did. Someone rudely deleted it. Thank you. RE: New debug log uploader add-on - Ned Scott - 2016-08-22 (2016-08-22, 16:45)Martijn Wrote: If we wanted to we could well just use current and get the php files. Do you know how embarrassing it is that they have a working version and we don't? RE: New debug log uploader add-on - crzen - 2016-08-22 Note to self. When asking for help dont slap the face of someone who offers it. RE: New debug log uploader add-on - spank - 2016-08-22 its not something to be embarrassed about. you guys keep saying you are looking for help and help was reached out, does it matter where the help comes from? RE: New debug log uploader add-on - Ned Scott - 2016-08-23 (2016-08-22, 22:58)spank Wrote: its not something to be embarrassed about. you guys keep saying you are looking for help and help was reached out, does it matter where the help comes from? That's actually my point. It's embarrassing to be so ashamed of this other group that the official repo is basically cutting off the nose to spite the face. Or like an insecurity issue. I'm not crazy about "that group", but code is code, and an offer to help isn't bad or good based on the people behind the offer (for a lack of better words). As in, I don't see an issue with it, and am thankful that tknorris is trying to help. |