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

brid.gy plugin connection to twitter doesn't work #3079

Open
ejheil opened this issue May 11, 2022 · 2 comments
Open

brid.gy plugin connection to twitter doesn't work #3079

ejheil opened this issue May 11, 2022 · 2 comments

Comments

@ejheil
Copy link
Contributor

ejheil commented May 11, 2022

While trying to do this:

Activate the brid.gy plugin (v1.0.1)

Going to Account Settings -> Interactions -> click the "Activate Twitter & Bridgy" button

I encountered this error:

takes me to https://brid.gy/twitter/start with the message "Sorry, that user was not found. Want to see all users? Or sign up?"

This happens whether or not I am currently logged into brid.gy with my twitter account.

Note that my twitter account and my known site already are inter-connected by links.

Some other notes:

Give us some context:

  • It'd also be really handy if you could tell us the contents of your version.known file

latest stable:

version = '1.2.2'
build = 2020061101
revision = "bd43456"
  • What database are you using? (e.g. mongo, mysql, postgres)

mysql

  • Any warnings or errors in your admin/diagnostics page?

Only warnings that I am behind the latest version from Github, and a link to this github site. Should I be using a fresh checkout from this repository? What branch? dev? Should I not be using stable? It's 2 years old and presumably the same as what I'm running now. If that's the issue then maybe the real "bug" is that there's no recent stable release?

  • If this is a programming bug, can you include examples of any Micropub / API calls / webhook pings you make? Otherwise please don't worry about what this means!
  • Bonus points - are you able to illustrate the issue with a unit test? If so, submit it as a pull request!
@ejheil
Copy link
Contributor Author

ejheil commented May 11, 2022

Moved to a github checkout instead of a downloaded version. Same issue. New version.known:

version = '1.3.1'
build = 2020120201

@snarfed
Copy link

snarfed commented Jul 29, 2022

Could be an easy fix! Sounds like Known is sending the user to https://brid.gy/twitter/start with an HTTP GET, but it needs to be a POST. More details in https://brid.gy/about#registration-api

This worked for a while, so it may just be a minor recent regression.

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