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

Returning response code [403] when connecting to ProSwitch using non default user id and password #45

Open
emmathew opened this issue Oct 3, 2019 · 0 comments

Comments

@emmathew
Copy link

emmathew commented Oct 3, 2019

I was able to fix the issue by making slight modification in the file dlipower.py. I modified the line data = {'Username': 'admin', 'Password': m.hexdigest()} to data = {'Username': self.userid, 'Password': m.hexdigest()}. After making this change I was able to connect to the device and operate it

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

No branches or pull requests

1 participant