Win32Exception file not found occurs on Linux without xdg-utils
Closed this issue · 0 comments
SDSkyKlouD commented
Win32Exception: file not found
error occurs when trying to open a browser while doing PIN authentication on Linux.
This is because xdg-open
command (part of xdg-utils
package) is not exist on the system. Console-only distributions, like Ubuntu Server, doesn't include the package by default.
Wrapping this sequence with try-catch
will be help.