Post ID Numbers Have Exceeded a 32-bit Integer (Exception caught: JSON integer 2148638898 is too large or small for an Int32) #92
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
It looks like OF's post ID numbers have crossed the 2,147,483,647 mark in the last 24 hours. Which, unfortunately, OF-DL seems to be coded such that it assumes that these numbers are always going to be in the range of signed 32-bit Ints. As a result, post downloads are failing for any newer posts that have an ID number higher than the 32-bit limit.
I'm seeing this across multiple creators. ID numbers seem to be based on post creation date, not when it went live, so whether any given post is over the limit is very hit-and-miss right now.
e.g.
https://onlyfans.com/2148638898/<creator>Fixed in OF-DL 1.9.16.