DeltaNeverUsed / reddit-place-script-2022-Delta-s-Edition

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

Error : sleep length must be non-negative #9

Closed botcoder-sys closed 2 years ago

botcoder-sys commented 2 years ago

Hello, I am getting this error. I am using the recent main.py file with multiple accounts. main.py", line 469, in time.sleep((pixel_place_frequency/len(accounts))+1-time_taken) ValueError: sleep length must be non-negative

DeltaNeverUsed commented 2 years ago

it's now fixed

botcoder-sys commented 2 years ago

@DeltaNeverUsed Traceback (most recent call last): File "E:\reddit-place-script-2022-main\main.py", line 502, in time.sleep(clamp(pixel_place_frequency/len(accounts))+1-time_taken, 1, 99999999) NameError: name 'clamp' is not defined I am getting this error now

DeltaNeverUsed commented 2 years ago

i'm stupid, try now

botcoder-sys commented 2 years ago

@DeltaNeverUsed Traceback (most recent call last): File "E:\reddit-place-script-2022-main\main.py", line 505, in time.sleep(clamp(pixel_place_frequency/len(accounts))+1-time_taken, 1, 99999999) TypeError: clamp() missing 2 required positional arguments: 'a' and 'b'

DeltaNeverUsed commented 2 years ago

just fixed that