Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

[BUG] Bot uses all accounts to place on single pixel #19

Closed
4 tasks done
thedankeststorm opened this issue Jul 24, 2023 · 7 comments
Closed
4 tasks done

[BUG] Bot uses all accounts to place on single pixel #19

thedankeststorm opened this issue Jul 24, 2023 · 7 comments
Labels
bug Something isn't working

Comments

@thedankeststorm
Copy link

Bug Report Form

Checklist

  • I am using the latest version of the code.
  • I am absolutely sure I read the README in its entirety.
  • I have made sure this is not a duplicate issue.
  • I have filled out this form correctly.

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

@thedankeststorm thedankeststorm added the bug Something isn't working label Jul 24, 2023
@thedankeststorm
Copy link
Author

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.

@thedankeststorm
Copy link
Author

try to rollback to commit 2210f3b and see if this bug happens

Yup, still happening
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 18:50:59.544 | INFO | src.utils:load_image:38 - Loaded image size: (41, 42) 2023-07-24 18:51:07.285 | SUCCESS | __main__:task:603 - HildaRPlace2023-2 - Authorization successful! 2023-07-24 18:51:07.286 | INFO | __main__:task:604 - Obtaining access token... 2023-07-24 18:51:10.085 | SUCCESS | __main__:task:603 - HildaRPlace2023-1 - Authorization successful! 2023-07-24 18:51:10.086 | INFO | __main__:task:604 - Obtaining access token... 2023-07-24 18:51:15.252 | SUCCESS | __main__:task:603 - HildaRPlace2023-3 - Authorization successful! 2023-07-24 18:51:15.253 | INFO | __main__:task:604 - Obtaining access token... 2023-07-24 18:51:20.427 | SUCCESS | __main__:task:603 - HildaRPlace2023-4 - Authorization successful! 2023-07-24 18:51:20.429 | INFO | __main__:task:604 - Obtaining access token... 2023-07-24 18:51:24.016 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 380, 185 skipped 2023-07-24 18:51:24.067 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 381, 185 skipped 2023-07-24 18:51:24.118 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 382, 185 skipped 2023-07-24 18:51:24.169 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 383, 185 skipped 2023-07-24 18:51:24.220 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 384, 185 skipped 2023-07-24 18:51:24.271 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 385, 185 skipped 2023-07-24 18:51:24.322 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 386, 185 skipped 2023-07-24 18:51:24.373 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 387, 185 skipped 2023-07-24 18:51:24.424 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 388, 185 skipped 2023-07-24 18:51:24.486 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 389, 185 skipped 2023-07-24 18:51:24.547 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 390, 185 skipped 2023-07-24 18:51:24.618 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 391, 185 skipped 2023-07-24 18:51:24.670 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 392, 185 skipped 2023-07-24 18:51:24.722 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 393, 185 skipped 2023-07-24 18:51:24.774 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 394, 185 skipped 2023-07-24 18:51:24.826 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 395, 185 skipped 2023-07-24 18:51:24.878 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 396, 185 skipped 2023-07-24 18:51:24.930 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 397, 185 skipped 2023-07-24 18:51:24.982 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 398, 185 skipped 2023-07-24 18:51:25.039 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 399, 185 skipped 2023-07-24 18:51:25.090 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 400, 185 skipped 2023-07-24 18:51:25.141 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 401, 185 skipped 2023-07-24 18:51:25.193 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 402, 185 skipped 2023-07-24 18:51:25.245 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 403, 185 skipped 2023-07-24 18:51:25.297 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 404, 185 skipped 2023-07-24 18:51:25.349 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 405, 185 skipped 2023-07-24 18:51:25.401 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 406, 185 skipped 2023-07-24 18:51:25.454 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 407, 185 skipped 2023-07-24 18:51:25.505 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 408, 185 skipped 2023-07-24 18:51:25.557 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 409, 185 skipped 2023-07-24 18:51:25.609 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 410, 185 skipped 2023-07-24 18:51:25.661 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 411, 185 skipped 2023-07-24 18:51:25.726 | INFO | __main__:task:665 - Account Placing: 2023-07-24 18:51:25.727 | WARNING | __main__:set_pixel_and_check_ratelimit:126 - Thread #0 - HildaRPlace2023-2: Attempting to place Black (27) pixel at -1088, -815 2023-07-24 18:51:25.773 | SUCCESS | __main__:task:603 - HildaRPlace2023-5 - Authorization successful! 2023-07-24 18:51:25.773 | INFO | __main__:task:604 - Obtaining access token... 2023-07-24 18:51:26.926 | SUCCESS | __main__:set_pixel_and_check_ratelimit:197 - Thread #0 - HildaRPlace2023-2: Succeeded placing pixel 2023-07-24 18:51:27.930 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 380, 185 skipped 2023-07-24 18:51:27.981 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 381, 185 skipped 2023-07-24 18:51:28.032 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 382, 185 skipped 2023-07-24 18:51:28.083 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 383, 185 skipped 2023-07-24 18:51:28.136 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 384, 185 skipped 2023-07-24 18:51:28.187 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 385, 185 skipped 2023-07-24 18:51:28.238 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 386, 185 skipped 2023-07-24 18:51:28.289 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 387, 185 skipped 2023-07-24 18:51:28.340 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 388, 185 skipped 2023-07-24 18:51:28.392 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 389, 185 skipped 2023-07-24 18:51:28.443 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 390, 185 skipped 2023-07-24 18:51:28.495 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 391, 185 skipped 2023-07-24 18:51:28.548 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 392, 185 skipped 2023-07-24 18:51:28.599 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 393, 185 skipped 2023-07-24 18:51:28.657 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 394, 185 skipped 2023-07-24 18:51:28.710 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 395, 185 skipped 2023-07-24 18:51:28.761 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 396, 185 skipped 2023-07-24 18:51:28.813 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 397, 185 skipped 2023-07-24 18:51:28.864 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 398, 185 skipped 2023-07-24 18:51:28.918 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 399, 185 skipped 2023-07-24 18:51:28.974 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 400, 185 skipped 2023-07-24 18:51:29.026 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 401, 185 skipped 2023-07-24 18:51:29.077 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 402, 185 skipped 2023-07-24 18:51:29.130 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 403, 185 skipped 2023-07-24 18:51:29.181 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 404, 185 skipped 2023-07-24 18:51:29.233 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 405, 185 skipped 2023-07-24 18:51:29.287 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 406, 185 skipped 2023-07-24 18:51:29.341 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 407, 185 skipped 2023-07-24 18:51:29.393 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 408, 185 skipped 2023-07-24 18:51:29.445 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 409, 185 skipped 2023-07-24 18:51:29.497 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 410, 185 skipped 2023-07-24 18:51:29.548 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 411, 185 skipped 2023-07-24 18:51:29.620 | INFO | __main__:task:665 - Account Placing: 2023-07-24 18:51:29.622 | WARNING | __main__:set_pixel_and_check_ratelimit:126 - Thread #1 - HildaRPlace2023-1: Attempting to place Black (27) pixel at -1088, -815 2023-07-24 18:51:30.866 | SUCCESS | __main__:set_pixel_and_check_ratelimit:197 - Thread #1 - HildaRPlace2023-1: Succeeded placing pixel 2023-07-24 18:51:34.246 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 380, 185 skipped 2023-07-24 18:51:34.297 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 381, 185 skipped 2023-07-24 18:51:34.348 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 382, 185 skipped 2023-07-24 18:51:34.399 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 383, 185 skipped 2023-07-24 18:51:34.451 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 384, 185 skipped 2023-07-24 18:51:34.505 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 385, 185 skipped 2023-07-24 18:51:34.557 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 386, 185 skipped 2023-07-24 18:51:34.608 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 387, 185 skipped 2023-07-24 18:51:34.659 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 388, 185 skipped 2023-07-24 18:51:34.710 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 389, 185 skipped 2023-07-24 18:51:34.762 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 390, 185 skipped 2023-07-24 18:51:34.813 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 391, 185 skipped 2023-07-24 18:51:34.865 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 392, 185 skipped 2023-07-24 18:51:34.917 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 393, 185 skipped 2023-07-24 18:51:34.969 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 394, 185 skipped 2023-07-24 18:51:35.020 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 395, 185 skipped 2023-07-24 18:51:35.071 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 396, 185 skipped 2023-07-24 18:51:35.122 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 397, 185 skipped 2023-07-24 18:51:35.174 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 398, 185 skipped 2023-07-24 18:51:35.225 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 399, 185 skipped 2023-07-24 18:51:35.278 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 400, 185 skipped 2023-07-24 18:51:35.332 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 401, 185 skipped 2023-07-24 18:51:35.383 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 402, 185 skipped 2023-07-24 18:51:35.439 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 403, 185 skipped 2023-07-24 18:51:35.490 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 404, 185 skipped 2023-07-24 18:51:35.541 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 405, 185 skipped 2023-07-24 18:51:35.593 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 406, 185 skipped 2023-07-24 18:51:35.604 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 380, 185 skipped 2023-07-24 18:51:35.644 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 407, 185 skipped 2023-07-24 18:51:35.655 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 381, 185 skipped 2023-07-24 18:51:35.695 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 408, 185 skipped 2023-07-24 18:51:35.706 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 382, 185 skipped 2023-07-24 18:51:35.747 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 409, 185 skipped 2023-07-24 18:51:35.757 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 383, 185 skipped 2023-07-24 18:51:35.799 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 410, 185 skipped 2023-07-24 18:51:35.808 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 384, 185 skipped 2023-07-24 18:51:35.851 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 411, 185 skipped 2023-07-24 18:51:35.860 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 385, 185 skipped 2023-07-24 18:51:35.923 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 386, 185 skipped 2023-07-24 18:51:35.924 | INFO | __main__:task:665 - Account Placing: 2023-07-24 18:51:35.925 | WARNING | __main__:set_pixel_and_check_ratelimit:126 - Thread #2 - HildaRPlace2023-3: Attempting to place Black (27) pixel at -1088, -815 2023-07-24 18:51:35.975 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 387, 185 skipped 2023-07-24 18:51:36.029 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 388, 185 skipped 2023-07-24 18:51:36.080 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 389, 185 skipped 2023-07-24 18:51:36.132 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 390, 185 skipped 2023-07-24 18:51:36.184 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 391, 185 skipped 2023-07-24 18:51:36.236 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 392, 185 skipped 2023-07-24 18:51:36.288 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 393, 185 skipped 2023-07-24 18:51:36.340 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 394, 185 skipped 2023-07-24 18:51:36.392 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 395, 185 skipped 2023-07-24 18:51:36.446 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 396, 185 skipped 2023-07-24 18:51:36.498 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 397, 185 skipped 2023-07-24 18:51:36.549 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 398, 185 skipped 2023-07-24 18:51:36.602 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 399, 185 skipped 2023-07-24 18:51:36.656 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 400, 185 skipped 2023-07-24 18:51:36.708 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 401, 185 skipped 2023-07-24 18:51:36.759 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 402, 185 skipped 2023-07-24 18:51:36.811 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 403, 185 skipped 2023-07-24 18:51:36.862 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 404, 185 skipped 2023-07-24 18:51:36.914 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 405, 185 skipped 2023-07-24 18:51:36.966 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 406, 185 skipped 2023-07-24 18:51:37.022 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 407, 185 skipped 2023-07-24 18:51:37.074 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 408, 185 skipped 2023-07-24 18:51:37.126 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 409, 185 skipped 2023-07-24 18:51:37.180 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 410, 185 skipped 2023-07-24 18:51:37.216 | SUCCESS | __main__:set_pixel_and_check_ratelimit:197 - Thread #2 - HildaRPlace2023-3: Succeeded placing pixel 2023-07-24 18:51:37.231 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 411, 185 skipped 2023-07-24 18:51:37.300 | INFO | __main__:task:665 - Account Placing: 2023-07-24 18:51:37.301 | WARNING | __main__:set_pixel_and_check_ratelimit:126 - Thread #3 - HildaRPlace2023-4: Attempting to place Black (27) pixel at -1088, -815 2023-07-24 18:51:38.548 | SUCCESS | __main__:set_pixel_and_check_ratelimit:197 - Thread #3 - HildaRPlace2023-4: Succeeded placing pixel 2023-07-24 18:51:43.414 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 380, 185 skipped 2023-07-24 18:51:43.465 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 381, 185 skipped 2023-07-24 18:51:43.516 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 382, 185 skipped 2023-07-24 18:51:43.567 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 383, 185 skipped 2023-07-24 18:51:43.618 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 384, 185 skipped 2023-07-24 18:51:43.670 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 385, 185 skipped 2023-07-24 18:51:43.721 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 386, 185 skipped 2023-07-24 18:51:43.772 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 387, 185 skipped 2023-07-24 18:51:43.823 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 388, 185 skipped 2023-07-24 18:51:43.874 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 389, 185 skipped 2023-07-24 18:51:43.925 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 390, 185 skipped 2023-07-24 18:51:43.976 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 391, 185 skipped 2023-07-24 18:51:44.027 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 392, 185 skipped 2023-07-24 18:51:44.079 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 393, 185 skipped 2023-07-24 18:51:44.131 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 394, 185 skipped 2023-07-24 18:51:44.182 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 395, 185 skipped 2023-07-24 18:51:44.234 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 396, 185 skipped 2023-07-24 18:51:44.288 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 397, 185 skipped 2023-07-24 18:51:44.340 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 398, 185 skipped 2023-07-24 18:51:44.392 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 399, 185 skipped 2023-07-24 18:51:44.444 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 400, 185 skipped 2023-07-24 18:51:44.496 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 401, 185 skipped 2023-07-24 18:51:44.548 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 402, 185 skipped 2023-07-24 18:51:44.600 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 403, 185 skipped 2023-07-24 18:51:44.651 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 404, 185 skipped 2023-07-24 18:51:44.704 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 405, 185 skipped 2023-07-24 18:51:44.757 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 406, 185 skipped 2023-07-24 18:51:44.808 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 407, 185 skipped 2023-07-24 18:51:44.860 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 408, 185 skipped 2023-07-24 18:51:44.911 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 409, 185 skipped 2023-07-24 18:51:44.963 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 410, 185 skipped 2023-07-24 18:51:45.015 | INFO | __main__:get_unset_pixel:449 - Transparent Pixel at 411, 185 skipped 2023-07-24 18:51:45.085 | INFO | __main__:task:665 - Account Placing: 2023-07-24 18:51:45.088 | WARNING | __main__:set_pixel_and_check_ratelimit:126 - Thread #4 - HildaRPlace2023-5: Attempting to place Black (27) pixel at -1088, -815 2023-07-24 18:51:46.548 | SUCCESS | __main__:set_pixel_and_check_ratelimit:197 - Thread #4 - HildaRPlace2023-5: Succeeded placing pixel

