Closed franshamk closed 8 years ago
What does the resp object that gets returned from the requests.get(...) call on line 897 look like? I'm guessing that for some reason the GET query returned something other than a list of end points, which I'm guessing is due to differences in how the requests package works in Python 2.7.8 versus Python 2.7.9.
Might have been an environmental hiccup. I added a print statement for the object, but now it's working fine. No errors anymore. Thanks!
Using python 2.7.8 under babun (cygwin) I get python failures. The identical command works fine on CentOS 7, python 2.7.9. Not urgent, just FYI.