fix: force media to empty list when null to avoid object deref error during purchased media processing #105
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "nyc_tk/OF-DL:fix-purchased-media-obj-deref-error"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See #104
Tested locally
I'm curious as to what conditions might trigger this error, can you elaborate?
It's an error that happened to me. I added a bunch of diagnostic logging after I saw that it kept happening after Download Purchased Tab kept failing at the same user.
The json object returned didn't have anything odd -
mediaCount = 1but the array was null versus an empty list.So, I started looking into the code and started building my own Docker images to figure this out.