@WorldObservationLog
Copy link
Owner

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.
By the way, I cannot reproduct the crash of using other values of start_coords. Can you post the crash output?

@thedankeststorm
Copy link
Author

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. By the way, I cannot reproduct the crash of using other values of start_coords. Can you post the crash output?

They do place the pixels.

And here is the crash log when a worker has start coords set:
Exception in thread Thread-1 (task): Traceback (most recent call last): File "/data/data/com.termux/files/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/data/data/com.termux/files/usr/lib/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/data/data/com.termux/files/reddit-place-script-2023-main/main.py", line 655, in task current_r, current_c, new_rgb = self.get_unset_pixel( ^^^^^^^^^^^^^^^^^^^^^ File "/data/data/com.termux/files/reddit-place-script-2023-main/main.py", line 422, in get_unset_pixel target_rgb = self.pix[x, y] ~~~~~~~~^^^^^^ IndexError: image index out of range

WorldObservationLog added a commit that referenced this issue Jul 24, 2023
@WorldObservationLog
Copy link
Owner

It's an old bug existing since 2022 version (see rdeepak2002#364). You can try an experimental patch in dev branch(1f3bb11)
This patch might ease the problem and due to all my accounts have been shadow banned, I cannot test its effect.

@thedankeststorm
Copy link
Author

It's an old bug existing since 2022 version (see rdeepak2002#364). You can try an experimental patch in dev branch(1f3bb11) This patch might ease the problem and due to all my accounts have been shadow banned, I cannot test its effect.

Unfortunately, now it spits out another error
Exception in thread Thread-5 (task): Traceback (most recent call last): File "/data/data/com.termux/files/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/data/data/com.termux/files/usr/lib/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/data/data/com.termux/files/reddit-place-script-2023-main/main.py", line 659, in task with self._lock: ^^^^^^^^^^ AttributeError: 'PlaceClient' object has no attribute '_lock'

Nonetheless, thanks for trying anyway.

@WorldObservationLog
Copy link
Owner

It's an old bug existing since 2022 version (see rdeepak2002#364). You can try an experimental patch in dev branch(1f3bb11) This patch might ease the problem and due to all my accounts have been shadow banned, I cannot test its effect.

Unfortunately, now it spits out another error Exception in thread Thread-5 (task): Traceback (most recent call last): File "/data/data/com.termux/files/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/data/data/com.termux/files/usr/lib/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/data/data/com.termux/files/reddit-place-script-2023-main/main.py", line 659, in task with self._lock: ^^^^^^^^^^ AttributeError: 'PlaceClient' object has no attribute '_lock'

Nonetheless, thanks for trying anyway.

my fault, i forgot to add this code. see commit 6f75e7a

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants