mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #5265] [bug]: can't self update on ubuntu 2024.04 #2013
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2013
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @astrowild99 on GitHub (Jul 21, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5265
Is there an existing issue for this?
Platform
Desktop App
Browser
Chrome
Operating System
Linux
Bug Description
While performing the self update suggested by the app, the binary format of the update is constantly invalid.
The error message I get is the following:
the footer states the version as 25.4.2
When I try with Later, the software opens up to a white, unresponsive screen
Debug messages
during the update I get
but the error is not reported on the debug console
for the whitescreen error, the problem is stated as
Deployment Type
Hoppscotch Cloud
Version
25.4.2
@CuriousCorrelation commented on GitHub (Jul 22, 2025):
Hi @astrowild99, just to confirm, are you using the
AppImageor Debian (.deb) package version of the desktop app?@astrowild99 commented on GitHub (Jul 22, 2025):
Installed via
aptso I suppose it masks the.deb.@CuriousCorrelation commented on GitHub (Jul 22, 2025):
Hi @astrowild99, yes that means you're using the
.debpackage version. Unfortunately, the auto-updater only works with theAppImageversion.This is already under works and tracked https://github.com/hoppscotch/hoppscotch/issues/4978. The issue is that the updater flow currently can't separate notifications from installations, it's designed as one atomic process. While this works fine for
AppImage, Debian packages are philosophically meant to be updated through the package manager, so the installation part fails even though you see the notification.While it would be ideal to hide the updater entirely for .deb versions (as suggested in #4978), that's a bit tricky to implement cleanly at the moment, the efforts to fix that are underway https://github.com/hoppscotch/hoppscotch/pull/5259
If you want working auto-updates, you can switch to the AppImage version. Otherwise, you can manually download updates from the releases page or the website.