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

Script broken, not working #4

Closed tiwale01 closed 10 months ago

tiwale01 commented 11 months ago

File "C:\Users\jdoe \AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\playwright_impl_connection.py", line 61, in send return await self._connection.wrap_api_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\jdoe \AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\playwright_impl_connection.py", line 482, in wrap_api_call return await cb() ^^^^^^^^^^ File "C:\Users\jdoe \AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\playwright_impl_connection.py", line 97, in inner_send result = next(iter(done)).result() ^^^^^^^^^^^^^^^^^^^^^^^^^ playwright._impl._api_types.Error: Executable doesn't exist at C:\Users\jdoe \AppData\Local\ms-playwright\chromium-1067\chrome-win\chrome.exe

harmindersinghnijjar commented 11 months ago

Hello,

You'll want to install the required browsers using:

playwright install

I hope this information helps! Let me know if you have any further questions.