-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix duplicated tweet #54
Comments
This is attempting to tweet a match that's about to begin in 24 hours
2024-02-16T06:01:51.770127+00:00 app[worker.1]: There's an error when calling twitter API. Details: AxiosError: Request failed with status code 403
2024-02-16T06:01:54.717345+00:00 heroku[scheduler.2532]: Process exited with status 0 Re-open this issue to find the long-term fix for the above error response from Twitter's API. |
wildan3105
changed the title
Log calls to Twitter (to confirm the duplicated event)
Fix duplicated tweet
Feb 16, 2024
Idea
[
{
"participants": "Club A vs Club B",
"tournament": "Champions League",
"stadium": "Club A stadium",
"date_time": "" // date time of the reminder i.e. match - 24 hours
},
{
"participants": "Club A vs Club B",
"tournament": "Champions League",
"stadium": "Club A stadium",
"date_time": "" // date time of the reminder i.e. match - 1 hour
}
];
|
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
For day-1
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: