Environment:
- OS: Debian 13 (Trixie / Testing)
- Current Version: v1.0.17
- Network: [ Cloud Park - VPS ]
Description
An error occurs during the update process of the Pyramid Relay. The update fails with a NetworkError, preventing the fetch of the new resource or package.
Error Message
fetch call failed: NetworkError when attempting to fetch resource.
Steps to Reproduce
- Log into the Debian 13 environment.
- Run the update command:
[ Via settings in Dashboard ]
- Observe the
NetworkError message in the terminal output.
Expected Behavior
The update script should successfully connect to the remote repository, download the latest binary version, and complete the installation without interruption and restart the VPS.
Possible Reasons I Came Up With
Since this issue is occurring on Debian 13 (Trixie)—which is currently the testing branch—it may be caused by:
- Recent updates to
OpenSSL or ca-certificates in the Trixie repositories may be causing TLS handshake failures.
- The fetch tool (e.g.,
node-fetch or curl) may be encountering compatibility issues with the newer network stack in Debian 13.
- Potential DNS resolution issues or IPv6 priority settings specific to the Trixie configuration.
Troubleshooting Performed
Environment:
Description
An error occurs during the update process of the Pyramid Relay. The update fails with a
NetworkError, preventing the fetch of the new resource or package.Error Message
Steps to Reproduce
[ Via settings in Dashboard ]NetworkErrormessage in the terminal output.Expected Behavior
The update script should successfully connect to the remote repository, download the latest binary version, and complete the installation without interruption and restart the VPS.
Possible Reasons I Came Up With
Since this issue is occurring on Debian 13 (Trixie)—which is currently the
testingbranch—it may be caused by:OpenSSLorca-certificatesin the Trixie repositories may be causing TLS handshake failures.node-fetchorcurl) may be encountering compatibility issues with the newer network stack in Debian 13.Troubleshooting Performed
ping google.com.curl -I [URL].sudo apt update && sudo apt install ca-certificatesto ensure certificates are current.