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 on startup, missing module name #80

Open
byrnereese opened this issue Apr 3, 2019 · 2 comments
Open

Error on startup, missing module name #80

byrnereese opened this issue Apr 3, 2019 · 2 comments

Comments

@byrnereese
Copy link
Contributor

Upon starting up the server for the first time, I run ./bin/start and get:

LMRC8950:glip-chatbot-weekly-reports byrne.reese$ ./bin/start
use local config.py
Use database built-in filedb
2019-04-03 12:35:22 user load env error:
'RINGCENTRAL_USER_CLIENT_ID'
extensions:
Empty module name
Traceback (most recent call last):
  File "dev/server/server.py", line 6, in <module>
    from ringcentral_bot_framework import frameworkInit
ImportError: cannot import name 'frameworkInit' from 'ringcentral_bot_framework' (/usr/local/lib/python3.7/site-packages/ringcentral_bot_framework-0.1.1-py3.7.egg/ringcentral_bot_framework/__init__.py)
@byrnereese
Copy link
Contributor Author

I added RINGCENTRAL_USER_CLIENT_ID back which eliminated the load env error. Should we make those env variables optional?

@byrnereese
Copy link
Contributor Author

I updated to the latest version of ringcentral_bot_framework and the error went away.

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