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

Fix duplicated tweet #54

Open
wildan3105 opened this issue Feb 13, 2024 · 2 comments
Open

Fix duplicated tweet #54

wildan3105 opened this issue Feb 13, 2024 · 2 comments
Labels
bug Something isn't working urgent

Comments

@wildan3105
Copy link
Owner

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.

@wildan3105
Copy link
Owner Author

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 wildan3105 reopened this Feb 16, 2024
@wildan3105 wildan3105 changed the title Log calls to Twitter (to confirm the duplicated event) Fix duplicated tweet Feb 16, 2024
@wildan3105 wildan3105 added the bug Something isn't working label Feb 16, 2024
@wildan3105
Copy link
Owner Author

wildan3105 commented May 15, 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
	}
];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working urgent
Projects
None yet
Development

No branches or pull requests

1 participant