You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when calling client.create_voucher() filling in kwargs with desired settings, it returns a 400 error with the traceback:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/barkern/.local/lib/python3.8/site-packages/unificontrol/metaprogram.py", line 125, in wrapper
return instance(client, *a, **kw)
File "/home/barkern/.local/lib/python3.8/site-packages/unificontrol/metaprogram.py", line 103, in __call__
return client._execute(url, self._method, rest_dict, need_login=self._need_login)
File "/home/barkern/.local/lib/python3.8/site-packages/unificontrol/unifi.py", line 115, in _execute
raise UnifiTransportError("{}: {}".format(resp.status_code, resp.reason))
unificontrol.exceptions.UnifiTransportError: 400:
Any ideas? I am able to run other commands successfully such as client.list_sites() and client.stat_sysinfo(), but I am not sure if I am just not understanding the formatting of the function correctly or if it's been deprecated and doesn't work as intended any more.
Thanks!
The text was updated successfully, but these errors were encountered:
Build: atag_5.11.39_12706
Vers: 5.11.39
when calling client.create_voucher() filling in kwargs with desired settings, it returns a 400 error with the traceback:
Any ideas? I am able to run other commands successfully such as client.list_sites() and client.stat_sysinfo(), but I am not sure if I am just not understanding the formatting of the function correctly or if it's been deprecated and doesn't work as intended any more.
Thanks!
The text was updated successfully, but these errors were encountered: