-
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":
```
server = fmrest.Server…
-
Hi David,
Your examples shows FileMaker Server Data API.
Can I also use python-fmrest to directly access a local Filemaker database(.fmp12) without Server Connection?
I want to extract some field…
-
Hi David,
Ian and I are including fmrest into the WB2 python project, and it's great to have it.
We are running into a bit of a problem when e.g. the admin forgot to enable the Data API on the serve…
-
Would the new version (1.5.1) maybe justify a new tag / release?
-
Good Day,
Is it possible to implement a digital signature and upload it as a container?
-
Hello! This may not be an issue w/ python-fmrest specifically but I get an error running on Windows Server 2016:
fmrest.exceptions.RequestException: Request error:
Max retries exceeded with url: /…
-
Hey there!
Thanks for this lovely package, I am doing testing to try update a FileMaker table with it, the steps I am following are:
1) Get desired `record`.
2) Loop through all the records **wit…
-
PyInstaller gets confused when trying to generate an executable for my project because of the python-fmrest package. It doesn't include the python-fmrest metadata, likely because the top-level import…
-
This isn't so much an issue as an FYI which could be added to the documentation to help future users.
I have need to build a Windows executable which makes use of python-fmrest (thanks :-. I'm usin…
-
Is fmrest compatible with File Maker Server 19?
When I call login() I get:
"fmrest.exceptions.BadJSON: Expecting value: line 1 column 1 (char 0), 200 http response, content-type: text/html;charset=u…