Followers
0
Following
0
Joined
Last Online
-
jaredbidlow
I get an error running this script
No such file directory -
jaredbidlow
Traceback (most recent call last): File "/private/var/mobile/Containers/Shared/AppGroup/1A6C229C-4CF9-474A-A317-BE4422169DF1/Documents/webbrowser.py", line 279, in webview_did_finish_load self.set_url() File "/private/var/mobile/Containers/Shared/AppGroup/1A6C229C-4CF9-474A-A317-BE4422169DF1/Documents/webbrowser.py", line 30, in set_url addr_bar.text = self.parse_url(url) File "/private/var/mobile/Containers/Shared/AppGroup/1A6C229C-4CF9-474A-A317-BE4422169DF1/Documents/webbrowser.py", line 20, in parse_url return urlparse.urlparse(url).netloc AttributeError: 'NoneType' object has no attribute 'urlparse' Traceback (most recent call last): File "/private/var/mobile/Containers/Shared/AppGroup/1A6C229C-4CF9-474A-A317-BE4422169DF1/Documents/webbrowser.py", line 279, in webview_did_finish_load self.set_url() File "/private/var/mobile/Containers/Shared/AppGroup/1A6C229C-4CF9-474A-A317-BE4422169DF1/Documents/webbrowser.py", line 30, in set_url addr_bar.text = self.parse_url(url) File "/private/var/mobile/Containers/Shared/AppGroup/1A6C229C-4CF9-474A-A317-BE4422169DF1/Documents/webbrowser.py", line 20, in parse_url return urlparse.urlparse(url).netloc AttributeError: 'NoneType' object has no attribute 'urlparse'
-
jaredbidlow
I get this error a lot in the new version of pythonista imgur
Here is the code snippet
webbrowser.open('workflow://run-workflow?name=DownTube&input='+audio+titulo)