Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If web page load causes redirect to another page, keeps reloading redirected page instead of URL in settings #10

Open
GoogleCodeExporter opened this issue Mar 3, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Use an URL setting that sometimes will not be available (for example, server 
is suspended temporarily for backup). Choose to reload the page occasionally.
2. Wait for URL to be unavailable and then redirected.
3. Once redirected to different URL, screen saver will keep reloading this 
"new" URL, even after the URL in the setting returns to availability.

What is the expected output? What do you see instead?
I expect the "set" URL to always be displayed if it is available. Instead, once 
things go off the rails and a redirected URL shows up, it stays up.

What version of the product are you using? On what operating system?
v 2.5, on Lion (10.7.4).

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 Aug 2012 at 10:27

@GoogleCodeExporter
Copy link
Author

Use this to display a web page of a status grid of many systems on a prominent 
display. At 9PM the system serving the status grid page is paused for backup - 
about an hour. At this point, an error page is loaded and displayed. From that 
point on, the screen saver keeps reloading the error page even after the server 
comes back online, until I clear the screen saver in the morning.

Original comment by [email protected] on 7 Aug 2012 at 10:31

@GoogleCodeExporter
Copy link
Author

I don't know Objective-C, but I managed to modify a copy of the source so that 
it does what I've requested here. I'm using that and it's good enough for me. 
But I didn't code it up as an option. I simply replaced the page reload with an 
actual load of the original URL, so it's fundamentally different and maybe not 
what you want.

Original comment by [email protected] on 24 Jan 2013 at 1:13

@GoogleCodeExporter
Copy link
Author

A work around is to add "?hack=1" to the end of the URL.

Original comment by [email protected] on 16 Apr 2013 at 12:55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant