INFO : Reloading...
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/bin/bottle.py", line 994, in _handle
out = route.call(**args)
File "/Library/Frameworks/Python.framework/Versions/3.10/bin/bottle.py", line 2024, in wrapper
rv = callback(*a, **ka)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/beancount/web/web.py", line 1047, in wrapper
app.options = options_map
File "/Library/Frameworks/Python.framework/Versions/3.10/bin/bottle.py", line 1143, in __setattr__
raise AttributeError("Attribute %s already defined. Plugin conflict?" % name)
AttributeError: Attribute options already defined. Plugin conflict?
127.0.0.1 - - [24/Sep/2024 17:32:57] "GET / HTTP/1.1" 500 747
INFO : Reloading...
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/bin/bottle.py", line 994, in _handle
out = route.call(**args)
File "/Library/Frameworks/Python.framework/Versions/3.10/bin/bottle.py", line 2024, in wrapper
rv = callback(*a, **ka)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/beancount/web/web.py", line 1031, in wrapper
app.source = f.read()
File "/Library/Frameworks/Python.framework/Versions/3.10/bin/bottle.py", line 1143, in __setattr__
raise AttributeError("Attribute %s already defined. Plugin conflict?" % name)
AttributeError: Attribute source already defined. Plugin conflict?
127.0.0.1 - - [24/Sep/2024 17:32:57] "GET /favicon.ico HTTP/1.1" 500 758
Indeed, this section seems like it could use an update. I’ll see if I can help get it updated. Welcome, BTW!