OnlyFans Trying to run just doesn't work Python

What am I missing? Running on python 3.9.5, double pressing start_ofd.py, or starting it from terminal, it will open console, and instantly close. Am I doing something wrong?

Asked Oct 07 '21 08:10
avatar namelessgithub
namelessgithub

3 Answer:

You probably need to do this:

From the project folder open CMD/Terminal and run the command below:

pip install -r requirements.txt

1
Answered Jun 13 '21 at 04:54
avatar  of WellSomething
WellSomething

That was first thing I did. Tried again and just says everything is downloaded and on the latest version.

1
Answered Jun 14 '21 at 04:02
avatar  of namelessgithub
namelessgithub

You'd have to debug it in vscode to find out why it's closing

1
Answered Jun 14 '21 at 04:51
avatar  of DIGITALCRIMINAL
DIGITALCRIMINAL