python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to stop tornado.ioloop PeriodicCallback after certain retries
I am new to using tornado, struggling with a scenario when the periodic callback is made to github if for any reason github service is not reachable then IOloop.PeriodicCallBack is stuck is infinite l...
kittu
Votes: 0
Answers: 0
Render html response from string in python tornado library
I need to render response from html string in tornado like this:
self.method_to_render_html_from_string('<h1>Hello</h1>')
How can I do it? Tornado version is 6.1.
Here how it's displayed a...

Roman Ivanets
Votes: 0
Answers: 1
Parse Error: The server returned a malformed response - Error: Parse Error: Expected HTTP/ - when trying to access one of my app URLs with postman
I am managing an app built by third parts in python.
I have this url dispatcher
urls += [(r'/path/objectAlpha/(.*)', objectAlphaHandler)] # this was made by third parts, it is expected to work
and t...

Tms91
Votes: 0
Answers: 1
Tornado gives error Cannot write() after finish()
I am using the Tornado chat demo example from here: https://github.com/tornadoweb/tornado/tree/master/demos/chat
and just altering it very slightly.
The code change is just a small class called Connec...
sneekers_snak
Votes: 0
Answers: 2