mc-17 / pspack-flask

pOOBs4 PS4 exploit for v9.0 + automatic GoldHEN
Other
62 stars 23 forks source link

Can't run as docker container after update to 1.20 #23

Closed skleffmann closed 2 years ago

skleffmann commented 2 years ago

Hi,

after upgrading to release 1.20, I can't start the docker container anymore, giving me the following error:

`Traceback (most recent call last):

File "/opt/app.py", line 9, in

import requests

ModuleNotFoundError: No module named 'requests'`

Everything worked fine before. Setup is a ubuntu 22.04 lcx on proxmox, running python3.10.4.

mc-17 commented 2 years ago

Aha, good catch - update requirements.txt with a new line like:

requests

Then build again. Does that fix your issue? If so I'll push a new release

skleffmann commented 2 years ago

Perfect, that did the trick. The docker is working now.