Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

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

Open
ghost opened this issue Apr 4, 2022 · 26 comments
Open

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

ghost opened this issue Apr 4, 2022 · 26 comments
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Apr 4, 2022

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 ghost added the bug Something isn't working label Apr 4, 2022
@ghost
Copy link
Author

ghost commented Apr 4, 2022

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
Copy link
Author

ghost commented Apr 4, 2022

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

@HasseenSayed
Copy link

Anyone know how to run without using proxy?

@ghost ghost changed the title [BUG] Failed to connect to websocket (task:535) [BUG] Failed to connect to websocket (WILLING TO PAY FOR HELP!) Apr 4, 2022
@ghost
Copy link
Author

ghost commented Apr 4, 2022

Anyone know how to run without using proxy?
Tor

@henopied
Copy link

henopied commented Apr 4, 2022

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.

@KemptonM
Copy link

KemptonM commented Apr 4, 2022

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

@Risewill23
Copy link
Collaborator

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

@ghost
Copy link
Author

ghost commented Apr 4, 2022

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

Should I use your branch or the main one?

@henopied
Copy link

henopied commented Apr 4, 2022

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

This issue was introduced in the latest commit in main

@JakeJohnson1
Copy link

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"

@ghost
Copy link
Author

ghost commented Apr 4, 2022

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

@JakeJohnson1
Copy link

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
Copy link

im stupid nvm

@Mr8Ba11
Copy link

Mr8Ba11 commented Apr 4, 2022

wat did you change

@Mr8Ba11
Copy link

Mr8Ba11 commented Apr 4, 2022

It ses the same here @JakeJohnson1

@JakeJohnson1
Copy link

JakeJohnson1 commented Apr 4, 2022

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

@Mr8Ba11
Copy link

Mr8Ba11 commented Apr 4, 2022

Im not shore trying to figer out

@JakeJohnson1
Copy link

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

@Mr8Ba11
Copy link

Mr8Ba11 commented Apr 4, 2022

Shot let me know if you get it

@henopied
Copy link

henopied commented Apr 4, 2022

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

@Mr8Ba11
Copy link

Mr8Ba11 commented Apr 4, 2022

oo oky ill try that

@Mr8Ba11
Copy link

Mr8Ba11 commented Apr 4, 2022

@henopied what do I do with that code

@Mr8Ba11
Copy link

Mr8Ba11 commented Apr 4, 2022

got it working thanx
@henopied

@Mr8Ba11
Copy link

Mr8Ba11 commented Apr 4, 2022

and @JakeJohnson1

@Mr8Ba11
Copy link

Mr8Ba11 commented Apr 4, 2022

What does Rate-Limit Banned meen

@ghost
Copy link
Author

ghost commented Apr 4, 2022

What does Rate-Limit Banned meen

Google it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants