omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. jaredbidlow

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    jaredbidlow

    @jaredbidlow

    0
    Reputation
    707
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jaredbidlow Unfollow Follow

    Latest posts made by jaredbidlow

    • RE: Save Script via Open In directly to Pythonista

      I get an error running this script
      No such file directory

      posted in Pythonista
      jaredbidlow
      jaredbidlow
    • RE: Webbrowser error
      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'
      
      posted in Pythonista
      jaredbidlow
      jaredbidlow
    • Webbrowser error

      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)
      
      posted in Pythonista
      jaredbidlow
      jaredbidlow