mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #4983] [bug]: Could not fetch a valid release json from the remote #1892
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#1892
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 @Gavinluo on GitHub (Apr 11, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4983
Is there an existing issue for this?
Current behavior
When i open the hoppscotch-desktop.exe ,Screen displays "Could not fetch a valid release JSON from the remote" and then immediately exits. My computer cannot access external networks.
version:2025.3.1
Steps to reproduce
open the hoppscotch-desktop.exe
Logs and Screenshots
Environment
Release
Hoppscotch Version
Local
Interceptor
Native - Desktop App
Browsers Affected
No response
Operating System
None
Additional Information
No response
@CuriousCorrelation commented on GitHub (Apr 11, 2025):
Hi @Gavinluo, the error message
is expected behavior when the application can't check for updates due to variety of reasons. This is simply indicating that the check for update procedure has failed, and the user might need to make sure the app is up to date by perhaps checking for new releases from the website.
This message should not cause the application to exit, the app should still launch successfully after displaying this message.
Here's a video demonstrating that, when a machine is completely offline (no WiFi or Ethernet connection), the message appears briefly but the application continues to launch normally.
https://github.com/user-attachments/assets/704b9896-16aa-4281-9a7b-68da397aca1d
What you're experiencing is likely an environment-specific issue rather than a problem with the Hoppscotch application itself. The app might be launching in a different Windows workspace, or there could be security software blocking the application. It's also possible that another application might be interfering with Hoppscotch's startup.
To troubleshoot, you can check Windows Task Manager to see if Hoppscotch is running but not visible. You might also want to temporarily disable any security software to test if it's blocking the application, or try running the application as an administrator.
@Gavinluo commented on GitHub (Apr 11, 2025):
Yes, you are right. I have tested it on another PC, and it show this error but worked. I have also checked the security software logs, and there is nothing related to Hoppscotch. Additionally, I have even upgraded WebView2 to version 135, but the error still exists. Sorry i cant record video for this error.
@CuriousCorrelation commented on GitHub (Apr 11, 2025):
Hey @Gavinluo, thanks for confirmation!
I'm transferring this issue to our Discussions section under the Q&A category since we've established it's not actually a bug in the app itself, but rather something specific to your environment.
This will keep our issues tracker focused on actual bugs while ensuring your question remains visible to others who might encounter similar environment-specific problems.
I'm happy to continue helping with diagnostics in the discussion thread, and if anyone discovers a solution, it will be more easily found by others there.