-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update _session.py 01-06-23 19:01 #665
base: consolidate-events
Are you sure you want to change the base?
Conversation
I used this package, and there's a bug on it. So I try to debug it first, and It's working now. r.text.split('"client_revision":', 1)[1].split(",", 1)[0] ArrayIndexOutOfBoundsException on ('"client_revision":', 1)[1]
Hi, i changed code in my version of fbchat, then still notching changes. My bot can't login. |
I actually opened the _state in the current version I've used, and I saw the almost same code from _state in _session. The error still says about the ArrayIndexOutOfBounceException. Tha't why I try to do some modifications
|
Soo, i have this issue. Can you help me? |
Ohh. Just take some cooldown to your account, It's not error about the code, but error in your facebook account, by logging in. If you open your account, it will says that your account has wrong password even it is correct. |
Buen dia, hablo español espero me entiendan Ese error se presentan cuando se inicia mucho a la misma cuenta y por que facebook detecta un ingreso inseguro la idea es emulargo como un ingreso de una pagina web o esperar enfrial la cuenta lo ideal es no genere ese error con webhook. utiliza la version 1.9.7 |
pero este error se muestra en el primer aviso del programa y dice sobre la identificación de la cuenta |
Hola @RyannKim327 El error "r.text.split('"client_revision":', 1)[1].split(",", 1)[0] ArrayIndexOutOfBoundsException en ('"client_revision":', 1)[1]" cambiando el revision por un valor 1
se encuntra en el archivo _state.py me confirmas si ese el error presentando Solucion para la version de fbchat 1.9.7 la version 2.0.0 son muy inestables |
I used this package, and there's a bug on it. So I try to debug it first, and It's working now. r.text.split('"client_revision":', 1)[1].split(",", 1)[0] ArrayIndexOutOfBoundsException on ('"client_revision":', 1)[1]