Add logging for extractUserFeedFromId fail
This commit is contained in:
parent
f3adcf0c78
commit
7e8f7b87c9
@ -553,6 +553,7 @@ def extractUserFeedFromId(userId,workaroundTokens):
|
|||||||
tweets.append(tweet)
|
tweets.append(tweet)
|
||||||
return tweets
|
return tweets
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
print(f"Exception in extractUserFeedFromId: {str(e)}")
|
||||||
continue
|
continue
|
||||||
raise TwExtractError(400, "Extract error")
|
raise TwExtractError(400, "Extract error")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user