Open aa-dank opened 1 year ago
Some discussion about this issue here: https://www.briandunning.com/errors/96
I should clarify that the script uses edit_record dozens of times sucessfully before getting hung up on this one record.
This is the values used when making the call:
Call results: response.json() --> {'messages': [{'code': '101', 'message': 'Record is missing'}], 'response': {}}
I am having trouble updating a records.
For almost all record numbers this code cooperates but occasionally it yields a "Filemaker Error Code 101 - Record Is Missing":
...despite the fact that doing this gets the records object as expected:
...but then I am unaware of how one might update the record object for fields/attributes that cannot be attributes (eg 'Answer Date' field.)
This is for Filemaker Server 19. The python code is Python 3.9.11 on Windows 10. python-fmrest Ver 1.6.0
Any thoughts on resolving this would be appreciated.