-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bauh Crashes When Trying to Update an AppImage #210
Comments
@lfom Another user had the same issue last week, and it ended up that the problem was on the database. Some apps had incomplete data. The problem was already solved (on the back-end side), but your local app installation probably has missing data. Try this:
Anyway, I'm going to add an additional handling on client side based on this error stack. |
@vinifmor You mean the installed app that is being updated has incomplete data? This is the version that was already installed, and updating it worked in the past: Anyway, probably it easier (and safer) to import the newer one and delete the older one? |
Hum... the scenario I've described was related to apps from the database. I'm going to try with imported apps. |
@lfom issue already fixed on the staging branch. It is a regression introduced in 0.9.21. |
@vinifmor Confirmed working on staging (0.9.22). |
No worries. Thanks for reporting the problem. |
Before opening a new issue
Done, same error as latest release (0.9.21)
Describe the bug
bauh "keeps processing forever" when updating an AppImage manually right after selecting the new version and clicking on Proceed. The app does not hang tho, it can be closed. It used to work before but I am not sure when it broke. =(
When using the stagging version, it crashes as shown below.
Log from release version:
Log from staging:
Software Environment
bauh version: 0.9.21
O.S: Pop!_OS 21.04 (like Ubuntu 21.04)
Python version: 3.9.5
Installation method: pip
The text was updated successfully, but these errors were encountered: