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

Failed to connect to websocket [BUG]

Open ramibna opened this issue 2 years ago • 6 comments

Bug Report Form

Checklist

  • [ x] I am using the latest version of the code.
  • [ x] I am absolutely sure I read the README in its entirety.
  • [x ] I have made sure this is not a duplicate issue.
  • [ x] I have filled out this form correctly.

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.

ramibna avatar Apr 04 '22 20:04 ramibna

Having the same issue on ubuntu server and MacOS 12.3

ahmetmutlugun avatar Apr 04 '22 21:04 ahmetmutlugun

same issue on both MacOS and OpenSUSE (Linux)

murakamifan avatar Apr 04 '22 21:04 murakamifan

same issue on windows10

KemptonM avatar Apr 04 '22 21:04 KemptonM

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.

henopied avatar Apr 04 '22 21:04 henopied

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

Peekofwar avatar Apr 04 '22 22:04 Peekofwar

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!

ramibna avatar Apr 04 '22 23:04 ramibna