DIGITALCRIMINAL / ArchivedUltimaScraper

Scrape content from OnlyFans and Fansly
GNU General Public License v3.0
942 stars 39 forks source link

Stuck "Assigning Jobs" #1080

Open xxtensazenxx opened 1 year ago

xxtensazenxx commented 1 year ago

Got everything set up. Select model on OnlyFans and then select All, then it just sits on "Assigning Jobs" and it never even starts and just hang infinitely... no errors or anything. Just infinity.

ffrie80 commented 1 year ago

I have a similar issue, just past the "Assigning Jobs" steps, then I get stuck in an endless loop where no matter what choice I make, i get back to the "Choose Medias: 0 = All | 1 = Images | 2 = Videos | 3 = Audios | 4 = Texts" menu.

Any ideas of what might be going on?

Thanks in advance!

beanie-dude commented 11 months ago

@ffrie80 The UI seems broken for some reason. What worked for me was setting auto_media_choice to All in __settings__/config.json

To illustrate, this is what that part of my config.json looks like:

"supported": {
    "onlyfans": {
      "settings": {
        "auto_profile_choice": "default",
        "auto_model_choice": true,
        "auto_api_choice": true,
        "auto_media_choice": "All",

Doing that, I was able to get by this prompt and was able to successfully download.

The issue you described is also here: https://github.com/DIGITALCRIMINALS/UltimaScraper/issues/1059

Not sure if this will help @xxtensazenxx or not though.

AlexZampa53 commented 11 months ago

@ffrie80 The UI seems broken for some reason. What worked for me was setting auto_media_choice to All in __settings__/config.json

To illustrate, this is what that part of my config.json looks like:

"supported": {
    "onlyfans": {
      "settings": {
        "auto_profile_choice": "default",
        "auto_model_choice": true,
        "auto_api_choice": true,
        "auto_media_choice": "All",

Doing that, I was able to get by this prompt and was able to successfully download.

The issue you described is also here: #1059

Not sure if this will help @xxtensazenxx or not though.

For me it works