webbrowser-rs
webbrowser-rs copied to clipboard
Error { kind: InvalidInput, message: "program path has no file name" } on Windows 10
Hello, I've been using this library on tauri. Recently, I receive sentry error log like below. (this error is occured on customer user system. so, i can't debug this more)
Error { kind: InvalidInput, message: "program path has no file name" }
When i using open function on windwos10, When does this error occur? Is there any way I can handle it?
Thanks.
Is there a stack trace that you have access to? And/or the target url that was being opened?