Yesterday, I had to propose two small updates to my app. I use updatebuilder to do that.
The first one was a success, but the latter one was a failure with this message :
The update file not found
WEBUPDATE.LOG for more detail
The webupdate.log indication is below :
23/06/2025 12:08:49 : [918] Checking for Internet connection (Status:3) (Error:0)
23/06/2025 12:08:49 : [921] Found open Internet connection (Status:3) (Error:0)
23/06/2025 12:08:49 : [915] Download : 200 (Status:3) (Error:0)
23/06/2025 12:08:49 : [976] System error : L'URL n'utilise pas un protocole reconnu
(Status:1) (Error:12006)
23/06/2025 12:08:54 : [917] File not found : 200 (Status:2) (Error:1)
23/06/2025 12:08:56 : [925] Update control file not found (Status:2) (Error:0)
23/06/2025 12:08:56 : [949] Closed Internet connection (Status:3) (Error:0)
23/06/2025 12:08:56 : [949] Closed Internet connection (Status:3) (Error:0)
Note that there have been absolutely no changes to WebUpdate properties, nor to UpdateBuilder.
Was there potentially a connection that was still open? Did you try restarting the UpdateBuilder and try again? I cannot immediately think of anything except for other software that interfered with the process.
Before I left on my 6-week trip, I had prepared the URL link in an “.INI” to be more flexible.
However, on my return, I had completely forgotten this, and was ONLY checking the URL in the WebUpdate component (and not in the INI). And the URL was registering incorrectly...
Too stupid , sorry again.