rdeepak2002 / reddit-place-script-2022

Script to draw an image onto r/place (https://www.reddit.com/r/place/)
909 stars 347 forks source link

[BUG] Succeeded placing pixel but nothing happens after. #430

Open Wolfarya opened 2 years ago

Wolfarya commented 2 years ago

Thread #0 - "nameoftheaccount": Succeeded placing pixel

But after that nothing happens, is it supposed to start and I should restart the batch file every 5min or is it running alone and has a cooldown of 5min?

Risewill23 commented 2 years ago

Try disabling "compact_logging" in the config and running "python main.py -d" and retry

Wolfarya commented 2 years ago

Is it important to enable "thread_delay"? I didn't really understand what it does

ixi2101 commented 2 years ago

Is it important to enable "thread_delay"? I didn't really understand what it does

Applies a delay between each account attempting to place a pixel, set it to about 1 or 2 and you will probably be fine

Risewill23 commented 2 years ago

Is it important to enable "thread_delay"? I didn't really understand what it does

Applies a delay between each account attempting to place a pixel, set it to about 1 or 2 and you will probably be fine

for me I have to set it to 15 because of the image updating so slow We could add a cache image but for the time left we have I don't think it would be a good idea to add it right now

Wolfarya commented 2 years ago

That makes sense, thank you guys