omz:forum

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

    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

    ABLPHA

    @ABLPHA

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

    ABLPHA Unfollow Follow

    Latest posts made by ABLPHA

    • RE: UnicodeDecodeError in _appex.get_input()

      @omz 3.0 (300018)

      posted in Pythonista
      ABLPHA
      ABLPHA
    • RE: UnicodeDecodeError in _appex.get_input()

      @Cethric thanks for the answer, but when I typed print(appex.get_url()) the same error occurred.

      posted in Pythonista
      ABLPHA
      ABLPHA
    • UnicodeDecodeError in _appex.get_input()

      Hi

      Can somebody help me? I tried to get link from AppStore's Share Sheet Extension, but when I typed _appex.get_input() this occurred:

      >>> _appex.get_input()
      UnicodeDecodeError: 'utf-8' codec can't decode byte 0x89 in position 0: invalid start byte
      
      During handling of the above exception, another exception occurred:
      
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
      SystemError: <built-in function get_input> returned a result with an error set```
      
      How to ignore this error or read bytes?
      posted in Pythonista
      ABLPHA
      ABLPHA