OP 14 September, 2018 - 11:57 PM
Traceback (most recent call last):
File "./v3n0m.py", line 1206, in <module>
d0rk = [line.strip() for line in open("lists/d0rks", 'r', encoding='utf-8')]
PermissionError: [Errno 13] Permission denied: 'lists/d0rks'
Anyone know how to solve this problem? It seems like the error means there are UTF-8 characters in the d0rk file, though I'm not 100% sure. It also seems like that the program didn't have permission to read from the d0rks file.
Thanks in advance.
File "./v3n0m.py", line 1206, in <module>
d0rk = [line.strip() for line in open("lists/d0rks", 'r', encoding='utf-8')]
PermissionError: [Errno 13] Permission denied: 'lists/d0rks'
Anyone know how to solve this problem? It seems like the error means there are UTF-8 characters in the d0rk file, though I'm not 100% sure. It also seems like that the program didn't have permission to read from the d0rks file.
Thanks in advance.