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

ValueError: too many values to unpack #1

Open
lod3456 opened this issue Jun 8, 2018 · 0 comments
Open

ValueError: too many values to unpack #1

lod3456 opened this issue Jun 8, 2018 · 0 comments

Comments

@lod3456
Copy link

lod3456 commented Jun 8, 2018

when trying to run the bot I get the below error.
bash-3.2$ python run_bot.py Traceback (most recent call last): File "run_bot.py", line 23, in <module> main() File "run_bot.py", line 19, in main bot = Bot() File "/usr/local/lib/python2.7/site-packages/slackbot/bot.py", line 25, in __init__ 'BOT_EMOJI') else None File "/usr/local/lib/python2.7/site-packages/slackbot/slackclient.py", line 37, in __init__ self.rtm_connect() File "/usr/local/lib/python2.7/site-packages/slackbot/slackclient.py", line 42, in rtm_connect self.parse_slack_login_data(reply) File "/usr/local/lib/python2.7/site-packages/slackbot/slackclient.py", line 65, in parse_slack_login_data proxy, proxy_port = os.environ['http_proxy'].split(':') ValueError: too many values to unpack

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

1 participant