All times shown according to UTC.
Time | Nick | Message |
---|---|---|
02:19 | DarkMist joined #evennia | |
03:11 | DiscordBot | <alephate> how do I fix this? Class 'list' does not define '__sub__', so the '-' operator cannot be used on its instances |
07:32 | rogersm joined #evennia | |
08:34 | Griatch | @Tavis: I'm interested, but I couldn't maintain such an image. So it's probably best if we add a link for people to your docker hub. |
08:34 | @alephate: Looks like you are trying to do `<list> - <other thing>`, which does not make sense. | |
08:38 | @Danweel (if you read logs: Easiest if you are just trying things out and end up messing up the db like that, is to just do `evennia stop` then delete `mygame/server/evennia.db3` followed by `evennia start`. That wipes the db and rebuilds it again (you get to enter new superuser etc). | |
09:07 | vincent-lg joined #evennia | |
09:07 | vincent-lg | hi Evennia! |
09:07 | hendursa1 joined #evennia | |
10:23 | DiscordBot | <Kovitikus> Evennia is asleep right now. |
10:23 | <Kovitikus> As such, I take my leave to sleep as well. 🙂 | |
10:30 | Griatch | Hi vincent-lg |
10:30 | And goodnight Karpalosuo | |
10:31 | Oops, Kovitikus | |
10:31 | Karpalosuo | Thanks anyway :) |
11:02 | Griatch | :) |
11:40 | glyph joined #evennia | |
12:00 | rogersm joined #evennia | |
12:48 | TooLmaN joined #evennia | |
12:58 | bkero joined #evennia | |
12:59 | vincent-lg joined #evennia | |
14:40 | DiscordBot | <Danweel> Ah hecc, I removed evennia.db3, and on starting again made #1 (as prompted by evennia start), but going to log in to the game gives me "Username and/or password is incorrect." So I also hard pulled a new evennia master just in case I really had accidentally changed something there - same issue - I even tried clearing my browser's cookies & such : p What did I doooo? |
14:41 | Griatch | The password is reset if you create a new #1. So most likely you entered the wrong password when you created it, used the wrong case or something :) |
14:43 | DiscordBot | <Danweel> I've tried this a bunch of times now though... I couldn't be wrong every time? I will try again though just to be sure. - I even tried using a different name for #1 just in case and got the same thing. |
14:44 | Griatch | Just to make sure there's nothing left in your browser, try connecting with a telnet client too, see if you get the same issue |
14:44 | But there really shouldn't be, if you wiped the db there can be no sessions lingering on the server. | |
14:56 | DiscordBot | <Danweel> Hmm, I'll try this too! |
15:32 | Griatch | Sometime during development I do this swapout several times per day so it certainly works ;) For the future, it can also be an idea to just make a copy of the evennia.db3 file once you created the superuser so you can just copy it over and reset back to a fresh db that way as needed. |
16:46 | TooLmaN joined #evennia | |
19:24 | bkero joined #evennia | |
20:22 | evdemo joined #evennia | |
20:29 | evenniacode | [PR review] Griatch created review comment on PR #2291 (Fix START_LOCATION behavior) for evennia: While the idea is good, this is an incorrect fix and cannot[366 more] (<https://github.com/evennia/eve[…]ussion_r559782390>) |
20:29 | [PR review] Griatch reviewed PR #2291 (Fix START_LOCATION behavior): It's a nice idea, but this makes the `create_character` call[91 more] <https://github.com/evennia/eve[…]treview-570762590> | |
20:32 | [pull request] Griatch merged PR #2293 (Increase SaveYesNoCmdSet priority to 150) to evennia/editor_no_north <https://github.com/evennia/evennia/pull/2293> | |
20:32 | [push] Griatch pushed 2 commits to evennia/master (<https://github.com/evennia/eve[…]65...402d62a0884c>): | |
20:32 | [Tim Chaplin]: Increase SaveYesNoCmdSet priority to 150\\Fixes a bug where[96 more] | |
20:32 | [Griatch]: Merge pull request #2293 from tim-chaplin/editor_no_north\\I[39 more] | |
20:33 | [push] Griatch pushed 8 commits to evennia/develop (<https://github.com/evennia/eve[…]fa...3ba414664eb6>): | |
20:33 | [Griatch]: Update bug-report.md\\Clarified the form a little | |
20:33 | [Griatch]: Update documentation-issue.md\\Clarified template a little. | |
20:33 | ... [4 more] ... | |
20:33 | [Griatch]: Merge pull request #2293 from tim-chaplin/editor_no_north\\I[39 more] | |
20:33 | [Griatch]: Merge branch 'master' into develop | |
20:35 | [issue comment] Griatch commented on issue #2292 (Make more commands honor settings.COMMAND_DEFAULT_CLASS) in evennia: Makes sense. Thanks for the PR! (<https://github.com/evennia/eve[…]comment-762459600>) | |
20:35 | [pull request] Griatch merged PR #2292 (Make more commands honor settings.COMMAND_DEFAULT_CLASS) to evennia/command_class <https://github.com/evennia/evennia/pull/2292> | |
20:35 | [push] Griatch pushed 3 commits to evennia/master (<https://github.com/evennia/eve[…]4c...4a72a64733a7>): | |
20:35 | [Tim Chaplin]: Make more commands honor settings.COMMAND_DEFAULT_CLASS\\As[590 more] | |
20:35 | [Tim Chaplin]: Make ExitCommand inherit from settings.COMMAND_DEFAULT_CLASS[93 more] | |
20:35 | [Griatch]: Merge pull request #2292 from tim-chaplin/command_class\\Mak[52 more] | |
20:42 | [PR review] Griatch reviewed PR #2299 (Make gametime.real_seconds_until use timezone-aware datetime[...]): Hm, this seems like an incorrect fix ... You are right in th[413 more] <https://github.com/evennia/eve[…]treview-570767830> | |
20:43 | [push] Griatch pushed 4 commits to evennia/develop (<https://github.com/evennia/eve[…]b6...286e86bbdbab>): | |
20:43 | [Tim Chaplin]: Make more commands honor settings.COMMAND_DEFAULT_CLASS\\As[590 more] | |
20:43 | [Tim Chaplin]: Make ExitCommand inherit from settings.COMMAND_DEFAULT_CLASS[93 more] | |
20:43 | [Griatch]: Merge pull request #2292 from tim-chaplin/command_class\\Mak[52 more] | |
20:43 | [Griatch]: Merge branch 'master' into develop | |
20:43 | [pull request] Griatch merged PR #2303 (Add section on usage of a remote Postgres database) to evennia/feature-advanced-remote-postgresql-use-case <https://github.com/evennia/evennia/pull/2303> | |
20:43 | [push] Griatch pushed 2 commits to evennia/develop (<https://github.com/evennia/eve[…]ab...36e089ba48cc>): | |
20:43 | [Pete LaDow]: Add section on usage of a remote Postgres database | |
20:43 | [Griatch]: Merge pull request #2303 from Suudy/feature-advanced-remote-[71 more] | |
20:51 | [push] Griatch pushed 1 commit to evennia/develop: [Griatch]: Clean up some markdown syntax | |
21:02 | [PR review] Griatch reviewed PR #2306 (Make use of environmental variables for superuser creation): This is a fine idea, but reviewing and testing this I find a[696 more] <https://github.com/evennia/eve[…]treview-570776078> | |
21:08 | [push] Griatch pushed 1 commit to evennia/develop: [Griatch]: Make sure self.lhs/rhslist are always lists. Resolve #2290 | |
21:09 | [issue comment] Griatch commented on issue #2290 ([BUG] MuxCommand - lhslist/rhslist not consistently typed) in evennia: I changed so lhs/rhslists are always lists in #2290. I don't[37 more] (<https://github.com/evennia/eve[…]comment-762471522>) | |
21:09 | [issues] Griatch closed issue #2290 in evennia: [BUG] MuxCommand - lhslist/rhslist not consistently typed (<https://github.com/evennia/evennia/issues/2290>) | |
21:13 | [push] Griatch pushed 1 commit to evennia/develop: [Griatch]: Fix typo on UnixCommandClass contrib. Resolves #2305 | |
21:14 | [issue comment] Griatch commented on issue #2305 ([BUG] UnixCommand - Optional argument "help" labeled as "hel[...]) in evennia: @strikaco Yeah, that looks like a typo, the adjoining commen[174 more] (<https://github.com/evennia/eve[…]comment-762473012>) | |
21:14 | [issues] Griatch closed issue #2305 in evennia: [BUG] UnixCommand - Optional argument "help" labeled as "hel" (<https://github.com/evennia/evennia/issues/2305>) | |
21:17 | Griatch | Stricaco is correct, Vincent's Unixcommand class is indeed crazy powerful and worth to look into as a command syntax alternative: https://github.com/evennia/eve[…]ib/unixcommand.py |
21:22 | DiscordBot | <Darren> Huh. I was not aware of the existance of that UnixCommand class |
21:23 | Griatch | It helps to take a look at the contrib/ folder from time to time, it has a lot of goodies |
21:24 | DiscordBot | <Darren> I never do :/ |
21:24 | <Darren> If I ever start an Evennia project from scratch, I'll use that instead of MuxCommand | |
21:25 | Griatch | I don't think I'd use it for regular users (except if I did a hacker-game maybe), but it sure would work very well as an alternative syntax for admin commands. |
21:26 | DiscordBot | <Darren> The syntax is cleaner and you can pass a bunch of options |
21:26 | Griatch | Yep |
21:27 | Potentially a bit more to write I suppose, using /switch instead of --switch, but quite familiar too, and it would be easy to have a shortcut -S for a switch too | |
21:27 | DiscordBot | <Darren> Do any of Evennia's stock commands use MUXCommand? |
21:28 | Griatch | All admin commands |
21:28 | And all regular commands too | |
21:28 | DiscordBot | <Darren> Not that much to re-write then |
21:28 | Griatch | MUXCommand is not the same as UnixCommand? |
21:28 | DiscordBot | <Darren> Oh |
21:29 | Griatch | I won't be rewriting any stock commands at this point. :) I have enough other things to do. But it's nevertheless a nice syntax. |
21:29 | DiscordBot | <Darren> UnixCommand inherits from Command, apparently |
21:29 | Griatch | Yes, it's a separate base |
21:38 | evenniacode | [PR review] tim-chaplin created review comment on PR #2291 (Fix START_LOCATION behavior) for evennia: Thanks, I made your suggested change. At least, I think I di[21 more] (<https://github.com/evennia/eve[…]ussion_r559804685>) |
22:07 | [issue comment] tim-chaplin commented on issue #2299 (Make gametime.real_seconds_until use timezone-aware datetime[...]) in evennia: You're right; however, overriding `settings.TIME_ZONE` has n[347 more] (<https://github.com/evennia/eve[…]comment-762490602>) | |
22:11 | [pull request] tim-chaplin edited PR #2299 (Fix test_gametime.py for non-UTC servers) to evennia/fix_time_test <https://github.com/evennia/evennia/pull/2299> | |
22:12 | [pull request] tim-chaplin edited PR #2291 (Fix settings.START_LOCATION behavior) to evennia/fix_start_location <https://github.com/evennia/evennia/pull/2291> | |
22:36 | [pull request] srmeier review-requested PR #2306 (Make use of environmental variables for superuser creation) to evennia/develop <https://github.com/evennia/evennia/pull/2306> |