pythonista092920

Results 5 comments of pythonista092920

I am actually having this exact same issue while retrieving the MS Graph Calendar. I have been recently getting one of the two following errors, and it is changes randomly:...

It is alright, it was worth a try @janscas In connection.py, do you see any problem changing within the __init__ of class Connection to try changing around the request_retries and...

I'll try running it today with `request_retries=None` and `requests_delay=500` and see what happens. Thank you @janscas

Unfortunately that did not work, still getting 503 errors. I am going to build some extra exception handling around `calendar.get_events` internally and see if I can get some better results....

@arkadas19 I actually still would have issues periodically. What I ended up doing was wrapping the calendar.get_events() method in a try except block and setting a 10 retry limit. Everything...