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

Error when trying to update a simple tile #60

Open
znb opened this issue Oct 22, 2018 · 1 comment
Open

Error when trying to update a simple tile #60

znb opened this issue Oct 22, 2018 · 1 comment

Comments

@znb
Copy link

znb commented Oct 22, 2018

I'm trying to push data to a simple "text" tile using the curl command.

This is erroring out with

AttributeError: 'NoneType' object has no attribute 'write_message'
[E 181022 16:21:44 iostream:319] Uncaught exception, closing connection.

If you need any more information, please let me know.

@WW-build
Copy link

WW-build commented Jan 11, 2019

I'm having same issue
image

AttributeError: 'NoneType' object has no attribute 'write_message'
[E 190111 08:29:40 iostream:319] Uncaught exception, closing connection.
Traceback (most recent call last):
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/iostream.py", line 316, in wrapper
callback(*args)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/stack_context.py", line 236, in wrapped
callback(*args, **kwargs)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornadoredis/connection.py", line 136, in read_callback
callback(*args, **kwargs)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/stack_context.py", line 236, in wrapped
callback(*args, **kwargs)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/gen.py", line 551, in inner
self.set_result(key, result)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/gen.py", line 480, in set_result
self.run()
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/gen.py", line 510, in run
yielded = self.gen.send(next)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornadoredis/client.py", line 431, in _consume_bulk
callback(response)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/stack_context.py", line 236, in wrapped
callback(*args, **kwargs)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/gen.py", line 551, in inner
self.set_result(key, result)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/gen.py", line 480, in set_result
self.run()
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/gen.py", line 510, in run
yielded = self.gen.send(next)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornadoredis/client.py", line 420, in execute_command
callback(result)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/stack_context.py", line 236, in wrapped
callback(*args, **kwargs)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/gen.py", line 551, in inner
self.set_result(key, result)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/gen.py", line 480, in set_result
self.run()
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/gen.py", line 510, in run
yielded = self.gen.send(next)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tipboard/app.py", line 160, in on_publish
self.write_message(data)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/websocket.py", line 164, in write_message
self.ws_connection.write_message(message, binary=binary)
AttributeError: 'NoneType' object has no attribute 'write_message'
[E 190111 08:29:40 ioloop:467] Exception in callback <functools.partial object at 0x7f4bd5ed2998>
Traceback (most recent call last):
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/ioloop.py", line 453, in _run_callback
callback()
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/stack_context.py", line 241, in wrapped
callback(*args, **kwargs)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/iostream.py", line 316, in wrapper
callback(*args)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/stack_context.py", line 236, in wrapped
callback(*args, **kwargs)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornadoredis/connection.py", line 136, in read_callback
callback(*args, **kwargs)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/stack_context.py", line 236, in wrapped
callback(*args, **kwargs)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/gen.py", line 551, in inner
self.set_result(key, result)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/gen.py", line 480, in set_result
self.run()
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/gen.py", line 510, in run
yielded = self.gen.send(next)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornadoredis/client.py", line 431, in _consume_bulk
callback(response)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/stack_context.py", line 236, in wrapped
callback(*args, **kwargs)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/gen.py", line 551, in inner
self.set_result(key, result)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/gen.py", line 480, in set_result
self.run()
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/gen.py", line 510, in run
yielded = self.gen.send(next)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornadoredis/client.py", line 420, in execute_command
callback(result)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/stack_context.py", line 236, in wrapped
callback(*args, **kwargs)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/gen.py", line 551, in inner
self.set_result(key, result)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/gen.py", line 480, in set_result
self.run()
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/gen.py", line 510, in run
yielded = self.gen.send(next)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tipboard/app.py", line 160, in on_publish
self.write_message(data)
File "/var/www/html/tb-env/lib/python2.7/site-packages/tornado/websocket.py", line 164, in write_message
self.ws_connection.write_message(message, binary=binary)
AttributeError: 'NoneType' object has no attribute 'write_message'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants