Catch Twitter Exceptions #1128

Merged
nupplaphil merged 1 commits from bug/twitter_timeout into 2021.06-rc 2021-05-29 21:27:27 +02:00
nupplaphil commented 2021-05-29 21:15:04 +02:00 (Migrated from github.com)
Reduces noise because of twitter timeouts, see https://github.com/friendica/friendica/issues/10167#issuecomment-849907932
annando commented 2021-05-29 21:18:37 +02:00 (Migrated from github.com)

There are other places in the code like the uploading of pictures or posting a status. Do you want to make this change there as well?

There are other places in the code like the uploading of pictures or posting a status. Do you want to make this change there as well?
nupplaphil commented 2021-05-29 21:23:18 +02:00 (Migrated from github.com)

No, this case was obvious, the other places are sometimes sub-calls for outer calls (like twitter_statuses_show ) and at other places, there's a general exception handler (like for twitter_get_reation())

So I want to address just this specific case , because - tbh - I don't have enough insight what other handlers are "really" necessary

No, this case was obvious, the other places are sometimes sub-calls for outer calls (like `twitter_statuses_show` ) and at other places, there's a general exception handler (like for `twitter_get_reation()`) So I want to address just this specific case , because - tbh - I don't have enough insight what other handlers are "really" necessary
Sign in to join this conversation.
No description provided.