Answer the question
In order to leave comments, you need to log in
How to solve the Broken pipe problem?
I work with gmail api. The error occurs exactly in this place:
try:
message = self.service.users().messages().send(userId='me', body=message).execute()
print('Message Id: %s' % message['id'])
return message
except errors.HttpError as error:
print('An error occurred: %s' % error)
Exception Type: BrokenPipeError at /ru/api/v1/my_url
Exception Value: [Errno 32] Broken pipe
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question