reddit-place-script-2022 icon indicating copy to clipboard operation
reddit-place-script-2022 copied to clipboard

[BUG] Start coordinates offset by +3 on X axis

Open Voicila-Gabi opened this issue 3 years ago • 2 comments

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.

Voicila-Gabi avatar Apr 03 '22 05:04 Voicila-Gabi

Can you send the full config with the passwords and client secret replaced with ***?

Risewill23 avatar Apr 03 '22 06:04 Risewill23

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.

Voicila-Gabi avatar Apr 03 '22 08:04 Voicila-Gabi