Forum Archive

Bug: Shortcuts crashes when adding "Run Script"

WyldKard

Since updating to iOS 15, Shortcuts crashes when I try to add Pythonista's "Run Script" action. A reboot of the device did not fix the problem.

cvp

@WyldKard I'm not sure it did work before iOS 15 because we are a lot to use

url = pythonista3://myfolder/myscript.py?action=run
open url

instead of run script due to the problem that run script did not accept argument from years.

dianawatson

@cvp said:

@WyldKard png to ico I'm not sure it did work before iOS 15 because we are a lot to use

url = pythonista3://myfolder/myscript.py?action=run
open url

instead of run script due to the problem that run script did not accept argument from years.

Thanks! I will work on it.