I made a change to the wizard, it will update shortly in Diggz Repo to v471. Let me know if this solves the issue.Russell wrote: ↑Thu Mar 28, 2024 8:19 pmNot 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?
Chef Omega Wizard
Re: Chef Omega Wizard
Link: | |
BBcode: | |
HTML: | |
Hide post links |
Re: Chef Omega Wizard
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?
Link: | |
BBcode: | |
HTML: | |
Hide post links |
Re: Chef Omega Wizard
HallefuckinlujahThe Chef wrote: ↑Thu Mar 28, 2024 8:51 pmI made a change to the wizard, it will update shortly in Diggz Repo to v471. Let me know if this solves the issue.Russell wrote: ↑Thu Mar 28, 2024 8:19 pmNot 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 can now see Bob Vila building my X2.
Stay tuned
Russell
Link: | |
BBcode: | |
HTML: | |
Hide post links |
Re: Chef Omega Wizard
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.
Russell
Link: | |
BBcode: | |
HTML: | |
Hide post links |
Re: Chef Omega Wizard
@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.I made a change to the wizard, it will update shortly in Diggz Repo to v471. Let me know if this solves the issue.
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<--
Russell
Link: | |
BBcode: | |
HTML: | |
Hide post links |
-
- Posts: 1
- Joined: Sat Apr 20, 2024 2:20 pm
- Contact:
Re: Chef Omega Wizard
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 !
I'm using a 4k firestick ,a VPN ,Xenon free version 3.0 ,Still tv shows are not working ...Thanks for your help !
Last edited by Richrhoads on Thu Apr 25, 2024 1:24 pm, edited 1 time in total.
Link: | |
BBcode: | |
HTML: | |
Hide post links |
Re: Chef Omega Wizard
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.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 ?
Russell
Link: | |
BBcode: | |
HTML: | |
Hide post links |
Re: Chef Omega Wizard
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
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
Link: | |
BBcode: | |
HTML: | |
Hide post links |
Re: Chef Omega Wizard
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.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
Link: | |
BBcode: | |
HTML: | |
Hide post links |
Re: Chef Omega Wizard
finally i got into it and clear data now where do i go to install Omega 21 and Xenon free 3.0 ? Thx
Link: | |
BBcode: | |
HTML: | |
Hide post links |
Who is online
Users browsing this forum: No registered users and 2 guests