InsufficientStorage error raised after running a full sync with KDP #10732
Labels
DEV: backend
Python, databases, networking, filesystem...
P0 - critical
Priority: Release blocker or regression
Milestone
Observed behavior
After running a full sync with KDP, the InsufficientStorage error was raised from the function
_process_content_requests
. The messageContent download requests need 0B of free space
was received which suggests that the user does not have enough storage, despite free_space being15061171584
Possibly caused by this while statement or download_request assignment within
content_request.py
Relevant:
Errors and logs
Expected behavior
If there is enough free space, the
download_request
should be able to be processed.User-facing consequences
User devices unable to process download requests despite having enough space to do so.
The text was updated successfully, but these errors were encountered: