ionic-team / capacitor-background-runner

Other
40 stars 24 forks source link

BackgroundRunner Stoped #107

Open ManiMohan-Radhakrishnan opened 1 month ago

ManiMohan-Radhakrishnan commented 1 month ago

Sending plugin error: {"save":false,"callbackId":"36779355","pluginId":"BackgroundRunner","methodName":"dispatchEvent","success":false,"error":{"message":"runner is not started"}} 2024-09-27 19:33:30.774 4876-4876 Capacitor/Console com.capacitorjs.background.testapp E File: https://localhost/assets/index-BaCQXITh.js - Line 118 - Msg: Error fetching background data: Error: runner is not started

BackgroundRunner: { label: "com.capacitorjs.background.testapp.task", src: "runner/background.js", event: "fetchTest", repeat: true, interval: 15, autoStart: true, },

Screenshot 2024-09-27 at 7 35 45 PM
ManiMohan-Radhakrishnan commented 1 month ago

![Uploading Screenshot 2024-09-27 at 7.37.19 PM.png…]()

theproducer commented 2 weeks ago

Do you have a repo with a project I can take a look at?