Hi,
this is very clearly a server issue - after a several loading requests your server starts blocking some request. Maybe it is overloaded or has a limit of requests/second or so.
Please contact your hoster for more information!
That happens in your krpano AND in your pano2vr example, see in the networks tab in the browsers developer tools for files with status 403.
But krpano retries failed downloads only 2 times by default.
As can be seen in the network tab, pano2vr also retries failed downloads, but more often (I don't know how often by default).
So as already commended above add this line anywhere in your xml, maybe even with a higher number:
|
Source code
|
1
|
<network retrycount="10" />
|
Then krpano will retried the downloads more often and it will work.
E.g. here your tour with retrycount=99 (set as url parameter):
https://virtualvisitr.com/panoramas/Dail…k.retrycount=99
But a note about that - that will be more like a workaround, normally a (good) server shouldn't act like this. E.g. your server could also fails at the initial html page load and then you will got an error anyway.
The real and only correct solution would be contacting your hoster for solving that problem (like removing some limits or upgrading the server).
Best regards,
Klaus