-
Notifications
You must be signed in to change notification settings - Fork 27
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
Crash when clicking on a web URL #373
Comments
Fortunately it looks like that error was already relaxed from crashing to logging a message on the Lines 505 to 507 in 6f9ac5e
but that doesn't resolve it failing to begin with of course. It looks like it's getting a 512 exit status from trying to run $ gio open "https://gitlab-ncsa.ubisoft.org/motherbrain/client/neo-client-sdk/" Running that locally works for me (as does opening links through |
This looks relevant although our version of |
@CosmicHorrorDev "Running that locally works for me (as does opening links through inlyne, but apparently it's failing for you" - 512 is a DNS issue, and that makes total sense because I'm trying to reach a website hosted inside the company network. The DNS resolution needs to go through my VPN connection.
|
1) is already resolved. For 2) I won't have spare time to dig into things anytime soon, but this is enough to reproduce the behavior you're seeing with [package]
name = "repro"
version = "0.1.0"
edition = "2021"
[dependencies]
open = "=5.0.0" fn main() {
open::that("https://example.com").unwrap();
} |
While viewing a markdown file, clicking on a web URL caused the application to crash.
Crash reports are attached.
crash_reports.zip
Note: The reports mention the host OS as Ubuntu 22.4.0, but it might be worth mentioning that it was in WSL2 on a Windows 10 machine.
The text was updated successfully, but these errors were encountered: