Skip to content
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

Error in nuclearpokebot.py #1

Open
janseeuw opened this issue Apr 11, 2013 · 6 comments
Open

Error in nuclearpokebot.py #1

janseeuw opened this issue Apr 11, 2013 · 6 comments

Comments

@janseeuw
Copy link

When I run it with python I get the following error:

Traceback (most recent call last):
File "nuclearpokebot.py", line 143, in
main()
File "nuclearpokebot.py", line 139, in main
login()
File "nuclearpokebot.py", line 43, in login
postdata = 'charset_test='+charsettest[0]+'&locale='+locale[0]+'&email='+username+'&pass='+password+'&lsd='+lsd[0]+'&default_persistent='+str(default_persistent)+'&lgnjs='+str(lgnjs)+'&lgnrnd='+lgnrnd[0]+'&persistent='+str(persistent)+'&timezone='+str(timezone)
IndexError: list index out of range

@StevenWilliams
Copy link

This error still exists

@mmsheeks
Copy link

mmsheeks commented Aug 8, 2014

Bumping this issue as still present

@h1rule
Copy link

h1rule commented Sep 19, 2014

Still exist.

@hlin117
Copy link

hlin117 commented Oct 26, 2014

It's because of charsettest on line 32 of nuclearpoke.py. The array returned on that call is an empty array.

@h1rule
Copy link

h1rule commented Jan 7, 2015

And how to fix this?

@GGsP839X
Copy link

If anyone still needs a working solution, here it (partially) is: https://github.com/luloak2/facebook-repoke-bot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants