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

Value Error: not enough value to unpack (expected 3, got 1) #28

Open
KoyuKansou opened this issue Jul 23, 2023 · 3 comments
Open

Value Error: not enough value to unpack (expected 3, got 1) #28

KoyuKansou opened this issue Jul 23, 2023 · 3 comments

Comments

@KoyuKansou
Copy link

E:\rplacebot\r-placer-master>python main.py w.png 851 -192
Traceback (most recent call last):
File "E:\rplacebot\r-placer-master\main.py", line 12, in
m = management.manager(image_dir, image_location)
File "E:\rplacebot\r-placer-master\management.py", line 85, in init
email, username, password = row
ValueError: not enough values to unpack (expected 3, got 1)

even though i already have accounts.cvs and the username+password it still didn't work

@michaelshumshum
Copy link
Owner

did you format it correctly like this:

email(optional) username password

@KoyuKansou
Copy link
Author

KoyuKansou commented Jul 23, 2023

yes but idk about the email(optional) one since i got the (expected 3, got 2; or even too many values to unpact, expected 3) now

@KoyuKansou
Copy link
Author

Owner

nvm fixed, forgot to put them all in 1 collum (the too many value was too long username)

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

2 participants