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

[BUG] Failed to connect to websocket (WILLING TO PAY FOR HELP!)

Open ghost opened this issue 3 years ago • 26 comments
trafficstars

Bug Report Form

Checklist

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

Describe the bug

I can't get this to work, i know nothing about python but I followed a tutorial on youtube step by step and no luck.

To Reproduce

Steps to trigger the bug:

1.start.bat 2.loads 2.websocket error

Expected behavior

It should work lol

Additional context

2022-04-04 16:51:14.932 | INFO | src.utils:load_image:35 - Converted to rgba 2022-04-04 16:51:14.935 | INFO | src.utils:load_image:38 - Loaded image size: (70, 80) 2022-04-04 16:51:16.099 | ERROR | main:task:535 - Failed to connect to websocket, trying again in 30 seconds... 2022-04-04 16:51:18.105 | ERROR | main:task:535 - Failed to connect to websocket, trying again in 30 seconds... 2022-04-04 16:51:20.106 | ERROR | main:task:535 - Failed to connect to websocket, trying again in 30 seconds... 2022-04-04 16:51:22.119 | ERROR | main:task:535 - Failed to connect to websocket, trying again in 30 seconds...

ghost avatar Apr 04 '22 20:04 ghost

Is it my proxies? I put a huge list of Socks5 proxies in the folder and named it "proxies.txt", I am also using 12 accounts if that makes a difference.

ghost avatar Apr 04 '22 20:04 ghost

Willing to pay for someone to help me, need this running before place ends : )

ghost avatar Apr 04 '22 20:04 ghost

Anyone know how to run without using proxy?

HasseenSayed avatar Apr 04 '22 21:04 HasseenSayed

Anyone know how to run without using proxy? Tor

ghost avatar Apr 04 '22 21:04 ghost

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

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

this worked for me! thanks mate

KemptonM avatar Apr 04 '22 21:04 KemptonM

I think this bug was just recently fixed so just try updating it

Risewill23 avatar Apr 04 '22 21:04 Risewill23

I think this bug was just recently fixed so just try updating it

Should I use your branch or the main one?

ghost avatar Apr 04 '22 21:04 ghost

I think this bug was just recently fixed so just try updating it

This issue was introduced in the latest commit in main

henopied avatar Apr 04 '22 21:04 henopied

Where do I run this command? When I run it in the folder, I get "C:\Users\jakej\Desktop\reddit-place-script-2022-main>it stash 'it' is not recognized as an internal or external command, operable program or batch file.

C:\Users\jakej\Desktop\reddit-place-script-2022-main>git reset --hard HEAD~1 'git' is not recognized as an internal or external command, operable program or batch file.

C:\Users\jakej\Desktop\reddit-place-script-2022-main>git stash apply"

JakeJohnson1 avatar Apr 04 '22 22:04 JakeJohnson1

Where do I run this command? When I run it in the folder, I get "C:\Users\jakej\Desktop\reddit-place-script-2022-main>it stash 'it' is not recognized as an internal or external command, operable program or batch file.

C:\Users\jakej\Desktop\reddit-place-script-2022-main>git reset --hard HEAD~1 'git' is not recognized as an internal or external command, operable program or batch file.

C:\Users\jakej\Desktop\reddit-place-script-2022-main>git stash apply"

Do “pip install git” in cmd

ghost avatar Apr 04 '22 22:04 ghost

Where do I run this command? When I run it in the folder, I get "C:\Users\jakej\Desktop\reddit-place-script-2022-main>it stash 'it' is not recognized as an internal or external command, operable program or batch file. C:\Users\jakej\Desktop\reddit-place-script-2022-main>git reset --hard HEAD~1 'git' is not recognized as an internal or external command, operable program or batch file. C:\Users\jakej\Desktop\reddit-place-script-2022-main>git stash apply"

Do “pip install git” in cmd Got this new error this time. "ERROR: Could not find a version that satisfies the requirement git (from versions: none) ERROR: No matching distribution found for git"

JakeJohnson1 avatar Apr 04 '22 22:04 JakeJohnson1

im stupid nvm

JakeJohnson1 avatar Apr 04 '22 22:04 JakeJohnson1

wat did you change

Mr8Ba11 avatar Apr 04 '22 22:04 Mr8Ba11

It ses the same here @JakeJohnson1

Mr8Ba11 avatar Apr 04 '22 22:04 Mr8Ba11

Where do I run this command? When I run it in the folder, I get "C:\Users\jakej\Desktop\reddit-place-script-2022-main>it stash 'it' is not recognized as an internal or external command, operable program or batch file. C:\Users\jakej\Desktop\reddit-place-script-2022-main>git reset --hard HEAD~1 'git' is not recognized as an internal or external command, operable program or batch file. C:\Users\jakej\Desktop\reddit-place-script-2022-main>git stash apply"

Do “pip install git” in cmd Got this new error this time. "ERROR: Could not find a version that satisfies the requirement git (from versions: none) ERROR: No matching distribution found for git"

Ok so what I ended up doing was "pip install gitpython" and it installed but now im getting the same error of

"C:\Users\jakej>git stash 'git' is not recognized as an internal or external command, operable program or batch file.

C:\Users\jakej>git reset --hard HEAD~1 'git' is not recognized as an internal or external command, operable program or batch file.

C:\Users\jakej>git stash apply 'git' is not recognized as an internal or external command, operable program or batch file.

C:\Users\jakej>"

@Mr8Ba11

JakeJohnson1 avatar Apr 04 '22 22:04 JakeJohnson1

Im not shore trying to figer out

Mr8Ba11 avatar Apr 04 '22 22:04 Mr8Ba11

yea i need to go take a poop and go get food, i will think about it and see if i can figure smth out too

JakeJohnson1 avatar Apr 04 '22 22:04 JakeJohnson1

Shot let me know if you get it

Mr8Ba11 avatar Apr 04 '22 22:04 Mr8Ba11

You can just download the repo from the previous commit if you didn't clone it with git.

henopied avatar Apr 04 '22 22:04 henopied

oo oky ill try that

Mr8Ba11 avatar Apr 04 '22 22:04 Mr8Ba11

@henopied what do I do with that code

Mr8Ba11 avatar Apr 04 '22 22:04 Mr8Ba11

got it working thanx @henopied

Mr8Ba11 avatar Apr 04 '22 22:04 Mr8Ba11

and @JakeJohnson1

Mr8Ba11 avatar Apr 04 '22 22:04 Mr8Ba11

What does Rate-Limit Banned meen

Mr8Ba11 avatar Apr 04 '22 22:04 Mr8Ba11

What does Rate-Limit Banned meen

Google it

ghost avatar Apr 04 '22 22:04 ghost