louis-frayser / plan-c

A time accounting web app tailored to musicians
1 stars 0 forks source link

get-music-mins-daily, analysis.rkt line 36 crashes on empty database #8

Closed louis-frayser closed 1 year ago

louis-frayser commented 1 year ago

This is a failure upon new installation.

The main page wants to graph the data, but there is none. A backtrace from analysis.rkt, line 36, #'get-music-mins-daily occurs from a raised exception.

louis-frayser commented 1 year ago

Fixed on Installability branch: There was an issue with a fix for missing dates. #'add-missing-dates crashed when given insufficient data for the fill-in. It has been patched in racket-hacks, to raise an exception.