EMU-webApp
EMU-webApp copied to clipboard
Saving back a modified track file _fails_ due to unsupported column type error
I have a single track overlayed on the spectrogram. When I edit it and sync it back to the server, I get the error:
Not being to save back a well-formated SSFF track to the server is a serious issue.
The issue is that while the web app opens and manipulates SSFF tracks fine, it refuses to store the track unless it is "INT16" format.
Hi @FredrikKarlssonSpeech - this has been a long time issue. I've made a pull request that fixes the problem. #311
I have reviewed PR #311 and added a little code to it. I will make a new release containing the fix this week, so @FredrikKarlssonSpeech you can test it. Thanks again for the report and the PR.
I just released this fix with v1.4.0. @FredrikKarlssonSpeech can you confirm that it works now and your data are written out correctly?
I am not yet closing this issue, because I would like some feedback on whether it works as intended. A bug in writing out data would be pretty bad. I was careful in reviewing @samgregory’s fix and didn’t spot an error. But nothing beats a test with real data.
@FredrikKarlssonSpeech Do you have any feedback on this?