Hi,
I'm running a script in iOS terminal using the following command:
uiopen pythonista://top_stories/top_stories?action=run&root=icloud
Pythonista opens and says this error message:
Not Found
The file 'top_stories/top_stories' could not be found'
The script I want to run is located here within Pythonista:
iCloud/top_stories/top_stories.py
It also doesn't work if I move top_stories.py to iCloud root folder:
uiopen pythonista://top_stories?action=run&root=icloud
My iCloud folder on my phone:
https://i.imgur.com/ggJQsCwm.jpg
I'm not sure why my script is not being found. I'm launching Pythonista from a terminal application (jailbroken).
Any ideas?
(local storage works, just not iCloud, how come?)