Kareem Straker

Results 45 comments of Kareem Straker

Looking closer at the `choose_option` function, I dont fully understand everything, but is there something missing with the `new_names` dict? It doesn't seem to be updated, but again, I'm not...

Thanks, I just tried, and get the same traceback from the first post: ``` Traceback (most recent call last): File "/usr/src/app/./start_ofd.py", line 43, in apis = main_datascraper.start_datascraper(json_config, site_name_lower) File "/usr/src/app/datascraper/main_datascraper.py",...

Updated to the latest version, and still getting the same error. I'm using a reproducible environment built directly off the root [Dockerfile](https://github.com/DIGITALCRIMINAL/OnlyFans/blob/master/Dockerfile) Is anyone able to help?

Hi, yes still getting this error unfortunately. I'm using the Chrome Cookie Helper to generate auth data, which seems to be working. I'm running an unmodified automated build from DockerHub....

Additionally, response today when setting 0 instead of "0" for the auto_profile_choice (Nothing else modified): ``` Session IP: Hidden Choose Profile Names: Username = username | 0 = All |...

> It's probably something to do with your terminal. I highly doubt that because as I've said, I'm building this as a docker image direct from [your Dockerfile](https://github.com/DIGITALCRIMINAL/OnlyFans/blob/master/Dockerfile) as an...

Oh ok, this makes a lot more sense then. I'm sure I'm using the correct inputs, and can modify behaviour by changing the config parameters (As mentioned in this ticket/issue)...

@DIGITALCRIMINAL just saying, the comment from @outsdr01 that you closed this issue for, is not the issue that this issue/ticket was opened for. Not trying to invalidate his comment, but...

Here is the docker command I'm using, if it matters: ``` root@localhost:# docker create ` --name='DIGITALCRIMINAL-onlyfans' ` --net='bridge' ` --privileged=true ` -e TZ="Europe/Berlin" ` -e HOST_OS="Unraid" ` -v '/mnt/user/appdata/DIGIALCRIMINAL-onlyfans/.settings':'/usr/src/app/.settings':'rw' `...

I keep trying to make this work, its been months. @DIGITALCRIMINAL @DIGITALCRIMINALS do you think I can get some assistance or should I give up on this?