salfers

Results 11 comments of salfers

With an up-to-date Ansible version (2.16.x) this now seems to be a fatal error during playbook execution: ``` TASK [Compare active to candidate configuration] ****************************************************************** task path: [...].yml:96 redirecting (type:...

Reproduction code without use of pynetbox: ```py cable = requests.get(f"{HOST}/api/dcim/cables/29/", headers={"Authorization": f"Token {TOKEN}"}).json() iface = cable['a_terminations'][0]['object_id'] # disconnect one end requests.patch(f"{HOST}/api/dcim/cables/29/", headers={"Authorization": f"Token {TOKEN}"}, json={ 'a_terminations': [] }) # connect...

I see, thanks for the hint. What maybe confused me is that in the cable JSON the id of the termination is not immediately visible, and I need this id...

Thanks for looking at this. As far as I remember the issue was only the incorrect display of the cable path and the actual data (`/api/dcim/cables/NN/`) was fine.

I just noticed that removing `useHttpsToUpload` entirely could affect other code. I got rid of that now.

I see. However that seems to be undocumented.

Couldn't the link just go to the interface page and focus the VLAN table? I don't see why it has to go to the VLAN list + filter there.

It seems like this bug still exists. Sometimes after a day or so (?) the Netbox language still resets to my browser language (German) for me, while English is configured...

I managed to reproduce it reliably: When I clear cookies, log in with a password the language cookie is set to the correct value and I get an English interface....