Python 查找tweepy.error的路径。TweepError:应为长度,找到意外值

Python 查找tweepy.error的路径。TweepError:应为长度,找到意外值,python,linux,ubuntu-16.04,tweepy,Python,Linux,Ubuntu 16.04,Tweepy,在使用tweepy时,我犯了这个错误 Traceback (most recent call last): File "stream.py", line 69, in <module> stream.filter(track=settings.TRACK_TERMS) File "build/bdist.linux-x86_64/egg/tweepy/streaming.py", line 450, in filter File "build/bdist.linux-x8

在使用tweepy时,我犯了这个错误

Traceback (most recent call last):


File "stream.py", line 69, in <module>
stream.filter(track=settings.TRACK_TERMS)


File "build/bdist.linux-x86_64/egg/tweepy/streaming.py", line 450, in filter
  File "build/bdist.linux-x86_64/egg/tweepy/streaming.py", line 364, in _start
  File "build/bdist.linux-x86_64/egg/tweepy/streaming.py", line 297, in _run
  File "build/bdist.linux-x86_64/egg/tweepy/streaming.py", line 266, in _run
  File "build/bdist.linux-x86_64/egg/tweepy/streaming.py", line 323, in _read_loop
tweepy.error.TweepError: Expecting length, unexpected value found
在我的机器上

任何帮助都将不胜感激

build/bdist.linux-x86_64/egg/tweepy/streaming.py