passivebot / midjourney-automation-bot

This repository hosts the Midjourney Automation Bot, a free script leveraging OpenAI's GPT-3 for automated image generation via Discord. It offers a simple web interface, customizable settings, and is MIT licensed for ease of use and adaptation.
https://harminder.dev/projects/midjourney-automation-bot/wiki/midjourney-automation-bot-overview/
MIT License
182 stars 37 forks source link

Times out #7

Open JonasDev17 opened 10 months ago

JonasDev17 commented 10 months ago

Times out when waiting for locator("#autocomplete-0 > .base-2v-uc0")

harmindersinghnijjar commented 10 months ago

This issue is addressed in commit ee453c2b29cbeeb3a6967d97d9f7de5aa33ed896 where I've added an explicit wait for the autocomplete selector with a timeout.

Please let me know if you run into any other issues.

JonasDev17 commented 10 months ago

I'll take a look when I get around to it, appreciate it!