Linxusserver.io/sickchill on unraid

Updating to the latest build after my server was offline due to the heat. I’m seeing no gui.

logs have this

ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled.
/usr/lib/python3.9/site-packages/requests/init.py:102: RequestsDependencyWarning: urllib3 (1.26.7) or chardet (5.0.0)/charset_normalizer (2.0.7) doesn’t match a supported version!
warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn’t match a supported "
Traceback (most recent call last):
File “/usr/bin/SickChill”, line 8, in
sys.exit(main())
File “/usr/lib/python3.9/site-packages/SickChill.py”, line 345, in main
SickChill().start()
File “/usr/lib/python3.9/site-packages/SickChill.py”, line 151, in start
sickchill.start.initialize(consoleLogging=self.console_logging)
File “/usr/lib/python3.9/site-packages/sickchill/start.py”, line 214, in initialize
helpers.set_opener(settings.SSL_VERIFY)
File “/usr/lib/python3.9/site-packages/sickchill/oldbeard/helpers.py”, line 71, in set_opener
https_handler = HTTPSHandler(context=make_context(verify), check_hostname=True)
File “/usr/lib/python3.9/site-packages/sickchill/oldbeard/helpers.py”, line 62, in make_context
context.verify_mode = ssl.CERT_REQUIRED if verify else ssl.CERT_NONE
File “/usr/lib/python3.9/ssl.py”, line 721, in verify_mode
super(SSLContext, SSLContext).verify_mode.set(self, value)
ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled.
/usr/lib/python3.9/site-packages/requests/init.py:102: RequestsDependencyWarning: urllib3 (1.26.7) or chardet (5.0.0)/charset_normalizer (2.0.7) doesn’t match a supported version!
warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn’t match a supported "

Any suggestions past rolling back?