Closed React1-X closed 5 days ago
After improving error handling and adding more descriptive errors:
Raw text:
Platform: windows x86_64 Launcher updater event: UPTODATE Could not access over https, attempting http: error sending request for url (https://api.bymrefitted.com/launcher.json) Could not access over http, please check the server status on our discord: error sending request for url (http://api.bymrefitted.com/launcher.json) Server manifest could not be retrieved. Please check your internet connection. "Error code: None, cause: Some(Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 10060, kind: TimedOut, message: \"A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.\" })} }}" Error initializing launcher: Server manifest could not be retrieved. Please check your internet connection. "Error code: None, cause: Some(Error { kind: Connect, source: Some (ConnectError(\"tcp connect error\", Os { code: 10060, kind: TimedOut, message: \"A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.\" })) })"
Additional notes from user:
A user has reported that the launcher is constantly showing the loading sequence, even after uninstalling and reinstalling.
Evidence Notes:
The following code is responsible for the render. It listens on the tauri event to grab the contents of the manifest file from the rust backend, and sets the current game version to be the value it retrieves from the file.
Screenshots: