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
My understanding is that this package was used to change some of the rack temperature moxas at 4ID but I am having trouble logging into the same moxas. This is what I tried running from box64-3:
>>> import ipchange
>>> mymoxa2 = ipchange.moxa.moxa.MoxaHTTP_2_2("10.66.26.83")
>>> mymoxa2.login("admin", "moxa")
Logging into MOXA. Username : admin FakeChallenge : 88F191831E5E71A76E94E9F8230E78AFF920B9CA5AC9CC477684F5E0B4EAD379
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/bsobhani/git/ipchange/ipchange/moxa/moxa.py", line 119, in login
raise RuntimeError(
RuntimeError: Failed to login to Moxa.... check username and password
>>>
The username and password work when I enter them in the web interface using a browser.
The text was updated successfully, but these errors were encountered:
My understanding is that this package was used to change some of the rack temperature moxas at 4ID but I am having trouble logging into the same moxas. This is what I tried running from box64-3:
The username and password work when I enter them in the web interface using a browser.
The text was updated successfully, but these errors were encountered: