[RELEASE] Forum Browser - Programs Addon

  Thread Rating:
  • 5 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
dj_gerbil Offline
Fan
Posts: 494
Joined: Jan 2009
Reputation: 9
Location: Cambridgeshire
Post: #141
(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 Smile

The new home for TVCatchup's XBMC plugin is in the Official TVCatchup Repository. Download it Here
If you're having trouble with any of the TVCatchup Plugins please visit here and submit your log to help us fix it.
find quote
ruuk Offline
Skilled Python Coder
Posts: 884
Joined: Aug 2005
Reputation: 118
Location: Bremerton, WA USA
Post: #142
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! Smile

Get it here:

http://forumbrowserxbmc.googlecode.com/f...-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.
find quote
dj_gerbil Offline
Fan
Posts: 494
Joined: Jan 2009
Reputation: 9
Location: Cambridgeshire
Post: #143
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

The new home for TVCatchup's XBMC plugin is in the Official TVCatchup Repository. Download it Here
If you're having trouble with any of the TVCatchup Plugins please visit here and submit your log to help us fix it.
find quote
ruuk Offline
Skilled Python Coder
Posts: 884
Joined: Aug 2005
Reputation: 118
Location: Bremerton, WA USA
Post: #144
(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.
find quote
dj_gerbil Offline
Fan
Posts: 494
Joined: Jan 2009
Reputation: 9
Location: Cambridgeshire
Post: #145
As far as I know i'm running Python 2.6 but feel free to send over a version to test.

The new home for TVCatchup's XBMC plugin is in the Official TVCatchup Repository. Download it Here
If you're having trouble with any of the TVCatchup Plugins please visit here and submit your log to help us fix it.
find quote
ruuk Offline
Skilled Python Coder
Posts: 884
Joined: Aug 2005
Reputation: 118
Location: Bremerton, WA USA
Post: #146
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/f...-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 Smile
find quote
dj_gerbil Offline
Fan
Posts: 494
Joined: Jan 2009
Reputation: 9
Location: Cambridgeshire
Post: #147
Ouch, that's even worse. Now it can't even load XBMC or TVC's forums. Log file's here

The new home for TVCatchup's XBMC plugin is in the Official TVCatchup Repository. Download it Here
If you're having trouble with any of the TVCatchup Plugins please visit here and submit your log to help us fix it.
find quote
ruuk Offline
Skilled Python Coder
Posts: 884
Joined: Aug 2005
Reputation: 118
Location: Bremerton, WA USA
Post: #148
(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 Smile

Please try this version and send me the log:

http://forumbrowserxbmc.googlecode.com/f...0.9.10.zip

If this doesn't work I'm going to just drop the whole module into my addon.
Test
(This post was last modified: 2012-04-08 00:53 by ruuk.)
find quote
dj_gerbil Offline
Fan
Posts: 494
Joined: Jan 2009
Reputation: 9
Location: Cambridgeshire
Post: #149
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

The new home for TVCatchup's XBMC plugin is in the Official TVCatchup Repository. Download it Here
If you're having trouble with any of the TVCatchup Plugins please visit here and submit your log to help us fix it.
(This post was last modified: 2012-04-07 07:25 by dj_gerbil.)
find quote
ruuk Offline
Skilled Python Coder
Posts: 884
Joined: Aug 2005
Reputation: 118
Location: Bremerton, WA USA
Post: #150
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/f...0.9.11.zip
find quote
Post Reply