New issue 284: bean-web and bean-bake fails if spaces in event type
https://bitbucket.org/blais/beancount/issues/284/bean-web-and-bean-bake-fails-if-spaces-in

Jonatan Kornholt:

Bean-bake fails if my beancount file includes events with a space in the event 
type. The error message is:

   
```
 raise BadStatusLine(line)
http.client.BadStatusLine: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"

```

Fails with, e.g.:


```
2017-01-01 event "Test test" "Test"
```


No issue if I change the event to:


```
2017-01-01 event "TestTest" "Test"
```


bean-check doesn't raise an error and fava displays the event without issues if 
there are spaces.


-- 
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 post to this group, send email to beancount@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/20180418213710.11359.96844%40celery-worker-105.ash1.bb-inf.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to