Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

500 server error on nwc2musicxml.appspot.com #36

Open
janoks opened this issue Jul 22, 2022 · 5 comments
Open

500 server error on nwc2musicxml.appspot.com #36

janoks opened this issue Jul 22, 2022 · 5 comments

Comments

@janoks
Copy link

janoks commented Jul 22, 2022

It seems like nwc2musicxml.appspot.com got issues. I get server error 500 when I try to load the page. Any chance this can be fixed? I love the converter and use it a lot, as I can write scores in NWC much faster than in Musescore.

@lasconic
Copy link
Contributor

lasconic commented Aug 7, 2022

Here is a way to run the tool in this repository. Hope it helps.

ant package
java -cp build/NwcTxt2MusicXML.jar fr.lasconic.nwc2musicxml.convert.Nwc2MusicXML TestFiles/TestVoltas.nwctxt test.xml

You can also convert all the files in a directory with

java -cp build/NwcTxt2MusicXML.jar fr.lasconic.nwc2musicxml.convert.batch.BatchConvert  ADIRECTORYFULLOFNWCFILE

@alanp30
Copy link

alanp30 commented Sep 26, 2022

will the above work on a mac?

@lasconic
Copy link
Contributor

Yes. I actually tested only on a mac but it should work anywhere.

@alanp30
Copy link

alanp30 commented Sep 26, 2022

Thanks @lasconic Are you able to help me more? I'm a complete novice with github. Can't quite work out what to do! Thanks

@dmland
Copy link

dmland commented Sep 27, 2022

As of 2022-09-26 on MacOSX Catalina, I had to change lines 5 & 6 to "1.7" to get a successful build … which I did. Thank you for making this so easy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants