Polina
Polina
Hi @F0zko! Which version of Phigaro you are using? Would it be possible for you to install the latest version phigaro 2.4.0?
Comment all lines with _wait_for_job(job_id) in mackinac/modelseed.py (mackinac is a module, like mminte) Actually, a _wait_for_job() function should be rewritten, but commenting works.
Also, I can advice to add these lines in def call(self, method, params, timeout=1800) function in mackinac/SeedClient.py: ``` if (response.status_code == 504): return ``` before the last if. So, the...