Followers
0
Following
0
Joined
Last Online
-
-
ABLPHA
@Cethric thanks for the answer, but when I typed print(appex.get_url()) the same error occurred.
-
ABLPHA
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?