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
I have installed Xerosploit for Chrooted Kali Linux and have already been to the solution to issue #88, I have even copied the entire file and replaced the configuration with the added "print(table.table).encode('utf-8')" in every instance. Here is my Error code:
Traceback (most recent call last):
File "/opt/xerosploit/xerosploit.py", line 980, in main
home()
File "/opt/xerosploit/xerosploit.py", line 89, in home
print (tabulate(table, stralign="center",tablefmt="fancy_grid",headers="firstrow"))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-159: ordinal not in range(128)
I have already installed the dependencies tabulate and originally I thought that was the issue.
Here is the configuration file xerosploit.txt
Python Version 2.7.15
Now what exactly does this mean? Ascii codec cant encode, so it can't get into utf? Why unicode and not strings? I'm new to this.
The text was updated successfully, but these errors were encountered:
I have installed Xerosploit for Chrooted Kali Linux and have already been to the solution to issue #88, I have even copied the entire file and replaced the configuration with the added "print(table.table).encode('utf-8')" in every instance. Here is my Error code:
Traceback (most recent call last):
File "/opt/xerosploit/xerosploit.py", line 980, in main
home()
File "/opt/xerosploit/xerosploit.py", line 89, in home
print (tabulate(table, stralign="center",tablefmt="fancy_grid",headers="firstrow"))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-159: ordinal not in range(128)
I have already installed the dependencies tabulate and originally I thought that was the issue.
Here is the configuration file
xerosploit.txt
Python Version 2.7.15
Now what exactly does this mean? Ascii codec cant encode, so it can't get into utf? Why unicode and not strings? I'm new to this.
The text was updated successfully, but these errors were encountered: