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
ran it the first time, but since it required reboot I stopped it.
Now after a reboot of my own I have this:
python3 OFC.py
Traceback (most recent call last):
File "/root/OpenFreezeCenter/OFC.py", line 59, in
CONFIG_FILE = open(PATH_TO_CONFIG, "r")
FileNotFoundError: [Errno 2] No such file or directory: '/root/OpenFreezeCenter/config.py'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/OpenFreezeCenter/OFC.py", line 64, in
LINE_NO = "PROFILE = 1\nAUTO_SPEED = [["+str(ECT.read(0x72, 1))+", "+str(ECT.read(0x73, 1))+", "+str(ECT.read(0x74, 1))+", "+str(ECT.read(0x75, 1))+", "+str(ECT.read(0x76, 1))+", "+str(ECT.read(0x77, 1))+", "+str(ECT.read(0x78, 1))+"], ["+str(ECT.read(0x8a, 1))+", "+str(ECT.read(0x8b, 1))+", "+str(ECT.read(0x8c, 1))+", "+str(ECT.read(0x8d, 1))+", "+str(ECT.read(0x8e, 1))+", "+str(ECT.read(0x8f, 1))+", "+str(ECT.read(0x90, 1))+"]]"
File "/usr/local/lib/python3.10/dist-packages/ECTweaker.py", line 39, in read
with open(EC_IO_FILE,'r+b') as file:
FileNotFoundError: [Errno 2] No such file or directory: '/sys/kernel/debug/ec/ec0/io'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/OpenFreezeCenter/OFC.py", line 76, in
import config
ModuleNotFoundError: No module named 'config'
The text was updated successfully, but these errors were encountered:
Hello,
ran it the first time, but since it required reboot I stopped it.
Now after a reboot of my own I have this:
python3 OFC.py
Traceback (most recent call last):
File "/root/OpenFreezeCenter/OFC.py", line 59, in
CONFIG_FILE = open(PATH_TO_CONFIG, "r")
FileNotFoundError: [Errno 2] No such file or directory: '/root/OpenFreezeCenter/config.py'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/OpenFreezeCenter/OFC.py", line 64, in
LINE_NO = "PROFILE = 1\nAUTO_SPEED = [["+str(ECT.read(0x72, 1))+", "+str(ECT.read(0x73, 1))+", "+str(ECT.read(0x74, 1))+", "+str(ECT.read(0x75, 1))+", "+str(ECT.read(0x76, 1))+", "+str(ECT.read(0x77, 1))+", "+str(ECT.read(0x78, 1))+"], ["+str(ECT.read(0x8a, 1))+", "+str(ECT.read(0x8b, 1))+", "+str(ECT.read(0x8c, 1))+", "+str(ECT.read(0x8d, 1))+", "+str(ECT.read(0x8e, 1))+", "+str(ECT.read(0x8f, 1))+", "+str(ECT.read(0x90, 1))+"]]"
File "/usr/local/lib/python3.10/dist-packages/ECTweaker.py", line 39, in read
with open(EC_IO_FILE,'r+b') as file:
FileNotFoundError: [Errno 2] No such file or directory: '/sys/kernel/debug/ec/ec0/io'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/OpenFreezeCenter/OFC.py", line 76, in
import config
ModuleNotFoundError: No module named 'config'
The text was updated successfully, but these errors were encountered: