| 02:12:16 | | nstrom quits [Client Quit] |
| 02:25:49 | | nstrom joins |
| 06:35:34 | | datechnoman quits [Quit: The Lounge - https://thelounge.chat] |
| 06:37:02 | | datechnoman (datechnoman) joins |
| 10:56:36 | | BearFortress quits [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] |
| 11:09:01 | | BearFortress joins |
| 16:00:56 | | tzt quits [Ping timeout: 252 seconds] |
| 16:02:27 | | tzt (tzt) joins |
| 18:31:29 | | Minkafighter quits [Quit: The Lounge - https://thelounge.chat] |
| 18:32:06 | | Minkafighter joins |
| 19:33:03 | | Craigle quits [Quit: The Lounge - https://thelounge.chat] |
| 19:34:36 | | Craigle (Craigle) joins |
| 20:43:11 | | Shjosan quits [Quit: Am sleepy (-, – )…zzzZZZ] |
| 20:44:02 | | Shjosan (Shjosan) joins |
| 21:39:33 | | whatsthis53|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 |