Bug: rando "Insecure Update error!" #2779
Replies: 4 comments 13 replies
-
This is some old version of Sparkle and probably some app that runs in the background. I can't find these strings in the repo. You'll have to find which app it is whether it is digging through your Console logs or going in Activity Monitor or what else. It helps to attach screenshots for issues like this. Meanwhile I should check we include the app name in situations like this going forward. |
Beta Was this translation helpful? Give feedback.
-
See #1601 for the specific issue you're encountering |
Beta Was this translation helpful? Give feedback.
-
Next, let's work on a method for identifying which program is throwing the error. Here is the result of my system scan, which took about three hours. ![]() A text version of that is at https://gist.github.com/lucasgonze/f55a1f856551b16c2b84e0f0d7d67f6e Can we be sure the outdated Sparkle is in that list? Is there any way for it to hide from that find command? Unfortunately, the find results above do not indicate the stale copy is part of Firefox. That hit is based on the browser's cache of this conversation: ![]() :-) That leaves only these candidates:
And, unfortunately, those are also artifacts of my attempt to find the source: they use the key SGTRecentFileSearches, which stores recent searches in Finder. ![]() So,
No luck so far |
Beta Was this translation helpful? Give feedback.
-
I have made the alert go away by deleting applications. The cause was one of these: (list of 11 apps) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
As a Mac user, I get "Insecure update error!" alerts with no context that would allow me to fix the problem. The message "you need to code sign your application or sign your updates with a DSA key", but I am not getting this message with regard to my application and I have no way to know which application is causing the problem.
There are many instances of other users reporting the same problem.
The problem occurs regularly. Dismissing the alert does not fix it. It is a perma-bug in my system.
Possible Fix
Option 1: state the relevant app in the message
Option 2: create public documentation for whatever I would need to do
Option 3: console.log diagnostics
Option 4: create a file with a well known name that flags the instance of Sparkle
Version
N/A
Beta Was this translation helpful? Give feedback.
All reactions