Page 4 of 5
Re: Chef Omega Wizard
Posted: Thu Mar 28, 2024 8:51 pm
by The Chef
Russell wrote: ↑Thu Mar 28, 2024 8:19 pm
The Chef wrote: ↑Thu Mar 28, 2024 8:01 pm
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.
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.
Other than you do you know anyone else who successfully installed this build on Windows 11 without Chef Wizard Error?
I made a change to the wizard, it will update shortly in Diggz Repo to v471. Let me know if this solves the issue.
Re: Chef Omega Wizard
Posted: Thu Mar 28, 2024 9:23 pm
by JohnWold1
I am using a fire cube and running into the same issues. No VPN or any firewall blocker etc. I have never issues with builds the like this in 4 years. Is this temporary or is there a way around the build errors?
Re: Chef Omega Wizard
Posted: Thu Mar 28, 2024 9:57 pm
by Russell
The Chef wrote: ↑Thu Mar 28, 2024 8:51 pm
Russell wrote: ↑Thu Mar 28, 2024 8:19 pm
The Chef wrote: ↑Thu Mar 28, 2024 8:01 pm
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.
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.
Other than you do you know anyone else who successfully installed this build on Windows 11 without Chef Wizard Error?
I made a change to the wizard, it will update shortly in Diggz Repo to v471. Let me know if this solves the issue.
Hallefuckinlujah
I can now see Bob Vila building my X2.
Stay tuned
Re: Chef Omega Wizard
Posted: Thu Mar 28, 2024 10:19 pm
by Russell
The Chef wrote: ↑Thu Mar 28, 2024 8:51 pm
Hallefuckinlujah
I can now see Bob Vila building my X2.
Stay tuned
It's working. Thank you.
I have not installed addons etc on this windows machine, because I mainly wanted to assist Paul. I'll go back to my Shield and LibreElec and Linux for that.
Re: Chef Omega Wizard
Posted: Thu Apr 11, 2024 6:12 am
by Russell
I made a change to the wizard, it will update shortly in Diggz Repo to v471. Let me know if this solves the issue.
@The Chef Today on my Windows 11 machine I decided to backup my X2 ver1.1 build and uninstall Kodi RC2 in order to install Kodi Omega prod release, because I was getting Wizard Errors and Youtube error. "[WINERROR 10013] AN ATTEMPT WAS MADE TO ACCESS A SOCKET IN A WAY FORBIDDEN BY ITS ACCESS PERMISSIONS". YouTube was working. I did get one Playback Error. Installed latest Omega and downloaded repo which had 472 wizard. It would not initially install build. I was getting ChefWizard error. After a several unsuccessful attempts, it finally started downloading and successfully installed. I have not yet installed RD. Build seems much quicker and responsive but still has errors. Still throwing the youtube [Winerr 10013]. Initially there was an account manager error but that went away after it updated to 2.4.9 Here are my error logs.
Code: Select all
2024-04-11 01:55:17.489 T:39572
error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'urllib.error.URLError'>
Error Contents: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1136)>
Traceback (most recent call last):
File "C:\Program Files\Kodi\system\python\Lib\urllib\request.py", line 1354, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "C:\Program Files\Kodi\system\python\Lib\http\client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "C:\Program Files\Kodi\system\python\Lib\http\client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "C:\Program Files\Kodi\system\python\Lib\http\client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "C:\Program Files\Kodi\system\python\Lib\http\client.py", line 1011, in _send_output
self.send(msg)
File "C:\Program Files\Kodi\system\python\Lib\http\client.py", line 951, in send
self.connect()
File "C:\Program Files\Kodi\system\python\Lib\http\client.py", line 1425, in connect
self.sock = self._context.wrap_socket(self.sock,
File "C:\Program Files\Kodi\system\python\Lib\ssl.py", line 500, in wrap_socket
return self.sslsocket_class._create(
File "C:\Program Files\Kodi\system\python\Lib\ssl.py", line 1040, in _create
self.do_handshake()
File "C:\Program Files\Kodi\system\python\Lib\ssl.py", line 1309, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1136)
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\addon.py", line 5, in <module>
router(sys.argv[2][1:])
File "C:\Users\Russell\AppData\Roaming\Kodi\addons\plugin.program.chef21\resources\lib\modules\plugin.py", line 115, in router
message = notify.get_notify()[1]
File "C:\Users\Russell\AppData\Roaming\Kodi\addons\plugin.program.chef21\resources\lib\GUIcontrol\notify.py", line 9, in get_notify
response = 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, in open
response = self._open(req, data)
File "C:\Program Files\Kodi\system\python\Lib\urllib\request.py", line 542, in _open
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<--
Re: Chef Omega Wizard
Posted: Sat Apr 20, 2024 2:28 pm
by Richrhoads
Xenon 3.0 omega,TV shows and movies are not working,I install it 3 times still not working,Can you help me
I'm using a 4k firestick ,a VPN ,Xenon free version 3.0 ,Still tv shows are not working ...Thanks for your help !
Re: Chef Omega Wizard
Posted: Sat Apr 20, 2024 5:39 pm
by Russell
Richrhoads wrote: ↑Sat Apr 20, 2024 2:28 pm
Xenon 3.0 omega,TV shows and movies are not working,I install it 3 times still not working,Can you help me ?
What device? What kodi version? Are you using the final production release or beta/RC Version? When you say, install it 3 times, are you clearing data, uninstalling it, then reinstalling? Have you researched for fixes before asking for help here? (No pain no gain) Are you using a Debrid build or free build? Are you using VPN? If yes first try by disabling VPN.
Re: Chef Omega Wizard
Posted: Thu Apr 25, 2024 2:47 am
by parveez
I am using Xenon free 2.3 a week ago i downloaded Kodi 21 Omega when i start kodi i see omega logo but when it opens i still see Xenon free and
Chef Nexus Wizard What did i do wrong and how can i fix it? or should i wait till Omega free build is out? but i guess i must download the Omega anyway right? please advise. Thanks
Re: Chef Omega Wizard
Posted: Thu Apr 25, 2024 4:21 am
by The Chef
parveez wrote: ↑Thu Apr 25, 2024 2:47 am
I am using Xenon free 2.3 a week ago i downloaded Kodi 21 Omega when i start kodi i see omega logo but when it opens i still see Xenon free and
Chef Nexus Wizard What did i do wrong and how can i fix it? or should i wait till Omega free build is out? but i guess i must download the Omega anyway right? please advise. Thanks
Xenon Free 3.0 is out already, but the problem is you didnt clear Kodi data before updating to Omega. Either Clear Kodi Data and reinstall the repo, or delete diggz repo and reinstall the repo and install Omega wizard to update Xenon Free.
Re: Chef Omega Wizard
Posted: Sat May 04, 2024 1:18 am
by parveez
finally i got into it and clear data now where do i go to install Omega 21 and Xenon free 3.0 ? Thx