Aaron Johnson

Results 50 comments of Aaron Johnson

I am having the same behavior as described and am running Koel version 4.4.0 using Firefox and Chrome on Ubuntu 20.04. Also both Chrome and Firefox do the same thing...

@aszlig thank you for taking the time to look at this. The reason for this is because when I run `hetznerctl rescue ` on an AX-41 I get the following...

> > ```python > > File "/home/acjohnson/Projects/hetzner-kube/venv/lib/python3.9/site-packages/hetzner/reset.py", line 145, in reboot > > return self.conn.post('/reset/{0}'.format(self.server.ip), > > ``` > > Isn't this what this PR is actually about? No deprecated...

@aszlig okay it's using `_reset_types` as previously suggested, and no `Try Except` now :sweat_smile:

@aszlig Happy new year! Lemme know if you think this will work now :smiley:

> Hm, shouldn't `Reset._update_status` also use the number instead of the IP? Yeah and I'm not sure how this has evolved over the past several months... According to https://robot.your-server.de/doc/webservice/en.html#get-reset-server-number it...

I went ahead and changed the GET to use server.number as well @aszlig