Hello.
I was attempting to create DNS feed using the data from the webstite:
http://cybercrime-tracker.net/all.php
Traceback (most recent call last):
File "/scripts/validate_feed.py", line 141, in
print e
UnicodeEncodeError: 'ascii' codec can't encode characters in position 23-29: ordinal not in range(128)
How can I fix that?
Hello.
I was attempting to create DNS feed using the data from the webstite:
http://cybercrime-tracker.net/all.php
Traceback (most recent call last):
File "/scripts/validate_feed.py", line 141, in
print e
UnicodeEncodeError: 'ascii' codec can't encode characters in position 23-29: ordinal not in range(128)
How can I fix that?