Cannot post with high probability
ekfacile opened this issue · 2 comments
ekfacile commented
Version: 1.7.3
How to reproduce
- Write the text as usual and press the post button.
- The posted content will disappear from the text box. However, My posts don't appear on my home timeline. No error dialog is displayed either.
- Press the reload button.
- Posts still don't appear on my home timeline. No matter how many times I press the reload button, the result is the same.
- Log in to the official web version for confirmation.
- Even if you check the official website version, you can confirm that it has not been posted.
- Check the Fedistar log file.
- No errors are recorded in the log file.
There was no strange behavior like this until v1.7.2.
ekfacile commented
Apparently there was a problem with mastodon.social. I checked on the official web version that it had been posted for some reason 8 minutes later.
Feature Request
In the unlikely event that post data cannot be retrieved due to a server-side failure, would it be possible to display a dialog that mentions the possibility that the post may have failed?
h3poteto commented
This is completely an issue on mastodon.social side. Fedistar already shows an error when a post fails.
fedistar/src/components/compose/Status.tsx
Line 297 in be4926f