First time here? Check out the Help page!
1 | initial version |
My best guess is that there is something wrong in either the measure.rb
file or the measure.xml
file. In particular, check that the measure.xml
file doesn't contain an <error>
element. If it does, this can mean that the measure.rb
file has a syntax error and won't load successfully. If the <error>
element does exist, it may contain a clue about a Ruby error in measure.rb
. Fix that Ruby error, then delete the <error>
element and try it again.