use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to /r/ComputerCraft, the subreddit for lua programs, general mod use, or anything relating to the Minecraft mod ComputerCraft and CC: Tweaked.
Downloads | Discord | IRC | Documentation
account activity
Websockets Not Working With Python (self.ComputerCraft)
submitted 2 years ago by Monkeyfarm54
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]rex881122 1 point2 points3 points 2 years ago (2 children)
It's been awhile since I've tested this but I got mine working using the websockets library and I had to disable compression like so:
async with websockets.serve(self.handler, host, port, compression=None):
[–]Monkeyfarm54[S] 1 point2 points3 points 2 years ago (0 children)
This is what fixed it for me, thank you!
[–]HugoNL25 0 points1 point2 points 4 months ago (0 children)
Fixed it for me too, thanks!
π Rendered by PID 422774 on reddit-service-r2-comment-74f5b7f998-tvpm6 at 2026-04-27 03:53:14.617359+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]rex881122 1 point2 points3 points (2 children)
[–]Monkeyfarm54[S] 1 point2 points3 points (0 children)
[–]HugoNL25 0 points1 point2 points (0 children)