KeyError: 'name' on startup #124
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi Ian.
I attempted to first upgrade my install (nginx), and then started from a clean
git clone/ follow https://git.ianrenton.com/ian/spothole/src/branch/main/docs/running.md, but I am running into thisKeyError. From what I can tell, there used to be anamefield (there was in my old config) but now it is gone--is that related?Thanks for any ideas, it's likely something silly on my end.
Thanks,
Matt
Sorry about that! I really should nuke my config.yml and start from scratch more often.
This should now be fixed, please pull the latest code and have another try.
Thanks Ian!
I tried again (from scratch) and I am getting a different error. If it helps, I am running Python 3.11.2.
This seems like a nested quotes thing. But if I try to fix that with
Then I end up with the one below, and I'm not sure whether I should keep trying to fix something that is running for you.
Thanks again for your patience...
The quotes thing is strange, I'm on Python 3.13 so I can only assume it's a change between those versions. I've copied your approach so hopefully that will allow it to work properly in 3.11.
The
provider_config["port"]error was a one-character typo in config:4808ed1882 (diff-d0b18c8a8e)v1.5.2 out now!
Thank you, it's working now!