2020-07-21 08:59:37.907 19456-19539/com.ecmelberk.taskerhttpserver I/TaskerHTTPServerPlugin: Got request to /
2020-07-21 08:59:37.907 19456-19539/com.ecmelberk.taskerhttpserver D/TaskerHTTPServerPlugin: body is hello
2020-07-21 08:59:37.907 19456-19539/com.ecmelberk.taskerhttpserver D/TaskerHTTPServerPlugin: query is null
2020-07-21 08:59:37.944 19456-19539/com.ecmelberk.taskerhttpserver
E/fi.iki.elonen.NanoHTTPD: Communication with the client broken, or an
bug in the handler code
java.lang.IllegalStateException: Not allowed to start service Intent {
act=com.twofortyfouram.locale.intent.action.REQUEST_QUERY flg=0x10000000
cmp=com.whitedavidp.launchgooglevoiceassist/com.joaomgcd.taskerm.plugin.ServiceRequestQuery
(has extras) }: app is in background uid null
at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1604)
at android.app.ContextImpl.startService(ContextImpl.java:1559)
at android.content.ContextWrapper.startService(ContextWrapper.java:664)
at
com.joaomgcd.taskerpluginlibrary.condition.TaskerPluginRunnerCondition$Companion.requestQueryThroughServicesAndGetSuccessPackages(TaskerPluginRunnerCondition.kt:106)
at
com.joaomgcd.taskerpluginlibrary.condition.TaskerPluginRunnerCondition$Companion.requestQuery(TaskerPluginRunnerCondition.kt:92)
at com.joaomgcd.taskerpluginlibrary.extensions.PublicKt.requestQuery(Public.kt:41)
at com.ecmelberk.taskerhttpserver.http.HTTP.serve(HTTP.kt:31)
at fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)
at fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)
at java.lang.Thread.run(Thread.java:764)