beele / HomebridgeLgSmartThinqAirco

Homebridge plugin for controlling a split unit LG SmartThinq Airco unit
GNU General Public License v3.0
30 stars 7 forks source link

Errors while running python script #26

Closed seungjunProgramming closed 3 years ago

seungjunProgramming commented 3 years ago

Traceback (most recent call last): File "example.py", line 310, in main() File "example.py", line 306, in main example(args.country, args.language, args.path, args.verbose, args.cmd, args.args) File "example.py", line 255, in example with open(STATE_FILE, 'w') as f: FileNotFoundError: [Errno 2] No such file or directory: '/home/pi/.homebridge/wideq_state.json'

I get this error while running the python script... What should I do??? (I get this after pasting the redirected link)

seungjunProgramming commented 3 years ago

Never Mind my error....