Skip to content

ValueError: Name '<app name>' already used by a sibling. #192

@sbuvaneshkumar

Description

@sbuvaneshkumar

I am getting ValueError: Name '' already used by a sibling while trying to log in to Ravello using -A option to view all the applications.
I can be able to log in as admin using -a option without having any issue. But this is happening only with -A option.

#( 02/03/18@ 3:10AM )( bsivasub@localhost ):~/ravshello@master✔
   ravshello -A 
Welcome to ravshello!

Determining nickname . . .
  (Nickname will be prepended to names of any apps you create)
  (Nickname will be used to restrict which app names you can see)
  Using system user 'bsivasub' for nickname

Connecting to Ravello . . .
  Enter Ravello username: <email>
  Enter Ravello passphrase: 
  Logged in to Ravello as ADMIN [global app visiblity]
  Fetching data from Ravello . . . 
  UNHANDLED EXCEPTION getting data from Ravello

If problem persists, send this message with below traceback to rsaw@redhat.com

Traceback (most recent call last):
  File "/home/bsivasub/bin/ravshello", line 319, in <module>
    main()
  File "/home/bsivasub/bin/ravshello", line 314, in main
    user_interface.main()
  File "/home/bsivasub/.local/share/ravshello/modules/user_interface.py", line 172, in main
    rootNode = RavelloRoot(shell)
  File "/home/bsivasub/.local/share/ravshello/modules/user_interface.py", line 376, in __init__
    Applications(self)
  File "/home/bsivasub/.local/share/ravshello/modules/user_interface.py", line 1591, in __init__
    self.refresh()
  File "/home/bsivasub/.local/share/ravshello/modules/user_interface.py", line 1599, in refresh
    App(app['name'], self, app['id'])
  File "/home/bsivasub/.local/share/ravshello/modules/user_interface.py", line 1890, in __init__
    ConfigNode.__init__(self, appName, parent)
  File "/home/bsivasub/.local/share/ravshello/modules/configshell_fb/node.py", line 105, in __init__
    % self._name)
ValueError: Name '<app id>' already used by a sibling.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions