[ https://issues.apache.org/jira/browse/LIBCLOUD-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15827418#comment-15827418 ]
ASF GitHub Bot commented on LIBCLOUD-887: ----------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/978 > 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)