My checklist:
- script installed from userscripts.org Install button, install URL is secure (https)
Discovered I could query GM_info and put this in the script, it returned False:
alert(String(GM_info.scriptWillUpdate));
On Thu, May 17, 2012 at 7:45 AM, mike cupcake wrote:My checklist:
- script installed from userscripts.org Install button, install URL is secure (https)
You're sure of this? This isn't the default behavior for us.o.
Discovered I could query GM_info and put this in the script, it returned False:
alert(String(GM_info.scriptWillUpdate));
* Have an update URL? (If you installed it recently, there should be one.)
* Have not modified the script on disk since the last install? (This might be the culprit -- we intentionally do not overwrite local modifications with updates.)
Is there a way to manually change this flag? Or I guess deleting the script, restarting Firefox and reinstalling from us.o would clear it?
(I've got into the habit of working on changes locally then updating the version on us.o, and I move between a few different machines so the locally-edited flags will be spread among them for different scripts....)
But it's tough for us to know what the local changes are, so we err on the side of safety (not throwing away the potentially valuable changes that only exist on your disk).
It'd be useful if GM raised an alert if it gets a connection error when forcing an update check.
Confirmed as a network issue, trying to load the updateurl from config.xml as https in a browser:
https://userscripts.org.nyud.net/scripts/source/125470.meta.js
It'd be useful if GM raised an alert if it gets a connection error when forcing an update check.
On Fri, May 18, 2012 at 1:55 PM, mike cupcake <mikec...@gmail.com> wrote:Confirmed as a network issue, trying to load the updateurl from config.xml as https in a browser:
https://userscripts.org.nyud.net/scripts/source/125470.meta.js
But that URL is specifically "http" (no S) as you posted it, no?
I'd expect that not to work, coral doesn't offer HTTPS.
I personally wouldn't want popups at random times because of automated update checks. But some sort of notification somewhere might be nice. I think there might be an appropriate way to annotate this in the AOM.It'd be useful if GM raised an alert if it gets a connection error when forcing an update check.
I'd love to see more concrete information but at this point I suspect stale caches.
Testing in new Mac FF profile = exact same behaviour.
New profile; install GM; install script; edit script on us.o; clear FF cache; restart FF.