You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have a lot of music with titles that have stylized ascii characters and they cause the upload to fail. If it fails on the first track, it creates an album that has nothing for a track list that can't be deleted unless you delete it manually in sql.
Let me know what logs and information you would need to troubleshoot this issue,
Thanks
The text was updated successfully, but these errors were encountered:
Ok so i havent identified any obvious cause, but the logs you are looking for exist in two places:
first of all, replicate the problem in your browser with the devtools open, and find the error message in the api response, it is likely a 500 status code.
It should contain the literal error text returned by whatever failed in the backend. This may or may not be helpful depending on how specific that error message is.
The second is to check your dotify log on the server, likely via journalctl if you set dotify up as a systemd service. They should all be prefixed with "uploadAudioFiles".
Somehow i messed up and wrote some of the error logs as debug logs. I will have to fix this later (maybe tomorrow if i remember).
Debug logs are currently disabled, but you may enable them yourself by changing the log level (from info to debug) in the source code and compiling a new binary. i should add a variable to let the user configure this.
i have a lot of music with titles that have stylized ascii characters and they cause the upload to fail. If it fails on the first track, it creates an album that has nothing for a track list that can't be deleted unless you delete it manually in sql.
Let me know what logs and information you would need to troubleshoot this issue,
Thanks
The text was updated successfully, but these errors were encountered: