reddit-place-script-2022
reddit-place-script-2022 copied to clipboard
[BUG] Start coordinates offset by +3 on X axis
Bug Report Form
Checklist
- [ yes] I am using the latest version of the code.
- [ yes] I am absolutely sure I read the README in its entirety.
- [ yes] I have made sure this is not a duplicate issue.
- [ yes] I have filled out this form correctly.
Describe the bug
For me the pixels are offset 3 positions to the right on the X axis. For example, if I put "image_start_coords": [100, 100] then it will actually start drawing from [103, 100].
To Reproduce
Place coordinates and see results on board.
Can you send the full config with the passwords and client secret replaced with ***?
I think I found what my issue is with further testing. Because I kept getting inconsistent results. The way this script seems to work is to carry on to the next pixel no matter what? Is that right? Meaning it doesn't check to take back contested pixels.