-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected end of JSON input #83
Comments
Several "unexpected end of JSON input" errors reported.... (On VIP archive test) SFTP Service side
|
Further local debugging did reveal that the "unexpected JSON" which eventually gets passed to No the back-end and consequently permanent-sdk returns nothing, potentially due do some kind of 501. |
Over the weekend I carried out some debug steps and it looks like the problem is not from the
Should trying with the |
After more digging, @slifty and I have concluded this issue is related to data configuration on prod. Which means the only way to reproduce it, is to have a snapshot of that unique database rows concerned. Leaving this open because the issue is not actually "solved" but that's the current state of investigations. |
Sometimes the Permanent SDK (backend) returns nothing when the
getFolder
endpoint is hit. This can be for various reasons such as 401's or 500's.We need to ultimately open follow up issues in the back-end repository.
The text was updated successfully, but these errors were encountered: