Indeed, this section <https://beancount.github.io/docs/tutorial_example.html#viewing-reports-through-the-web-interface> seems like it could use an update. I’ll see if I can help get it updated. Welcome, BTW!
On Tuesday, September 24, 2024 at 6:40:42 PM UTC-7 U K wrote: > 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/3b5f630f-7263-4057-be91-7b212ed3a173n%40googlegroups.com.
