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

There is some error when run iis_controller.py #5

Closed
ca3tie1 opened this issue Feb 24, 2020 · 0 comments
Closed

There is some error when run iis_controller.py #5

ca3tie1 opened this issue Feb 24, 2020 · 0 comments

Comments

@ca3tie1
Copy link

ca3tie1 commented Feb 24, 2020

 File ".\iis_controller.py", line 7
SyntaxError: Non-ASCII character '\xe2' in file .\iis_controller.py on line 8, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

so i delete the banner string and there another error when use "cmd net user"

    return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xc5 in position 13: invalid continuation byte

I tried changing the file encoding but not sure what to use.

@ca3tie1 ca3tie1 closed this as completed Feb 24, 2020
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