Forum Discussion
Sibrulotte
5 years agoHelper IV
JSON File: reached end of buffer
Hi, I have a JSON file retrieved from a POST call in Postman. This JSON file was parsed successfully once in my main file, and I was a happy camper. Unfortunatly, the next day, I refreshed the ...
- 5 years ago
Well I have been able to locate the problem:
The POST call returns an incomplete response thus incomplete JSON file is saved.
It seems to be an issue with my data provider.
So moral of the story is: incorrect JSON format will give an end of buffer memory error.
Thank your for your time.
Sibrulotte
5 years agoHelper IV
you for the support.
The file currently is 1.1M in size, and has all the data I need with the same parsing format that the initial file had.