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
This forum goes so fast, almost third page within an hour...
- Sibrulotte5 years agoHelper IV
I see 6K to 14k users.
amitchandak parry2k PhilipTreacy mahoneypat MFelix
You guys seem to be the all star.
Is my question far fetched or impossible to adress?
Should I just figure out a way to make the REST API connector work? cause that was a deadend rather quickly too for me.