Synctrayzor: Update not happening on second standalone instance

I have two instances of Synctrayzor/Syncthing running for two users, which works fine in general. But after the first instance successfully updated from 1.1.11 to 1.1.13, the second one does not. I guess having two instances is related as the update seems to be recognized but ignored as too old according to the log. What might cause this behaviour?

2016-11-29 19:05:09.6079 #13548 [Debug] SyncTrayzor.Services.UpdateManagement.UpdateNotificationClient: Fetched updates response: <UpdateNotificationResponse data=<UpdateNotificationData version=1.1.13 direct_download_url=https://github.com/canton7/SyncTrayzor/releases/download/v1.1.13/SyncTrayzorPortable-x64.zip sha512sum_download_url=https://github.com/canton7/SyncTrayzor/releases/download/v1.1.13/sha512sum.txt.asc release_page_url=https://github.com/canton7/SyncTrayzor/releases/tag/v1.1.13 release_notes=- Improve 'Browse' button next to folder selection input (#297)
- Fix right-click context menu in embedded browser (#300)
- Fix crash on conflict resolution screen when Windows can't find an icon for the file type (#301)
- Fix crash when opening SyncTrayzor (#303, #306, #318)
- Indication of file conflict in tray icon didn't disappear in some cases (#307)
- (Hopefully) add workaround for Chinese IME not working (#314)
- Display folder names instead of folder IDs in tray notifications (#315)
- Rename 'Restore' option in tray icon context menu (#320)> error=> 
2016-11-29 19:05:09.6079 #13548 [Info] SyncTrayzor.Services.UpdateManagement.UpdateChecker: Found new version: <VersionCheckResults NewVersion=1.1.13 DownloadUrl=https://github.com/canton7/SyncTrayzor/releases/download/v1.1.13/SyncTrayzorPortable-x64.zip Sha512sumDownloadUrl=https://github.com/canton7/SyncTrayzor/releases/download/v1.1.13/sha512sum.txt.asc ReleaseNotes=- Improve 'Browse' button next to folder selection input (#297)
- Fix right-click context menu in embedded browser (#300)
- Fix crash on conflict resolution screen when Windows can't find an icon for the file type (#301)
- Fix crash when opening SyncTrayzor (#303, #306, #318)
- Indication of file conflict in tray icon didn't disappear in some cases (#307)
- (Hopefully) add workaround for Chinese IME not working (#314)
- Display folder names instead of folder IDs in tray notifications (#315)
- Rename 'Restore' option in tray icon context menu (#320) ReleasePageUrl=https://github.com/canton7/SyncTrayzor/releases/tag/v1.1.13> 
2016-11-29 19:05:09.6079 #13548 [Info] SyncTrayzor.Services.UpdateManagement.UpdateChecker: Found update, but it's <= the latest ignored version (1.1.13), so ignoring 

You clicking on “ignore this version” in the upgrade prompt is the only thing that will cause the message.

There’s an open issue to provide an option to undo that (among other things like download progress), which I’ll get around to one day…

You can either manually download the installer, or edit the config file to remove its record if the last ignored version (fraid I’m on mobile so can’t give you the exact path and place).

I don’t recall a prompt, therefore did not think of something like this. I found the config option, I was looking at synctrayzor.exe.config first instead of data/config.xml. After adding a lower version number there the upgrade worked fine - thanks for the help.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.