Skip to content

ChunkedEncodingError #6

@pzel

Description

@pzel

Running the parallel trending hashtags app, I get the following after a while:

Traceback (most recent call last):
  File "twitter_client.py", line 50, in <module>
    send_tweets_to_wallaroo(resp,sock)
  File "twitter_client.py", line 18, in send_tweets_to_wallaroo
    for line in http_resp.iter_lines():
  File "/home/p/w/tth/.env/lib/python2.7/site-packages/requests/models.py", line 793, in iter_lines
    for chunk in self.iter_content(chunk_size=chunk_size, decode_unicode=decode_unicode):
  File "/home/p/w/tth/.env/lib/python2.7/site-packages/requests/models.py", line 752, in generate
    raise ChunkedEncodingError(e)
requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(0 bytes read)', IncompleteRead(0 bytes read))

This issue is here as a placeholder for the investigation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions