Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

robot access seems broken #26

Closed
seppeljordan opened this issue Oct 11, 2017 · 2 comments
Closed

robot access seems broken #26

seppeljordan opened this issue Oct 11, 2017 · 2 comments
Assignees
Labels
Milestone

Comments

@seppeljordan
Copy link

user> hetznerctl admin -C 1.2.3.4 --debug
usage: hetznerctl [-h] [-c CONFIGFILE] command ...
hetznerctl: error: unrecognized arguments: --debug
svm-nixops> hetznerctl admin -C 1.2.3.4
Traceback (most recent call last):
  File "/nix/store/vwxdqcw9s9nnfam1m8ml80hpvqrwzagf-python3.6-python3.6-hetzner-0.7.1/bin/..hetznerctl-wrapped-wrapped", line 378, in <module>
    main()
  File "/nix/store/vwxdqcw9s9nnfam1m8ml80hpvqrwzagf-python3.6-python3.6-hetzner-0.7.1/bin/..hetznerctl-wrapped-wrapped", line 375, in main
    subcommand.execute(robot, parser, args)
  File "/nix/store/vwxdqcw9s9nnfam1m8ml80hpvqrwzagf-python3.6-python3.6-hetzner-0.7.1/bin/..hetznerctl-wrapped-wrapped", line 255, in execute
    login, passwd = server.admin.create(passwd=args.admpasswd)
  File "/nix/store/vwxdqcw9s9nnfam1m8ml80hpvqrwzagf-python3.6-python3.6-hetzner-0.7.1/lib/python3.6/site-packages/hetzner/server.py", line 425, in admin
    self._admin_account = AdminAccount(self)
  File "/nix/store/vwxdqcw9s9nnfam1m8ml80hpvqrwzagf-python3.6-python3.6-hetzner-0.7.1/lib/python3.6/site-packages/hetzner/server.py", line 167, in __init__
    self.update_info()
  File "/nix/store/vwxdqcw9s9nnfam1m8ml80hpvqrwzagf-python3.6-python3.6-hetzner-0.7.1/lib/python3.6/site-packages/hetzner/server.py", line 173, in update_info
    self._scraper.login()
  File "/nix/store/vwxdqcw9s9nnfam1m8ml80hpvqrwzagf-python3.6-python3.6-hetzner-0.7.1/lib/python3.6/site-packages/hetzner/robot.py", line 95, in login
    " page".format(response.status))
hetzner.WebRobotError: Invalid status code 302 while visiting login page
@seppeljordan
Copy link
Author

i am sorry for the noise, just noticed that i used 0.7.1 instead of newest version. I will reopen this if the issue persists after switching to new version.

@aszlig
Copy link
Owner

aszlig commented Nov 8, 2017

This certainly is an issue, because Hetzner has changed their login system, will try to fix it this week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants