deepessh / mqttclpro

MQTT Client for android with tasker support
MIT License
99 stars 30 forks source link

Tasker *Unknown Plugin* #53

Closed sjcliffe closed 6 years ago

sjcliffe commented 6 years ago

I'm not sure if this is an issue with the MQTT Client or Tasker but the last two times the App has been updated I've had to go into Tasker and re-create my MQTT related tasks.

The existing ones show up in tasker as "Unknown Plugin", and when I click on them it says the App is missing and gives me the option to try to install the plugin in.dc297.mqttclpro (which of course is already installed). Deleting the task and re-creating it is the only way to get around it.

screenshot_20180104-161244

deepessh commented 6 years ago

Hi

I just tried to simulate this issue but wasn't successful. I upgraded from 4.4.1 to the latest version. But I could still access my events and tasks.

sivadsivad commented 6 years ago

Hi,

I think it's may be an ID issue:

It arrived with me with others plugins after several tasker updates. My solution:

Save the task with the "unknown missing message" on your pc in folder one Delete it from Tasker and rewrite it exactly as the first one; then save it on your pc on folder two

On your pc with an xlm editor open and compare the two files. On the line following your Action you should see a line with the word 'code'

*Action sr="act11" ve="7"*
        *code*1632926874*/code*

So not to have to rewrite all , you just have to replace the code ( here 1632926874) from the old task ( folder 1) by the one of the new task (folder2)

deepessh commented 6 years ago

@sjcliffe Can you try what @sivadsivad has suggested?

sjcliffe commented 6 years ago

I'll certainly give it a try next time I have the problem. I ended up deleting and re-creating the tasks the last time it happened.

deepessh commented 6 years ago

Closing as no activity.