Skip to content

URL package throws FileNotFoundError #107

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

Closed
psistorm opened this issue Aug 23, 2016 · 1 comment
Closed

URL package throws FileNotFoundError #107

psistorm opened this issue Aug 23, 2016 · 1 comment

Comments

@psistorm
Copy link

In former Keypirinha versions I was able to call a telephone number directly via Skype for Business and typing a URL like tel:+1234567689

Unfortunately now in Keypirinha 2.9 throws an error

10:44:49.475 ** ERROR: Error from URL.URL.on_execute: <class 'FileNotFoundError'>: file not found: 
Traceback (most recent call last):
  File "C:\Tools\Keypirinha\portable\Profile\Packages\URL\url.py", line 100, in on_execute
    kpu.shell_execute(item.target())
  File "C:\Tools\Keypirinha\python\site\keypirinha_util.py", line 545, in shell_execute
    thing_attr = file_attributes(thing) # may raise FileNotFoundError
  File "C:\Tools\Keypirinha\python\site\keypirinha_util.py", line 232, in file_attributes
    raise FileNotFoundError("file not found: ".format(file))

As the URL package seems not to have changed since quite a while I expect the error to be found in the keypirinha_util.py

@polyvertex
Copy link
Member

This should be fixed in v2.9.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants