Re: Chef Omega Wizard
Posted: Thu Mar 28, 2024 2:23 am
all right so I misspoke. I'm currently running windows 11. idk if that makes a difference or not though
Its back up. Just tested Omega Wizard on my w11 PC from fresh install, no errors.
Code: Select all
1. Error Contents: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired
Code: Select all
2. During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Russell\AppData\Roaming\Kodi\addons\plugin.program.chef21\service.py", line 5, in <module>s.run_startup()
File "C:\Users\Russell\AppData\Roaming\Kodi\addons\plugin.program.chef21\resources\lib\modules\_service.py", line 129, in run_startup self.notify_check()
File "C:\Users\Russell\AppData\Roaming\Kodi\addons\plugin.program.chef21\resources\lib\modules\_service.py", line 107, in notify_check info = notify.get_notify()
File "C:\Users\Russell\AppData\Roaming\Kodi\addons\plugin.program.chef21\resources\lib\GUIcontrol\notify.py", line 9, in get_notify rsponse = urlopen(req).read().decode('utf-8')
File "C:\Program Files\Kodi\system\python\Lib\urllib\request.py", line 222, in urlopen return opener.open(url, data, timeout)
File "C:\Program Files\Kodi\system\python\Lib\urllib\request.py", line 525, response = self._open(req, data)
File "C:\Program Files\Kodi\system\python\Lib\urllib\request.py", line 542, result = self._call_chain(self.handle_open, protocol, protocol +
File "C:\Program Files\Kodi\system\python\Lib\urllib\request.py", line 502, in _call_chain result = func(*args)
File "C:\Program Files\Kodi\system\python\Lib\urllib\request.py", line 1397, in https_open return self.do_open(http.client.HTTPSConnection, req,
File "C:\Program Files\Kodi\system\python\Lib\urllib\request.py", line 1357, in do_open raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1136)>
-->End of Python script error report<--
Its either a VPN, antivirus, or Windows defender causing it on your PC. Could also be some file protection settings on your router. Had that problem with my ISP EERO routers before.Russell wrote: ↑Thu Mar 28, 2024 6:54 pm @The Chef So the extracting build zip seems like the build is installed but the Chef Wizard error persists. Deleted all kodi files and folder and did fresh install on Windows 11. It will not allow build to install. There is a Chef Wizard Error that prevents moving forward.
There is an Account Manager Update Available V2.4.9 which I cannot update.
The Error log shows . (I have formatted for easy reading)Code: Select all
1. Error Contents: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired
Code: Select all
2. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\Russell\AppData\Roaming\Kodi\addons\plugin.program.chef21\service.py", line 5, in <module>s.run_startup() File "C:\Users\Russell\AppData\Roaming\Kodi\addons\plugin.program.chef21\resources\lib\modules\_service.py", line 129, in run_startup self.notify_check() File "C:\Users\Russell\AppData\Roaming\Kodi\addons\plugin.program.chef21\resources\lib\modules\_service.py", line 107, in notify_check info = notify.get_notify() File "C:\Users\Russell\AppData\Roaming\Kodi\addons\plugin.program.chef21\resources\lib\GUIcontrol\notify.py", line 9, in get_notify rsponse = urlopen(req).read().decode('utf-8') File "C:\Program Files\Kodi\system\python\Lib\urllib\request.py", line 222, in urlopen return opener.open(url, data, timeout) File "C:\Program Files\Kodi\system\python\Lib\urllib\request.py", line 525, response = self._open(req, data) File "C:\Program Files\Kodi\system\python\Lib\urllib\request.py", line 542, result = self._call_chain(self.handle_open, protocol, protocol + File "C:\Program Files\Kodi\system\python\Lib\urllib\request.py", line 502, in _call_chain result = func(*args) File "C:\Program Files\Kodi\system\python\Lib\urllib\request.py", line 1397, in https_open return self.do_open(http.client.HTTPSConnection, req, File "C:\Program Files\Kodi\system\python\Lib\urllib\request.py", line 1357, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1136)> -->End of Python script error report<--
Not using VPN on this Windows Machine. I will test another router later. OR I can even remove router entirely from the equation, and connect directly to the cable modem. I've tried various Kodi 21 versions including nightlies from 27th. Next I'm going to try installing on bluestacks emulator on this machine, and then on a separate Windows 10 machine.