You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Sometimes we do alpha pre-release channel releases where not all downloads are available yet. Often Mac and Windows are ready but linux files are not.
It seems like on Linux machines in this case the auto updater knows that there is a new version but panics when fetching it as there is no file to fetch.
We should not panic, and i don't see any reason to report the issue to sentry.
panic: Failed to check for updates: ReleaseNotFound
File "panicking.rs", line 665, in rust_begin_unwind
File "updates_manager.rs", line 146, in tari_universe::updates_manager::UpdatesManager::check_for_update::{{closure}}
File "updates_manager.rs", line 105, in tari_universe::updates_manager::UpdatesManager::try_update::{{closure}}
File "updates_manager.rs", line 90, in tari_universe::updates_manager::UpdatesManager::init_periodic_updates::{{closure}}::{{closure}}
File "pthread_interpose.rs", line 150, in set_alt_signal_stack_and_start
...
(63 additional frame(s) were not displayed)
The text was updated successfully, but these errors were encountered:
Describe the bug
Sometimes we do alpha pre-release channel releases where not all downloads are available yet. Often Mac and Windows are ready but linux files are not.
It seems like on Linux machines in this case the auto updater knows that there is a new version but panics when fetching it as there is no file to fetch.
We should not panic, and i don't see any reason to report the issue to sentry.
Additional context
Sentry Issue: [TARI-UNIVERSE-3AB]
The text was updated successfully, but these errors were encountered: