You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by "Paul Querna (JIRA)" <ji...@apache.org> on 2010/03/25 21:05:27 UTC

[libcloud] [jira] Created: (LIBCLOUD-13) vps.net exception in list_nodes

vps.net exception in list_nodes
-------------------------------

                 Key: LIBCLOUD-13
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-13
             Project: Libcloud
          Issue Type: Bug
    Affects Versions: 0.3.0
            Reporter: Paul Querna


File "/data/ck/cloudkick/extern/libcloud/drivers/vpsnet.py", line 166, in list_nodes
return [self._to_node(i['virtual_machine']) for i in res.object]
exceptions.TypeError: string indices must be integers

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[libcloud] [jira] Assigned: (LIBCLOUD-13) vps.net exception in list_nodes

Posted by "Jeremy Orem (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeremy Orem reassigned LIBCLOUD-13:
-----------------------------------

    Assignee: Jeremy Orem

> vps.net exception in list_nodes
> -------------------------------
>
>                 Key: LIBCLOUD-13
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-13
>             Project: Libcloud
>          Issue Type: Bug
>    Affects Versions: 0.3.0
>            Reporter: Paul Querna
>            Assignee: Jeremy Orem
>
> File "/data/ck/cloudkick/extern/libcloud/drivers/vpsnet.py", line 166, in list_nodes
> return [self._to_node(i['virtual_machine']) for i in res.object]
> exceptions.TypeError: string indices must be integers

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[libcloud] [jira] Commented: (LIBCLOUD-13) vps.net exception in list_nodes

Posted by "Jeremy Orem (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LIBCLOUD-13?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12850731#action_12850731 ] 

Jeremy Orem commented on LIBCLOUD-13:
-------------------------------------

I'm unable to reproduce testing against the live API. Can you attach the request/response?

> vps.net exception in list_nodes
> -------------------------------
>
>                 Key: LIBCLOUD-13
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-13
>             Project: Libcloud
>          Issue Type: Bug
>    Affects Versions: 0.3.0
>            Reporter: Paul Querna
>            Assignee: Jeremy Orem
>
> File "/data/ck/cloudkick/extern/libcloud/drivers/vpsnet.py", line 166, in list_nodes
> return [self._to_node(i['virtual_machine']) for i in res.object]
> exceptions.TypeError: string indices must be integers

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.