Skip to content
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

Twitter Messaging Plugin Issue #117

Open
CtrlAltDel-Irl opened this issue Jun 2, 2023 · 3 comments
Open

Twitter Messaging Plugin Issue #117

CtrlAltDel-Irl opened this issue Jun 2, 2023 · 3 comments

Comments

@CtrlAltDel-Irl
Copy link

It seems the virtual radio isn't picking up the messages destined for twitter. I haven't tried with another plugin for full disclosure. Using aprsd version 3.0.3 and python 3.9.2

I tried sending 2 messages formatted like :

t Testing twitter aprsd plugin

sent to MI7DJT-12 (my virtual radio in aprsd)

As you can see in the logfile there is no activity picked up by the virtual radio.

I have attached logfile and aprsd.yml

@hemna
Copy link
Collaborator

hemna commented Jul 8, 2023

I don't see the attachment for the log

@CtrlAltDel-Irl
Copy link
Author

CtrlAltDel-Irl commented Jul 9, 2023 via email

@hemna
Copy link
Collaborator

hemna commented Jul 9, 2023

I just fired up the latest version of aprsd and enabled the twitter plugin and aprsd was able to get the request over the aprs network to send a tweet. The tweet command when the twitter plugin is enabled and configured is 'tw '.

That works, but the problem is the twitter API has been altered to need a paying subscription.

You can see my log here:
Screenshot 2023-07-09 at 9 35 06 AM

When aprsd starts up, it tries to load all of the plugins as defined in the config file. When a plugin loads correctly you should see something like this.

07/09/2023 09:20:50 AM MainThread           INFO     Registering Regex plugin 'aprsd_twitter_plugin.twitter.SendTweetPlugin'(0.5.0) -- plugin.py:421
                                                     ^([t][w]\s|twitter)

When a plugin fails to load you would see this

07/09/2023 09:20:49 AM MainThread           ERROR    Failed to load Plugin 'aprsd_slack_plugin.notify_plugin' : 'No module named       plugin.py:376

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants