We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
did you format it correctly like this:
email(optional) username password
Sorry, something went wrong.
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
Owner
nvm fixed, forgot to put them all in 1 collum (the too many value was too long username)
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: