reddit-place-script-2022
reddit-place-script-2022 copied to clipboard
KeyError: extensions
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 )
same for me
same
This is the same issue as #299 I think
This is the same issue as #299 I think
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)
Are you trying place in the new canvas?
Same here and yes it's in the new canvas
Are you trying place in the new canvas?
Yes
it needs to be updated to account for the new space
I have this issue as well
heres my error, its slightly different from #299
no it's completely same
i dont get the Y has to be between 0-999 message though
wait for the new canvas update
its because of the expanded canvas area not working correctly so just use the first area for now
I have the same issue in the first area as well.
I hope this gets fixed soon!
Same
There are currently 2 PRs to solve this: #316 (mine, shameless plug) or #317 . The maintainer needs to merge either.
I still get this, is there something I can do to fix this?