lossless1024 / StreaMonitor

Adult live stream downloader for advanced people. I could have chosen a better name.
GNU General Public License v3.0
173 stars 42 forks source link

ModuleNotFoundError #68

Closed gap72 closed 1 year ago

gap72 commented 1 year ago

As a total beginner I am trying to start/configure StreaMonitor from the WIndows (8.1) command prompt, but I get the following errors:

2023-04-06 at 02-13-20

Any idea on why this is happening? I hope I have installed all the required software and set up all the paths correctly. Python version: 3.11.3; FFmpeg version: 2023-04-03-git-6941788d24

DerBunteBall commented 1 year ago

You need to install the requirements with pip.

E.g.

pip install -r requirements.txt

I'm not that fimiliar with Windows "normal" Python installs. You could get conflicts with UAC. So everntually you need to install the requirements for the user. Check --user option of pip.

gap72 commented 1 year ago

Thank you for the feedback!

I think I have made some progress. As suggested I have installed the requirements and I have updated pip as well, but I got a deprecation and a warning message, and the script still failed to add a cam for download (sorry for the big attachment).

2023-04-06 at 03-53-44

DerBunteBall commented 1 year ago

The deprecation warning of pip isn't important. That's something related to the packaging of one of the packages.

You are doing the add command a bit wrong.

To add a StripChat Model it would be something like this:

add modelname SC

O this should also work:

add moedlname stripchat

You need the Abbreviation or the Sitename but not the domain.

gap72 commented 1 year ago

Doh, silly me for not reading more carefully the readme, the site names in proper format together with abbreviations are listed there. Now everything seems to work just fine, thank you very much for your valuable assistance, without your help I would have never got this script to work. It makes me wanting to learn more abouy python.