stingwraith

Results 6 comments of stingwraith

Here is the full output: ``` root@chipbluetoothspeaker:~/btspeak# sh -x setup.sh + NAME='CHIP Bluetooth speaker' + DEFAULT_PIN=0000 + [[ 0 -ne 0 ]] + set -e ++ uname -r + grep...

I removed the apt portion at the beginning to save time as I had run the script like 10 times prior. Here is the output with that section added back:...

Same here. I really wish there was an easy way to disable SSL. I've tried the suggested workarounds in other threads, but SSL is still in my way.

> ``` > import requests > > requests.packages.urllib3.util.ssl_.DEFAULT_CIPHERS = 'DEFAULT@SECLEVEL=1' > ``` > > Adding this on the top of each provider module (e.g. providers/podnapisi.py) will fix it for that...

This error is caused by the input file path not being correct. It seems you need to use the full file path for it to work properly. (Ie.: "C:\Users\username\Downloads\file.mp4" on...

Did you ever find a working solution? I am currently trying to get BepInEx working on my steam deck with no luck so far. Edit: Tried the BepInEx pack version...