![]() |
|
[RELEASE] Forum Browser - Programs Addon - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (/forumdisplay.php?fid=151) +---- Thread: [RELEASE] Forum Browser - Programs Addon (/showthread.php?tid=85018) |
RE: [RELEASE] Forum Browser - Programs Addon - dj_gerbil - 2012-04-06 01:58 (2012-04-06 01:47)ruuk Wrote: That would be great. It would help to verify that whether I can login there and also if you have any other issues once we get this fixed. I've created you an account and PM'd you the details
v0.9.8 - ruuk - 2012-04-06 19:35 Version 0.9.8 Changes: - Fixed/Changed progress bar and improved progress updating - Added 'Enable Debug Logging' option in settings which turns on more detailed logging - Empty forums now show a 'Empty Forum' dialog instead of the error dialog - Fix handling of failed forum change - Added some missing images that I removed in the last version and didn't notic. Damn the XBMC image cache! ![]() Get it here: http://forumbrowserxbmc.googlecode.com/files/script.forum.browser-0.9.8.zip dj_gerbil: As I'm sure you can see I was able to post in TVCatchup. This new version has an 'Enable Debug Logging' option in the settings. Please enable that and try posting again and get me a log and hopefully we can find what's up. RE: [RELEASE] Forum Browser - Programs Addon - dj_gerbil - 2012-04-06 20:11 Yep saw your post. Still not working for me though. It looks like it's not signing me in, even though I've set the setting to allow it to do so. My log is here RE: [RELEASE] Forum Browser - Programs Addon - ruuk - 2012-04-06 21:08 (2012-04-06 20:11)dj_gerbil Wrote: Yep saw your post. Still not working for me though. It looks like it's not signing me in, even though I've set the setting to allow it to do so. My log is here I think I see the problem. The debug logging for the important bit that handles saving the session cookies is not showing up. This means that that function is not being called, which means that most likely the class I'm using is different between python versions. I'll try to figure out how I can change what I'm doing so that it works regardless of what Python version is running. If you happen to be able to figure out your python version that might be helpful. I might ask you to try another version that prints the Python version to the log if I find I need to know it. Re: [RELEASE] Forum Browser - Programs Addon - dj_gerbil - 2012-04-06 21:44 As far as I know i'm running Python 2.6 but feel free to send over a version to test. v0.9.9 - ruuk - 2012-04-07 00:06 Version 0.9.9 Changes: - Changed session cookie handling so it will hopefully work across python versions - Added post count, activity and status to posts - Changed online indicator in posts to an icon Get it here: http://forumbrowserxbmc.googlecode.com/files/script.forum.browser-0.9.9.zip (2012-04-06 21:44)dj_gerbil Wrote: As far as I know i'm running Python 2.6 but feel free to send over a version to test. I think this may fix your issue, if not it will log the version which I would like to know in that case
RE: [RELEASE] Forum Browser - Programs Addon - dj_gerbil - 2012-04-07 00:30 Ouch, that's even worse. Now it can't even load XBMC or TVC's forums. Log file's here RE: [RELEASE] Forum Browser - Programs Addon - ruuk - 2012-04-07 00:55 (2012-04-07 00:30)dj_gerbil Wrote: Ouch, that's even worse. Now it can't even load XBMC or TVC's forums. Log file's here It's not as bad as all that. This confirms the problem is what I thought it was. The function that wasn't getting called is now getting called. This time there was an error because of a conflict with your python version. This new version probably won't make it work, but the error was masking the original error so this will get the actual error. Errors are good - I prefer an error any day to a mystery behavior ![]() Please try this version and send me the log: http://forumbrowserxbmc.googlecode.com/files/script.forum.browser-0.9.10.zip If this doesn't work I'm going to just drop the whole module into my addon. Test Re: [RELEASE] Forum Browser - Programs Addon - dj_gerbil - 2012-04-07 01:10 I'll have to test it tomorrow only I've got an early start and I need some sleep. Edit: I've just tested it and still not even loading the forums. Log File's here v0.9.11 - ruuk - 2012-04-08 01:05 Version 0.9.11 This should fix (I hope) the failure to keep a login session on XBMC installs with older python versions (ie Windows) I've also added the ability to edit posts. It works but for some reason when you save the post it un-subscribes you from the thread in this forum. I tried from my phone with the same result so it's not the addon. Changes: - Fix for xmlrpclib for older python versions (I dropped in the whole module. Take that python 2.6!) - Minor skin adjustments in message view for links/images overlays - Fix progress bar not showing on posts view - Added the ability to edit your own posts Get it here: http://forumbrowserxbmc.googlecode.com/files/script.forum.browser-0.9.11.zip |