Bernard Kerckenaere
Bernard Kerckenaere
I'm not getting it anymore with 1.0.8, it was only on 1.0.7 I saw the issue.
Yeah, I spoke too soon, I keep having the issue as well, on both my computers.
Also having this problem since the last Chromium update (now on 74.0.3729.131, don't know what the previous version was.)
Works for me too!
I would add a class-level variable max_retries, which the user can set on his instance of the api (or on the class if you need it active at the time...
I did in fact mean adding it as a class variable (as in your first snippet.) You then set it either by doing: ``` m = MagentoAPI(**connection_arguments) m.max_retries = 3...