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
enable client side rollbar exception monitoring so we know what's happening when this error occurs
recover from error more gracefully
maybe we should consider using a 3rd party library to handle these direct uploads (with the assumption that they have better error handling and communication of various states)
Original bug report
An artist got in touch to report some issues uploading an album:
On adding the tunes, I got this error for one of them:
Was able to continue, though…
However, on clicking save and the page refreshing, it came back with this error:
I thought the problem would be Apple Jack, but it wasn’t;t - it was here:
As you can see, all the other tunes were showing no file chosen as well. So, I added them back in. Even though I added here back in, the File Cannot Be Missing message remained for that track.
The save button stopped in its grayed out/deselected state, but clicking on it seemed to work and it all went through as normal.
The text was updated successfully, but these errors were encountered:
We've had a report (#120) of errors uploading tracks which look like
they're being thrown from the client (likely from the direct upload
javascript). To understand a bit more about what's going on this
commit enables client side exception monitoring.
I added the post_client_item access token from our rollbar
dashboard[1] to the development and production credentials file.
It's quite likely that these exceptions will be a bit noisy, but we
can try to ignore ones we can't do anything about, or revisit having
this enabled once we get to the bottom of what's happening with the
track upload issue.
[1] https://app.rollbar.com/a/gofreerange/p/jam/settings/access_tokens
I had the blob error when I tried uploading a compilation. After it happened I clicked the grayed out save button to resume uploads, but they remained stuck, so I had to refresh the page. Result: All my saved data (track uploads, titles, album description, etc) were gone.
Original bug report
An artist got in touch to report some issues uploading an album:
On adding the tunes, I got this error for one of them:
Was able to continue, though…
However, on clicking save and the page refreshing, it came back with this error:
I thought the problem would be Apple Jack, but it wasn’t;t - it was here:
As you can see, all the other tunes were showing no file chosen as well. So, I added them back in. Even though I added here back in, the File Cannot Be Missing message remained for that track.
The save button stopped in its grayed out/deselected state, but clicking on it seemed to work and it all went through as normal.
The text was updated successfully, but these errors were encountered: