rdeepak2002 / reddit-place-script-2022

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

Failed to connect to websocket [BUG] #436

Open ramibna opened 2 years ago

ramibna commented 2 years ago

Bug Report Form

Checklist

Describe the bug

been an hour since whenever i run it, this bug comes out.

To Reproduce

Steps to trigger the bug: run on MacOS

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Replace this text with what should have happened if no bug occurred.

Additional context

Add any other context about the problem here.

ahmetmutlugun commented 2 years ago

Having the same issue on ubuntu server and MacOS 12.3

murakamifan commented 2 years ago

same issue on both MacOS and OpenSUSE (Linux)

KemptonM commented 2 years ago

same issue on windows10

henopied commented 2 years ago

It seems the latest commit introduced a bug. You can revert and stash your current changes like this:

git stash
git reset --hard HEAD~1
git stash apply

Edit: Or download from the previous commit.

Peekofwar commented 2 years ago

Here's the error captured in my Lubuntu shell. image

ramibna commented 2 years ago

It seems the latest commit introduced a bug. You can revert and stash your current changes like this:


git stash

git reset --hard HEAD~1

git stash apply

Edit: Or download from the previous commit.

Still same bug!