I'm a newbie and trying to get start with beancount v2.
I get the following error when trying to run bean-web, curious if anyone
has run into it and knows how to address it.
I get no errors when starting bean-web on my file, but as soon as I point
my browser at localhost:8080, my terminal spits out this error:
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
Thanks!
--
You received this message because you are subscribed to the Google Groups
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/beancount/de4e97a5-3428-4453-a5de-22ca77d91d92n%40googlegroups.com.