twitterscraper icon indicating copy to clipboard operation
twitterscraper copied to clipboard

query_tweet function throwing errors

Open ehsong opened this issue 2 years ago • 0 comments

Hi, I don't know if this package still works but the query_tweet function is throwing WorkerError, which I don't understand:

query_tweets(handle, limit=None, begindate=dt.date(2020, 5, 10), enddate=enddateset, poolsize=1, lang='')

This is the error I got:

Process 'ForkPoolWorker-2' pid:84180 exited with 'signal 11 (SIGSEGV)'
raise WorkerLostError(
billiard.exceptions.WorkerLostError: Worker exited prematurely: signal 11 (SIGSEGV) Job: 1.

ehsong avatar May 23 '22 16:05 ehsong