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

POSSE to more than one silo fails #221

Closed
notenoughneon opened this issue Jul 12, 2014 · 2 comments
Closed

POSSE to more than one silo fails #221

notenoughneon opened this issue Jul 12, 2014 · 2 comments
Labels

Comments

@notenoughneon
Copy link

Attempting to POSSE the same post to more than one silo fails with HTTP 400: "Sorry, you've already published that page".

Attempted POSSE to both Facebook and Twitter. The second POSSE fails regardless of which silo was chosen first.

@snarfed
Copy link
Owner

snarfed commented Jul 12, 2014

thanks for the report! great point, definitely a bug. the fix should be easy, if you're interested...we just need to add a Publish.source == self.source.key filter here: https://github.com/snarfed/bridgy/tree/master/publish.py#L262 . (and a unit test. :P)

you're welcome to tackle this if you want! otherwise i can get to it soon.

kylewm added a commit to kylewm/bridgy that referenced this issue Jul 20, 2014
@snarfed
Copy link
Owner

snarfed commented Jul 21, 2014

closing since #231 should fix this. @kylewm, holler if you disagree.

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

No branches or pull requests

2 participants