-
Notifications
You must be signed in to change notification settings - Fork 6
[BUG] Bot uses all accounts to place on single pixel #19
Comments
The picture has transparency. Config has worker delay of 5s and legacy transparency disabled. All of the workers using the same starting point as 0, since any other value would cause the script to crash. |
Yup, still happening |
Please check if your account really place an pixel in the coords. This problem will usually happens when most of your accounts are shadow banned. |
They do place the pixels. And here is the crash log when a worker has start coords set: |
It's an old bug existing since 2022 version (see rdeepak2002#364). You can try an experimental patch in dev branch(1f3bb11) |
Unfortunately, now it spits out another error Nonetheless, thanks for trying anyway. |
my fault, i forgot to add this code. see commit 6f75e7a |
Bug Report Form
Checklist
Describe the bug
Bot will use all accounts in worker list to place on a single pixel for some reason. The log below has the bot saying attempt to place on single pixel spot with all 5 accounts, then actually does it. I can only find a single pixel edited from the very last account on the list on the map.
Terminal transcript - .../files/reddit-place-script-2023-main $ ./start.sh Requirement already satisfied: certifi==2021.10.8 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from -r requirements.txt (line 1)) (2021.10.8) Requirement already satisfied: charset-normalizer==2.0.12 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from -r requirements.txt (line 2)) (2.0.12) Requirement already satisfied: idna==3.3 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from -r requirements.txt (line 3)) (3.3) Requirement already satisfied: python-dotenv==0.20.0 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from -r requirements.txt (line 4)) (0.20.0) Requirement already satisfied: requests==2.27.1 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from -r requirements.txt (line 5)) (2.27.1) Requirement already satisfied: urllib3==1.26.9 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from -r requirements.txt (line 6)) (1.26.9) Requirement already satisfied: Pillow~=10.0.0 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from -r requirements.txt (line 7)) (10.0.0) Requirement already satisfied: websocket-client~=1.3.2 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from -r requirements.txt (line 8)) (1.3.3) Requirement already satisfied: click==8.1.2 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from -r requirements.txt (line 9)) (8.1.2) Requirement already satisfied: loguru==0.6.0 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from -r requirements.txt (line 10)) (0.6.0) Requirement already satisfied: beautifulsoup4~=4.10.0 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from -r requirements.txt (line 11)) (4.10.0) Requirement already satisfied: stem~=1.8.0 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from -r requirements.txt (line 12)) (1.8.2) Requirement already satisfied: soupsieve>1.2 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from beautifulsoup4~=4.10.0->-r requirements.txt (line 11)) (2.4.1) 127.0.0.1 2023-07-24 17:48:21.065 | INFO | src.utils:load_image:38 - Loaded image size: (41, 42) 2023-07-24 17:48:26.303 | SUCCESS | __main__:task:609 - HildaRPlace2023-2 - Authorization successful! 2023-07-24 17:48:26.304 | INFO | __main__:task:610 - Obtaining access token... 2023-07-24 17:48:33.543 | SUCCESS | __main__:task:609 - HildaRPlace2023-1 - Authorization successful! 2023-07-24 17:48:33.543 | INFO | __main__:task:610 - Obtaining access token... 2023-07-24 17:48:35.819 | SUCCESS | __main__:task:609 - HildaRPlace2023-3 - Authorization successful! 2023-07-24 17:48:35.820 | INFO | __main__:task:610 - Obtaining access token... 2023-07-24 17:48:42.448 | SUCCESS | __main__:task:609 - HildaRPlace2023-4 - Authorization successful! 2023-07-24 17:48:42.449 | INFO | __main__:task:610 - Obtaining access token... 2023-07-24 17:48:45.555 | SUCCESS | __main__:task:609 - HildaRPlace2023-5 - Authorization successful! 2023-07-24 17:48:45.555 | INFO | __main__:task:610 - Obtaining access token... 2023-07-24 17:48:46.453 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 380, 185 skipped 2023-07-24 17:48:46.453 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:46.504 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 381, 185 skipped 2023-07-24 17:48:46.505 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:46.556 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 382, 185 skipped 2023-07-24 17:48:46.556 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:46.607 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 383, 185 skipped 2023-07-24 17:48:46.608 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:46.659 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 384, 185 skipped 2023-07-24 17:48:46.659 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:46.710 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 385, 185 skipped 2023-07-24 17:48:46.710 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:46.761 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 386, 185 skipped 2023-07-24 17:48:46.762 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:46.813 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 387, 185 skipped 2023-07-24 17:48:46.813 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:46.864 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 388, 185 skipped 2023-07-24 17:48:46.864 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:46.915 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 389, 185 skipped 2023-07-24 17:48:46.916 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:46.969 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 390, 185 skipped 2023-07-24 17:48:46.971 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:47.023 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 391, 185 skipped 2023-07-24 17:48:47.024 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:47.076 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 392, 185 skipped 2023-07-24 17:48:47.077 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:47.128 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 393, 185 skipped 2023-07-24 17:48:47.129 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:47.181 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 394, 185 skipped 2023-07-24 17:48:47.182 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:47.234 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 395, 185 skipped 2023-07-24 17:48:47.235 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:47.288 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 396, 185 skipped 2023-07-24 17:48:47.289 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:47.340 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 397, 185 skipped 2023-07-24 17:48:47.340 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:47.391 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 398, 185 skipped 2023-07-24 17:48:47.391 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:47.442 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 399, 185 skipped 2023-07-24 17:48:47.443 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:47.494 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 400, 185 skipped 2023-07-24 17:48:47.494 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:47.545 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 401, 185 skipped 2023-07-24 17:48:47.545 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:47.597 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 402, 185 skipped 2023-07-24 17:48:47.598 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:47.650 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 403, 185 skipped 2023-07-24 17:48:47.651 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:47.702 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 404, 185 skipped 2023-07-24 17:48:47.702 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:47.754 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 405, 185 skipped 2023-07-24 17:48:47.756 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:47.808 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 406, 185 skipped 2023-07-24 17:48:47.809 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:47.861 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 407, 185 skipped 2023-07-24 17:48:47.863 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:47.915 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 408, 185 skipped 2023-07-24 17:48:47.915 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:47.966 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 409, 185 skipped 2023-07-24 17:48:47.970 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:48.022 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 410, 185 skipped 2023-07-24 17:48:48.024 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:48.078 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 411, 185 skipped 2023-07-24 17:48:48.079 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:48.150 | INFO | __main__:task:671 - Account Placing: 2023-07-24 17:48:48.152 | WARNING | __main__:set_pixel_and_check_ratelimit:130 - Thread #0 - HildaRPlace2023-2: Attempting to place Black (27) pixel at -1088, -815 2023-07-24 17:48:49.432 | SUCCESS | __main__:set_pixel_and_check_ratelimit:201 - Thread #0 - HildaRPlace2023-2: Succeeded placing pixel 2023-07-24 17:48:51.237 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 380, 185 skipped 2023-07-24 17:48:51.238 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:51.289 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 381, 185 skipped 2023-07-24 17:48:51.289 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:51.340 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 382, 185 skipped 2023-07-24 17:48:51.341 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:51.391 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 383, 185 skipped 2023-07-24 17:48:51.392 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:51.442 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 384, 185 skipped 2023-07-24 17:48:51.443 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:51.494 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 385, 185 skipped 2023-07-24 17:48:51.494 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:51.545 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 386, 185 skipped 2023-07-24 17:48:51.547 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:51.599 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 387, 185 skipped 2023-07-24 17:48:51.600 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:51.655 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 388, 185 skipped 2023-07-24 17:48:51.657 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:51.708 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 389, 185 skipped 2023-07-24 17:48:51.709 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:51.760 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 390, 185 skipped 2023-07-24 17:48:51.760 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:51.811 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 391, 185 skipped 2023-07-24 17:48:51.812 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:51.863 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 392, 185 skipped 2023-07-24 17:48:51.864 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:51.915 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 393, 185 skipped 2023-07-24 17:48:51.917 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:51.970 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 394, 185 skipped 2023-07-24 17:48:51.972 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:52.024 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 395, 185 skipped 2023-07-24 17:48:52.024 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:52.075 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 396, 185 skipped 2023-07-24 17:48:52.076 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:52.127 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 397, 185 skipped 2023-07-24 17:48:52.127 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:52.178 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 398, 185 skipped 2023-07-24 17:48:52.180 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:52.232 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 399, 185 skipped 2023-07-24 17:48:52.233 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:52.285 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 400, 185 skipped 2023-07-24 17:48:52.303 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:52.356 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 401, 185 skipped 2023-07-24 17:48:52.357 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:52.409 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 402, 185 skipped 2023-07-24 17:48:52.409 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:52.460 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 403, 185 skipped 2023-07-24 17:48:52.461 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:52.512 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 404, 185 skipped 2023-07-24 17:48:52.513 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:52.564 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 405, 185 skipped 2023-07-24 17:48:52.566 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:52.620 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 406, 185 skipped 2023-07-24 17:48:52.621 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:52.678 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 407, 185 skipped 2023-07-24 17:48:52.679 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:52.731 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 408, 185 skipped 2023-07-24 17:48:52.732 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:52.784 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 409, 185 skipped 2023-07-24 17:48:52.786 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:52.841 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 410, 185 skipped 2023-07-24 17:48:52.844 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:52.895 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 411, 185 skipped 2023-07-24 17:48:52.896 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:52.957 | INFO | __main__:task:671 - Account Placing: 2023-07-24 17:48:52.958 | WARNING | __main__:set_pixel_and_check_ratelimit:130 - Thread #1 - HildaRPlace2023-1: Attempting to place Black (27) pixel at -1088, -815 2023-07-24 17:48:54.174 | SUCCESS | __main__:set_pixel_and_check_ratelimit:201 - Thread #1 - HildaRPlace2023-1: Succeeded placing pixel 2023-07-24 17:48:54.441 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 380, 185 skipped 2023-07-24 17:48:54.441 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:54.492 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 381, 185 skipped 2023-07-24 17:48:54.493 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:54.544 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 382, 185 skipped 2023-07-24 17:48:54.545 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:54.597 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 383, 185 skipped 2023-07-24 17:48:54.598 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:54.649 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 384, 185 skipped 2023-07-24 17:48:54.650 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:54.702 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 385, 185 skipped 2023-07-24 17:48:54.707 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:54.759 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 386, 185 skipped 2023-07-24 17:48:54.760 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:54.812 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 387, 185 skipped 2023-07-24 17:48:54.814 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:54.867 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 388, 185 skipped 2023-07-24 17:48:54.868 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:54.919 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 389, 185 skipped 2023-07-24 17:48:54.920 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:54.971 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 390, 185 skipped 2023-07-24 17:48:54.971 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:55.022 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 391, 185 skipped 2023-07-24 17:48:55.023 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:55.073 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 392, 185 skipped 2023-07-24 17:48:55.074 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:55.125 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 393, 185 skipped 2023-07-24 17:48:55.125 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:55.176 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 394, 185 skipped 2023-07-24 17:48:55.177 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:55.227 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 395, 185 skipped 2023-07-24 17:48:55.228 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:55.279 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 396, 185 skipped 2023-07-24 17:48:55.279 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:55.330 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 397, 185 skipped 2023-07-24 17:48:55.331 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:55.382 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 398, 185 skipped 2023-07-24 17:48:55.383 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:55.435 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 399, 185 skipped 2023-07-24 17:48:55.437 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:55.491 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 400, 185 skipped 2023-07-24 17:48:55.492 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:55.543 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 401, 185 skipped 2023-07-24 17:48:55.543 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:55.594 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 402, 185 skipped 2023-07-24 17:48:55.595 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:55.646 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 403, 185 skipped 2023-07-24 17:48:55.647 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:55.699 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 404, 185 skipped 2023-07-24 17:48:55.701 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:55.753 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 405, 185 skipped 2023-07-24 17:48:55.758 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:55.811 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 406, 185 skipped 2023-07-24 17:48:55.812 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:55.864 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 407, 185 skipped 2023-07-24 17:48:55.865 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:55.918 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 408, 185 skipped 2023-07-24 17:48:55.919 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:55.977 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 409, 185 skipped 2023-07-24 17:48:55.978 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:56.031 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 410, 185 skipped 2023-07-24 17:48:56.032 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:56.091 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 411, 185 skipped 2023-07-24 17:48:56.092 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:48:56.162 | INFO | __main__:task:671 - Account Placing: 2023-07-24 17:48:56.163 | WARNING | __main__:set_pixel_and_check_ratelimit:130 - Thread #2 - HildaRPlace2023-3: Attempting to place Black (27) pixel at -1088, -815 2023-07-24 17:48:57.415 | SUCCESS | __main__:set_pixel_and_check_ratelimit:201 - Thread #2 - HildaRPlace2023-3: Succeeded placing pixel 2023-07-24 17:49:00.395 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 380, 185 skipped 2023-07-24 17:49:00.395 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:00.446 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 381, 185 skipped 2023-07-24 17:49:00.447 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:00.497 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 382, 185 skipped 2023-07-24 17:49:00.498 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:00.549 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 383, 185 skipped 2023-07-24 17:49:00.549 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:00.600 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 384, 185 skipped 2023-07-24 17:49:00.601 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:00.653 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 385, 185 skipped 2023-07-24 17:49:00.654 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:00.708 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 386, 185 skipped 2023-07-24 17:49:00.709 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:00.761 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 387, 185 skipped 2023-07-24 17:49:00.762 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:00.814 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 388, 185 skipped 2023-07-24 17:49:00.815 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:00.867 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 389, 185 skipped 2023-07-24 17:49:00.868 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:00.920 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 390, 185 skipped 2023-07-24 17:49:00.922 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:00.973 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 391, 185 skipped 2023-07-24 17:49:00.974 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:01.025 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 392, 185 skipped 2023-07-24 17:49:01.026 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:01.078 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 393, 185 skipped 2023-07-24 17:49:01.079 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:01.130 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 394, 185 skipped 2023-07-24 17:49:01.132 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:01.183 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 395, 185 skipped 2023-07-24 17:49:01.184 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:01.236 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 396, 185 skipped 2023-07-24 17:49:01.238 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:01.291 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 397, 185 skipped 2023-07-24 17:49:01.292 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:01.344 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 398, 185 skipped 2023-07-24 17:49:01.345 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:01.397 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 399, 185 skipped 2023-07-24 17:49:01.398 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:01.450 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 400, 185 skipped 2023-07-24 17:49:01.451 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:01.503 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 401, 185 skipped 2023-07-24 17:49:01.505 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:01.559 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 402, 185 skipped 2023-07-24 17:49:01.560 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:01.611 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 403, 185 skipped 2023-07-24 17:49:01.611 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:01.662 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 404, 185 skipped 2023-07-24 17:49:01.663 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:01.714 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 405, 185 skipped 2023-07-24 17:49:01.715 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:01.767 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 406, 185 skipped 2023-07-24 17:49:01.768 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:01.820 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 407, 185 skipped 2023-07-24 17:49:01.822 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:01.874 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 408, 185 skipped 2023-07-24 17:49:01.874 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:01.925 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 409, 185 skipped 2023-07-24 17:49:01.926 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:01.977 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 410, 185 skipped 2023-07-24 17:49:01.978 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:02.030 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 411, 185 skipped 2023-07-24 17:49:02.031 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:02.102 | INFO | __main__:task:671 - Account Placing: 2023-07-24 17:49:02.104 | WARNING | __main__:set_pixel_and_check_ratelimit:130 - Thread #3 - HildaRPlace2023-4: Attempting to place Black (27) pixel at -1088, -815 2023-07-24 17:49:03.447 | SUCCESS | __main__:set_pixel_and_check_ratelimit:201 - Thread #3 - HildaRPlace2023-4: Succeeded placing pixel 2023-07-24 17:49:05.045 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 380, 185 skipped 2023-07-24 17:49:05.046 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:05.097 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 381, 185 skipped 2023-07-24 17:49:05.097 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:05.148 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 382, 185 skipped 2023-07-24 17:49:05.148 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:05.199 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 383, 185 skipped 2023-07-24 17:49:05.200 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:05.251 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 384, 185 skipped 2023-07-24 17:49:05.252 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:05.304 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 385, 185 skipped 2023-07-24 17:49:05.311 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:05.362 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 386, 185 skipped 2023-07-24 17:49:05.363 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:05.415 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 387, 185 skipped 2023-07-24 17:49:05.416 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:05.468 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 388, 185 skipped 2023-07-24 17:49:05.470 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:05.524 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 389, 185 skipped 2023-07-24 17:49:05.527 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:05.578 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 390, 185 skipped 2023-07-24 17:49:05.578 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:05.630 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 391, 185 skipped 2023-07-24 17:49:05.630 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:05.681 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 392, 185 skipped 2023-07-24 17:49:05.681 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:05.733 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 393, 185 skipped 2023-07-24 17:49:05.733 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:05.784 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 394, 185 skipped 2023-07-24 17:49:05.785 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:05.836 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 395, 185 skipped 2023-07-24 17:49:05.839 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:05.893 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 396, 185 skipped 2023-07-24 17:49:05.894 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:05.946 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 397, 185 skipped 2023-07-24 17:49:05.947 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:05.999 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 398, 185 skipped 2023-07-24 17:49:06.000 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:06.054 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 399, 185 skipped 2023-07-24 17:49:06.056 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:06.111 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 400, 185 skipped 2023-07-24 17:49:06.112 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:06.163 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 401, 185 skipped 2023-07-24 17:49:06.164 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:06.217 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 402, 185 skipped 2023-07-24 17:49:06.218 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:06.269 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 403, 185 skipped 2023-07-24 17:49:06.271 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:06.325 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 404, 185 skipped 2023-07-24 17:49:06.328 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:06.380 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 405, 185 skipped 2023-07-24 17:49:06.381 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:06.432 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 406, 185 skipped 2023-07-24 17:49:06.433 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:06.485 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 407, 185 skipped 2023-07-24 17:49:06.486 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:06.538 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 408, 185 skipped 2023-07-24 17:49:06.541 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:06.594 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 409, 185 skipped 2023-07-24 17:49:06.595 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:06.647 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 410, 185 skipped 2023-07-24 17:49:06.648 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:06.700 | INFO | __main__:get_unset_pixel:454 - Transparent Pixel at 411, 185 skipped 2023-07-24 17:49:06.701 | INFO | __main__:get_unset_pixel:459 - Same color, skipping... 2023-07-24 17:49:06.763 | INFO | __main__:task:671 - Account Placing: 2023-07-24 17:49:06.764 | WARNING | __main__:set_pixel_and_check_ratelimit:130 - Thread #4 - HildaRPlace2023-5: Attempting to place Black (27) pixel at -1088, -815 2023-07-24 17:49:08.144 | SUCCESS | __main__:set_pixel_and_check_ratelimit:201 - Thread #4 - HildaRPlace2023-5: Succeeded placing pixel
The text was updated successfully, but these errors were encountered: