webbrowser-rs icon indicating copy to clipboard operation
webbrowser-rs copied to clipboard

Error { kind: InvalidInput, message: "program path has no file name" } on Windows 10

Open gusxodnjs opened this issue 11 months ago • 1 comments

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.

gusxodnjs avatar Jan 14 '25 02:01 gusxodnjs

Is there a stack trace that you have access to? And/or the target url that was being opened?

amodm avatar Jan 14 '25 03:01 amodm