You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Upon starting up the server for the first time, I run ./bin/start and get:
The text was updated successfully, but these errors were encountered: