Thanks. I was following the tutorial in the documentation, which I thought was up-to-date for beancount v2.
I will try fava, thanks for the pointer. On Tuesday, September 24, 2024 at 9:07:08 PM UTC-4 Red S wrote: > bean-web has been [long deprecated]( > https://groups.google.com/g/beancount/c/7NUOI3HafXc/m/bWb4KDQaAQAJ). I > don't even know if it's being maintained. [Fava]( > https://github.com/beancount/fava) is probably what you are looking for. > > On Tuesday, September 24, 2024 at 5:37:25 PM UTC-7 U K wrote: > >> 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 beancount+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/69af85b1-3bc2-494a-9bb6-943cdb02accen%40googlegroups.com.