Skip to content

Unexplained "Error checking for update" #3182

@mehov

Description

@mehov

Hi everyone and thank you for making Greasemonkey! I have been a Firefox user for nearly two decades, and heard of Greasemonkey many many times, but never actually used it – until now. Feels like a great tool to have!

I wrote a simple "hello world" script:

// ==UserScript==
// @name    Hello
// @version 1
// @grant   none
// ==UserScript==

alert('hello greasemonkey');

It works fine, but does not update. When I go to pluginsGreasemonkeyUser scripts for this tabUser script optionsUpdate now, I'm getting Error checking for update.

  • The error appears under the Update button immediately, as if no network request to my actual script is even attempted
  • Nothing is reported in the browser console or in the network requests debugger
  • This also happens also if I have @updateURL and @downloadURL in the script

Is there a place where I can see a more verbose output maybe? Or can the error be made more specific?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions