Greg

Results 12 comments of Greg

I'm not a programmer, but adding these lines to the ChatSession class got the output to print in Retrochat ``` async for line in response.content: if line: try: decoded_line =...

oh sure, you probably just need to start the program with the --api flag. that will open the default socket on :5000 and that's how I was able to successfully...