-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get error when trying to use it in Tasker #41
Comments
You need to grant tasker |
@joaomgcd consider showing a better error if tasker is not granted a permission required by the plugin when adding a new action. Currently, executing the The Thanks |
I can't request the permission because it would need to be in the manifest and I can't add all possible plugin permissions to the manifest... |
Maybe say exactly what you need to grant? I also can't figure out the scripts thing but I was hoping to be able to use variables to run in Termux but it looks like I can't do that. Thanks for your response. |
Yeah, I am aware of that "security" risk, but we haven't implemented a better system yet for that. You can also only request it if you have declared it in the manifest, like with the code here probably. Especially, if you plan to declare AutoApps permissions at least.
You can throw the same message for other cases, however, if permission is missing, then simply tell the user From a user's perspective, he has no idea what an activity, receiver, |
What script thing? You can pass variable values as arguments to your scripts. Check the templates for scripts and tasks. |
How to grant RUN_COMMAND permission in Android 5.0? Any idea? My phone is rooted and I am using termux and termux-tasker from github run action ( with termux/termux-app#2740) |
It should be automatically granted since android 5 didn't have runtime permissions. |
@agnostic-apollo That's what I thought. But I can't select the plugin on tasker. It gives the same error ? termux-tasker_v0.6.0+892bb45-github-debug.apk |
Which version of tasker are you using? It needs to be |
@agnostic-apollo This is odd. I have tasker = 5.14.6. I haven't update it to the latest version. |
@agnostic-apollo Thanks. I made it work by updating Tasker app. It is working now. |
Great. Welcome. Maybe it was required for tasker to be installed or updated after the termux app was installed that published the permission. Could have checked permission |
Thanks. I think the issue was restored /userdata partition from backup. Which was missing few bytes may be. That explains why Macrodroid also misbehaving. Updating the app fixed the issue. |
Can someone explain in human terms? |
@agnostic-apollo Any chance this could be added to the README or to the text in the termux-tasker app? This thing is pretty obscure and useless error message does not help. EDIT: I'm an iditiot, it IS in the readme |
In case you didn't found Additional Permissions in android settings or your stock android didn't provide additional permissions UI/button like mine (realme 5/android 10).
|
When I try to select the plugin in Tasker I get the following error:
Error: plugin error: missing, disabled, not exported or no permission receiver, or too many receivers.
The text was updated successfully, but these errors were encountered: