Forum Discussion

Sibrulotte's avatar
Sibrulotte
Helper IV
5 years ago
Solved

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 ...
  • Sibrulotte's avatar
    Sibrulotte
    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.