Tom Melendez created LIBCLOUD-887: ------------------------------------- Summary: setting LIBCLOUD_DEBUG causes unexpected keyword 'stream' TypeError Key: LIBCLOUD-887 URL: https://issues.apache.org/jira/browse/LIBCLOUD-887 Project: Libcloud Issue Type: Bug Components: Core Affects Versions: 0.15.1 Environment: Ubuntu, python 2.7 Reporter: Tom Melendez
If a user sets LIBCLOUD_DEBUG, they will receive an error and no requests will be made. This is happening on trunk. In ./libcloud/utils/loggingconnection.py LoggingConnection.request does not accept the stream keyword which causes an error: TypeError: request() got an unexpected keyword argument 'stream' I can manually add the stream keyword to the parameter list and all is good again. -- This message was sent by Atlassian JIRA (v6.3.4#6332)