using requests==1.0.4, the get(...) method passes an unexpected param called config. Downgrading to requests 0.13.2 (the last version I used which I knew worked with the library) fixes the problem. Seems like requests has changed it's allowed parameters since the summer.