reddit-place-script-2022
reddit-place-script-2022 copied to clipboard
Failed to connect to websocket [BUG]
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
- Go to '...'
- Click on '....'
- Scroll down to '....'
- 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.
Having the same issue on ubuntu server and MacOS 12.3
same issue on both MacOS and OpenSUSE (Linux)
same issue on windows10
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.
Here's the error captured in my Lubuntu shell.
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!