Graham Allan
Graham Allan
I had a similar issue and found that I needed to pass e.g. `{ timeout: 3_000 }` to Axios itself, and combine that with the `noResponseRetries: 3` options of this...
@Naramsim Here's an attempt at an SSCCE: axios v0.21.1 retry-axios v2.4.0 node v14.2.0 (TypeScript but it shouldn't matter) ``` /* eslint-disable */ import axios from "axios"; import * as rax...
@neomatrix369 my guess is the install of PyGithub somehow didn't work for you. I have been able to successfully transfer the issues into the same repo that @neomatrix369 was trying.
Ubuntu 12.04.1 LTS as well. Did you make sure you ran the pip commands as root user?