You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user invoked tiktok-hashtag-analysis notcoin --number 20 --plot which should not obviously cause any issues.
Currently, if TikTok returns no results when retrying in headed it raises the `EmptyResponseException'. This exception is not handled and the user gets a large traceback.
It would be good if this error was handled, this is the relevant code block:
Because these TikTok returned an empty response errors seem to be fairly frequent, I wonder if it would be good to rework the error message to give the user more context about why it happens.
The text was updated successfully, but these errors were encountered:
Reported through Discord
The user invoked
tiktok-hashtag-analysis notcoin --number 20 --plot
which should not obviously cause any issues.Currently, if TikTok returns no results when retrying in headed it raises the `EmptyResponseException'. This exception is not handled and the user gets a large traceback.
It would be good if this error was handled, this is the relevant code block:
tiktok-hashtag-analysis/tiktok_hashtag_analysis/base.py
Lines 180 to 191 in 2a4af67
Because these
TikTok returned an empty response
errors seem to be fairly frequent, I wonder if it would be good to rework the error message to give the user more context about why it happens.The text was updated successfully, but these errors were encountered: