[RELEASE] Web Viewer - Programs Addon & Module

  Thread Rating:
  • 3 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ruuk Online
Skilled Python Coder
Posts: 901
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #41
I just realized that I wasn't getting email updates on forum posts for the last couple of months. Sorry for no replies to anyone. When I get some time I'll look into some of the issues mentioned.
find quote
divingmule Offline
Posting Freak
Posts: 1,269
Joined: Oct 2008
Reputation: 54
Post: #42
Hi, is it, could it be, possible to just display a page with something like "webviewer.displaypage(url)" ?

Thanks.
find quote
ruuk Online
Skilled Python Coder
Posts: 901
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #43
divingmule Wrote:Hi, is it, could it be, possible to just display a page with something like "webviewer.displaypage(url)" ?

Thanks.

There is this:

Code:
webviewer.getWebResult(url)

or the full version (which is better documented in the source):

Code:
url, html = webviewer.getWebResult(url,autoForms=[],autoClose=None,dialog=False)
find quote
Trampare Offline
Junior Member
Posts: 15
Joined: Dec 2011
Reputation: 0
Post: #44
Hi
Thanks for this great addon.
There seams to be a problem when adding web viewer as a shortcut in the confluence skin. It happens both in eden beta and in dharma.
What happens is i get this error message.

error loading page.
can't fetch relative reference: not viewing any document.

If i start web viewer by going thru the programs menu this error message does not occur.

I have tested it on several xbmc installations on both apple tv 2 and windows.
I assume it's web viewer related and not xbmc since it happens on both eden and dharma.
Here is the error log http://pastebin.com/EVP0eCLS

many thanks Arnold
find quote
ruuk Online
Skilled Python Coder
Posts: 901
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #45
Trampare Wrote:Hi
Thanks for this great addon.
There seams to be a problem when adding web viewer as a shortcut in the confluence skin. It happens both in eden beta and in dharma.
What happens is i get this error message.

error loading page.
can't fetch relative reference: not viewing any document.

Fixed and submitted to repository (v0.8.1)
Awaiting approval Smile
find quote
Trampare Offline
Junior Member
Posts: 15
Joined: Dec 2011
Reputation: 0
Post: #46
Thank you ruuk
you made my day:-)
find quote
ruuk Online
Skilled Python Coder
Posts: 901
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #47
Just submitted 0.8.2 to the repository.

The most noticeable change is that thumbnails in the link list should now display most of the time instead of having the broken image icon.
For instance, searching images on google is now useful Smile

Changelog is below:

Encode log entries
Remove xbmcgui.lock()/xbmcgui.unlock() to get rid of the annoying xbmc.log messages Smile
Fixed bug with viewing images
Fixed a bug causing webviewer to lock on nonsense urls
Fixed bug with link list failing to display link images with relative URLs
Fixed a bug with improperly identifying links URLs with imbedded image URLs as being links to images
Improved message/error logging
Added fanart.jpg: (anyone wants to make something better, feel free =] )
find quote
kreeturez Offline
Member+
Posts: 139
Joined: Aug 2011
Reputation: 0
Thumbs Up    Post: #48
ruuk Wrote:Just submitted 0.8.2 to the repository.

The most noticeable change is that thumbnails in the link list should now display most of the time instead of having the broken image icon.
For instance, searching images on google is now useful Smile

Changelog is below:

Encode log entries
Remove xbmcgui.lock()/xbmcgui.unlock() to get rid of the annoying xbmc.log messages Smile
Fixed bug with viewing images
Fixed a bug causing webviewer to lock on nonsense urls
Fixed bug with link list failing to display link images with relative URLs
Fixed a bug with improperly identifying links URLs with imbedded image URLs as being links to images
Improved message/error logging
Added fanart.jpg: (anyone wants to make something better, feel free =] )

Very happy with this release, just found it's way onto my home screen as well...

Thanks, ruuk!
find quote
NobodyHere Offline
Member
Posts: 50
Joined: Jan 2012
Reputation: 0
Post: #49
As soon as the the initial screen completes loading, the freshly installed plugin crashes XBMC (Eden GIT).

Here's the debug xbmc log for the most recent crash.
http://pastebin.com/DQ4sZ58a

EDIT:
Apologies. In addition to my default log, here's one of the crash logs.
http://pastebin.com/eU9G7T4P
(This post was last modified: 2012-01-25 20:24 by NobodyHere.)
find quote
ruuk Online
Skilled Python Coder
Posts: 901
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #50
NobodyHere Wrote:As soon as the the initial screen completes loading, the freshly installed plugin crashes XBMC (Eden GIT).

Hmmmmmmm......

Thanks for all the logs. I'm not sure what the error is. The script isn't throwing any errors. I'm not great at reading crash logs but it does seem the seg fault happened within a python internal function.

So far your the first to report this. I am also running XBMC Beta 2 on linux, and have never had that happen.

When I get a chance I'll see if I'm doing anything weird in my code that may be unstable in certain situations.

If I'm reading the log correctly it looks like you are perhaps running a nightly build? If so, I'm wondering if it isn't the build that's causing the issue.
find quote
Post Reply