You are not logged in.

Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Sunday, April 21st 2013, 3:46pm

Avoid message FATAL: http://....../..../pano.xml ... - Error loading (IO Error)

Hello, when they come in my page, if someone clicks on a link to another page on my site very fast, and krpano viewer termiado not completing loading, get an error message like:

FATAL: http://....../..../pano.xml ... - Error loading (IO Error)

It disappears moments later because it loads the page.

I want to keep that message out, because I think it does not look good in that if any page you click on a link, in that error message.

In the XML I have put ShowErrors = "false", but the error message appears.

How I can avoid this message?

Thank you!

This post has been edited 1 times, last edit by "pentaxeros" (Apr 26th 2013, 8:55am)


rocktopus

Beginner

Posts: 5

Location: Pune

Occupation: Software Engineer, Biker, Guitarist

  • Send private message

2

Monday, April 22nd 2013, 6:41am

I get the same error too. But I think that FATAL errors on the black screen cannot be controlled by showerrors="false" , this attribute is applicable to debugging window.
Try checking the path to the XML and make sure that the XML is loading fine and has no errors in it.

If this is happening in the debug log window try using showlog(false); , check http://krpano.com/docu/actions/#showlog.

Hope this helps. *smile*

3

Monday, April 22nd 2013, 2:58pm

Hi, I get the error only if while loading krpano this, I click on a link to another page.

I would like to avoid this message out somehow.

Is it possible?

4

Wednesday, April 24th 2013, 4:47pm

Hi,

the problem is that the viewer doesn't (and can't) know if the loading really has failed or if the browser has terminated the loading because of going to leave the page...

But I will think about solutions for this case...

Best regards,
Klaus

5

Friday, April 26th 2013, 8:55am

Thank you very much!