Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unclosed response #485

Closed
fafhrd91 opened this issue Sep 1, 2015 · 4 comments
Closed

Unclosed response #485

fafhrd91 opened this issue Sep 1, 2015 · 4 comments
Assignees
Labels
Milestone

Comments

@fafhrd91
Copy link
Member

fafhrd91 commented Sep 1, 2015

master prints a lot of "Unclosed response" errors, 0.17.3 works fine

@asvetlov maybe close() related changes?

@asvetlov
Copy link
Member

asvetlov commented Sep 1, 2015

Perhaps yes. I'll take a look.

@asvetlov asvetlov self-assigned this Sep 1, 2015
@asvetlov asvetlov added this to the 0.18 milestone Sep 1, 2015
@asvetlov
Copy link
Member

asvetlov commented Sep 2, 2015

Fixed.
Sorry, was my bad.

@asvetlov asvetlov closed this as completed Sep 2, 2015
@amit151993
Copy link

amit151993 commented May 3, 2017

while sending the hangout message through command line this type of errors,
Anybody can identify the errors?

root@amit:~/hangups# python3.4 /home/amit/hangups/examples/send_message.py --conversation-id "UgyqKlT2cb0xxJN1b-54AaABAagBwNKlAQ" --message-text " "
ERROR:asyncio:Unclosed response
client_response: <ClientResponse(https://0.client-channel.google.com/client-channel/channel/bind?VER=8&SID=825094D87141EEA7&RID=rpc&t=1&TYPE=xmlhttp&ctype=hangouts&gsessionid=UWOFGNfiA7mpXbl0jbMuIsGYBXdi58lh&CI=0) [200 OK]>
<CIMultiDictProxy('Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': 'Mon, 01 Jan 1990 00:00:00 GMT', 'Date': 'Wed, 03 May 2017 05:35:59 GMT', 'Content-Type': 'text/plain; charset=utf-8', 'Transfer-Encoding': 'chunked', 'X-Content-Type-Options': 'nosniff', 'X-Xss-Protection': '1; mode=block', 'Server': 'GSE', 'Alt-Svc': 'quic=":443"; ma=2592000; v="37,36,35"')>

Traceback (most recent call last):
File "/home/amit/hangups/examples/send_message.py", line 30, in
run_example(send_message, '--conversation-id', '--message-text')
File "/home/amit/hangups/examples/common.py", line 31, in run_example
loop.run_until_complete(task)
File "/usr/lib/python3.4/asyncio/base_events.py", line 316, in run_until_complete
return future.result()
File "/usr/lib/python3.4/asyncio/futures.py", line 275, in result
raise self._exception
File "/usr/lib/python3.4/asyncio/tasks.py", line 234, in _step
result = coro.throw(exc)
File "/home/amit/hangups/examples/common.py", line 76, in _async_main
yield from example_coroutine(client, args)
File "/home/amit/hangups/examples/send_message.py", line 26, in send_message
yield from client.send_chat_message(request)
File "/usr/local/lib/python3.4/dist-packages/hangups-0.4.2-py3.4.egg/hangups/client.py", line 568, in send_chat_message
File "/usr/local/lib/python3.4/dist-packages/hangups-0.4.2-py3.4.egg/hangups/client.py", line 395, in _pb_request
hangups.exceptions.NetworkError: Request failed with status 0: ''

@lock
Copy link

lock bot commented Oct 28, 2019

This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs.

If you feel like there's important points made in this discussion,
please include those exceprts into that new issue.

@lock lock bot added the outdated label Oct 28, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants