-
Notifications
You must be signed in to change notification settings - Fork 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
Heroku: Twitter @GonLamperouge failed with error 500 #1734
Comments
Fixed in master long time ago |
According to Heroku deploy logs I'm on commit 747bb6a, but why does it not work though? |
I tried changing one of the JSON files to verify that deployments work: $ git diff upstream_master..master
diff --git a/app.json b/app.json
index f184799..a249b42 100644
--- a/app.json
+++ b/app.json
@@ -3,6 +3,6 @@
"name": "RSS-Bridge",
"description": "RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites which don't have one.",
"repository": "https://github.com/RSS-Bridge/rss-bridge",
- "keywords": ["php", "rss-bridge", "rss"]
+ "keywords": ["php", "rss-bridge", "rss", "test deploy 747bb6ad9ca1b0d2d03b6d93a5ea99af5830e1c7" ]
} The change can be seen, but the twitter bridge still returns 500. |
FYI, we don't have active maintainer for Twitter bridge. |
i got http 500 multiple time now for some nasa feeds on twitter, like |
Should be fixed after #2414 |
Describe the bug
Can't make work the twitter bridge with usernames.
To Reproduce
Steps to reproduce the behavior:
Error message:
Could not parse guest token
Query string:
action=display&bridge=Twitter&context=By+username&u=GonLamperouge&format=Html
Version:
dev.2020-02-26
Expected behavior
Some html with the user's tweets.
Desktop (please complete the following information):
Info displayed by heroku after pushing:
Maybe there is something else that has to be done for heroku deployments other than just pushing? Like cleaning some stale cache/database?
The text was updated successfully, but these errors were encountered: