omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    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.


    Time-delaying URLs not working.

    Pythonista
    notification
    2
    3
    2903
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • jamwheeler
      jamwheeler last edited by

      I bought pythonista about a year ago for the express purpose of time-delaying urls.

      However, I have never been able to get the whole workflow to work. Specifically, I can only get the notifications module to run an action_url when pythonista is running in the background. If I close pythonista and tap the notification that pops up, it merely opens pythonista to the script that launched it, and does nothing.

      If I close pythonista afterwards, and then wait for the notification to pop up, and then open pythonista before tapping on the notification in the notificataion center, pythonista launches and nothing happens.

      I have tried the following urls:

      pythonista3://
      drafts4://
      http://
      

      I have an iPhone5s running pythonista3 on iOS 9.3.4

      1 Reply Last reply Reply Quote 0
      • JonB
        JonB last edited by

        I can schedule notifications that open other apps, such as safari, but this form of pythonista url:

        notification.schedule('hi',12,action_url='pythonista3://myscript?action=run')

        seems to be broken in recent versions, where this does not work if the app has been totally closed(only if the app is currently running)

        1 Reply Last reply Reply Quote 0
        • JonB
          JonB last edited by

          whoops, even http urls do not seem to work when the app is closed. i will file a bug report

          1 Reply Last reply Reply Quote 1
          • First post
            Last post
          Powered by NodeBB Forums | Contributors