rdeepak2002 / reddit-place-script-2022

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

KeyError: extensions #306

Open thedankeststorm opened 2 years ago

thedankeststorm commented 2 years ago

Exception in thread Thread-1: Traceback (most recent call last): File "C:\Users\Casey\AppData\Local\Programs\Python\Python39\lib\threading.py", line 954, in _bootstrap_inner self.run() File "C:\Users\Casey\AppData\Local\Programs\Python\Python39\lib\threading.py", line 892, in run self._target(*self._args, **self._kwargs) File "C:\Users\Casey\Desktop\reddit-place-script-2022-main\main.py", line 710, in task next_pixel_placement_time = self.set_pixel_and_check_ratelimit( File "C:\Users\Casey\Desktop\reddit-place-script-2022-main\main.py", line 269, in set_pixel_and_check_ratelimit response.json()["errors"][0]["extensions"]["nextAvailablePixelTs"] KeyError: 'extensions' Not sure if this is only happening to me. It authorized and logged in successfully, but when it starts placing pixels, this happens. I haven't updated the config file to the latest one yet ( with Tor settings )

Enyrox commented 2 years ago

same for me

Covkie commented 2 years ago

same

ixi2101 commented 2 years ago

This is the same issue as #299 I think image

mmenzyns commented 2 years ago

This is the same issue as #299 I think image

It is indeed same for me. I am getting in response message "'Y' has to be within 0-999 range" with KeyError: extensions exception. (Yes, trying to place into the new canvas area)

omar2205 commented 2 years ago

Are you trying place in the new canvas?

olbrichj commented 2 years ago

Same here and yes it's in the new canvas

thedankeststorm commented 2 years ago

Are you trying place in the new canvas?

Yes

omar2205 commented 2 years ago

it needs to be updated to account for the new space

rowei99 commented 2 years ago

I have this issue as well

mmenzyns commented 2 years ago

image heres my error, its slightly different from #299

no it's completely same

omar2205 commented 2 years ago

i dont get the Y has to be between 0-999 message though

wait for the new canvas update

Risewill23 commented 2 years ago

its because of the expanded canvas area not working correctly so just use the first area for now

Dulappy commented 2 years ago

I have the same issue in the first area as well.

3cas commented 2 years ago

I hope this gets fixed soon!

CosmicHazel commented 2 years ago

Same

erolm-a commented 2 years ago

There are currently 2 PRs to solve this: #316 (mine, shameless plug) or #317 . The maintainer needs to merge either.

memtest2 commented 2 years ago

I still get this, is there something I can do to fix this?