Pythonista-Issues icon indicating copy to clipboard operation
Pythonista-Issues copied to clipboard

Extension returns "Script Not Found" when file is in iCloud.

Open ElliotLockerman opened this issue 6 years ago • 8 comments

As it says in the title, I tried adding a script in iCloud to the share extension. Selecting this script returns "Script Not Found"; manually locating the script doesn't help. The same file works fine as an extension when stored locally only.

ElliotLockerman avatar Jan 03 '18 04:01 ElliotLockerman

I have the same issue. Once I was able to fix it by deleting spaces in file name but soon error appears again.

Luckjanov avatar Jan 03 '18 09:01 Luckjanov

Same issue. This effectively breaks iCloud support for me since I use share sheet extensions fairly heavily

dchevell avatar Mar 08 '18 02:03 dchevell

Any updates on this?

fakewaffle avatar Apr 24 '18 01:04 fakewaffle

same here, any update

varunxyz avatar Jun 07 '18 06:06 varunxyz

Is this project still maintained? This is still the most powerful iPhone app by far, but bugs like this make it very frustrating to use across multiple devices

dchevell avatar Sep 19 '18 00:09 dchevell

I just started using Pythonista (found via Shortcuts app) and I quickly ran into the same issue. Anyone find a workaround?

macserv avatar Oct 08 '18 20:10 macserv

You can run Pythonista scripts stored in iCloud with the Shortcuts app by using Pythonista’s URL scheme. For example:

pythonista://script_name.py?root=icloud&action=run&argv=script_arg

The key is the root=icloud param. You can add mutiple argv params for multiple arguments.

A full example of a shortcut that takes a URL might look like this:

img_0001

benubois avatar Nov 13 '18 22:11 benubois

I'm having the same issue with Pythonista 3.2

adib avatar Aug 17 '19 05:08 adib