Ron Sass
Ron Sass
Thanks for the super-fast response! I tried your suggestions but no luck; details below: 1. URL with or without the trailing slash fail with the same exception 2. my first...
Hi all, I am not back in the office yet and I haven't looked at the log messages produced yet but just in case this turns out to be wider...
One more piece of information ... I took a peek at url just before it requests.session.get() is called and it looks correct. So at this point, it would be below...
I have never used sessions in the Python requests package but extracted the parameters that canvasapi are passing to request and distilled everything down to this simple script. Also, there...
I tracked down the problem! It was a local issue but for completeness, I'll describe what happened. TL;DR : Python requests module always reads $(HOME)/.netrc file and it overrides authorization...