otavepto / gbe_fork

Fork of https://gitlab.com/Mr_Goldberg/goldberg_emulator
https://gitlab.com/Mr_Goldberg/goldberg_emulator
GNU Lesser General Public License v3.0
183 stars 51 forks source link

Generate config SSL cert verification failure #217

Closed Covkie closed 2 weeks ago

Covkie commented 2 weeks ago

Attempting to run generate_emu_config-linux results in [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate All my certs are as up-to date as possible (Arch). I have no idea what is happening here.

Detanup01 commented 2 weeks ago

There is no such a file generate_emu_config-linux. What you are running and what's the full output?

otavepto commented 2 weeks ago

I assume they might be referring to the bootstraped script from the last release. I don't have any computer near me at the moment to even test this, but maybe the python packages bundled in the bootstrapped script are outdated by now.

Just cd to the script dir and run it as a regular python project, it's just a standard python project.

python -m venv .env
chmod 777 ./.env/scripts/activate
source ./.env/scripts/activate
pip install -r requirements.txt
python generate_emu_config.py 480
Covkie commented 2 weeks ago

Ah that worked. thanks!