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
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/bin/E4GL30S1NT", line 48, in
configs = json.loads(open("configs/config.json", "r").read())
FileNotFoundError: [Errno 2] No such file or directory: 'configs/config.json'
The text was updated successfully, but these errors were encountered:
Not the author, just an outsider (the author seems to have abandoned answering the issues)
did you run the script from the folder where configs/ is contained?
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/bin/E4GL30S1NT", line 14, in
from lxml.html import fromstring
ModuleNotFoundError: No module named 'lxml'
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/bin/E4GL30S1NT", line 48, in
configs = json.loads(open("configs/config.json", "r").read())
FileNotFoundError: [Errno 2] No such file or directory: 'configs/config.json'
The text was updated successfully, but these errors were encountered: