Tribler / cloudomate

Unpermissioned Open Computer API
GNU Lesser General Public License v3.0
15 stars 16 forks source link

Liberty vps #72

Closed rwblokzijl closed 5 years ago

rwblokzijl commented 5 years ago

Liberty VPS gets the login information.

Just like BlueAngelHost it looks in the email every time for the root password.

Jaapp- commented 5 years ago

Retest this please

Jaapp- commented 5 years ago

Do you know why the test is failing? It passes on my computer. Options and purchase work for me too.

Jaapp- commented 5 years ago

Also, when using info after purchasing, I get the following error:

Traceback (most recent call last):
  File "/home/jaap/.local/bin/cloudomate", line 11, in <module>
    load_entry_point('cloudomate', 'console_scripts', 'cloudomate')()
  File "/home/jaap/cloudomate/cloudomate/cmdline.py", line 83, in execute
    args.func(args)
  File "/home/jaap/cloudomate/cloudomate/cmdline.py", line 225, in info
    config = provider(user_settings).get_configuration()
  File "/home/jaap/cloudomate/cloudomate/hoster/vps/libertyvps.py", line 140, in get_configuration
    ip = clientarea.get_ip()
  File "/home/jaap/cloudomate/cloudomate/hoster/vps/clientarea.py", line 44, in get_ip
    return re.search(r'\b((?:\d{1,3}\.){3}\d{1,3})\b', soup.text).group(0)
AttributeError: 'NoneType' object has no attribute 'group'