02:12:16nstrom quits [Client Quit]
02:25:49nstrom joins
06:35:34datechnoman quits [Quit: The Lounge - https://thelounge.chat]
06:37:02datechnoman (datechnoman) joins
10:56:36BearFortress quits [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
11:09:01BearFortress joins
16:00:56tzt quits [Ping timeout: 252 seconds]
16:02:27tzt (tzt) joins
18:31:29Minkafighter quits [Quit: The Lounge - https://thelounge.chat]
18:32:06Minkafighter joins
19:33:03Craigle quits [Quit: The Lounge - https://thelounge.chat]
19:34:36Craigle (Craigle) joins
20:43:11Shjosan quits [Quit: Am sleepy (-, – )…zzzZZZ]
20:44:02Shjosan (Shjosan) joins
21:39:33whatsthis53|m joins
21:41:55<whatsthis53|m>Im trying to setup the docker container, and i built it with "ENTRYPOINT ["run-pipeline3", "--disable-web-server", "pipeline.py", "--concurrent 6", "mynickname"]" as the final line in the Dockerfile, but i get the error "AttributeError: module 'collections' has no attribute 'MutableMapping". How do I fix this?
21:42:26<whatsthis53|m>that is, i get that error when trying to run it after building
21:44:10<@JAA>whatsthis53|m: Why don't you use the pre-built images?
21:44:48<whatsthis53|m>i didnt know they existed
21:44:50<whatsthis53|m>where are they?
21:48:02<@JAA>Oh, the readme here doesn't mention it. :-|
21:48:08<klg>it doesn't run on python3.10 or higher out of the box; but the chagnes required to make it work are tiny: collections needs to be changed to collections.abc for MutableMapping in seesaw/item.py and tornado/httputil.py and for Sequence and Mapping in terroroftinytown/util/jsonutil.py (yes, I tested it and it works for me after those changes)
21:48:19<@JAA>Do not run modified code, ever.
21:48:47<@JAA>whatsthis53|m: atdr.meo.ws/archiveteam/terroroftinytown-client-grab:latest
21:50:38<klg>just saying in case whoever's in charge wanted to update it
21:51:33<@JAA>You said you tested it, meaning you ran it against the production tracker. That is never acceptable.
21:54:11<whatsthis53|m><JAA> "whatsthis53: atdr.meo.ws/..." <- ok thanks