-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 @sam_et_max failed with error 302 #1231
Comments
My website Twitter hashtag reader been working for months perfect. It just started the "Bridge returned error 302! (18103)" too. Twitter must have changed something. |
I've been intermittently seeing the same errors the OP posted above on twitter accounts I've subscribed to on my rss-bridge. I guess @triatic has figured out the issue as well as a fix which is awaiting merge? |
It should be fixed now ! |
I started seeing this as well, so I pulled the latest version from git, but I'm still getting the error. Did I pull too soon (I pulled about 20 minutes ago)? EDIT: Alright, I think I figured this out. Had to tweak my php.ini and set allow_url_fopen=On. I'm on OpenBSD 6.5 using httpd, in case anyone else runs into this issue. |
Same experience for me; had to turn allow_url_fopen=On in php.ini |
The PHP default for |
OpenBSD, at least, comes with allow_url_fopen set to off by default; part of it's "secure by default" ethos. Not sure about other distributions. |
Fair enough. My point really being that It would be possible to get the cookie via curl but if someone does that I request the existing behaviour is maintained on this condition:
|
Error message:
The requested resource cannot be found! Please make sure your input parameters are correct! cUrl error: Maximum (20) redirects followed (47) PHP error:
Query string:
action=display&bridge=Twitter&context=By+username&u=sam_et_max&format=Atom
Version:
git.master.eb942bc
It just happens after an upgrade.
The text was updated successfully, but these errors were encountered: