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: APIKEY can NOT be empty. #1

Open
paiva-thiago opened this issue Apr 28, 2021 · 0 comments
Open

Error: APIKEY can NOT be empty. #1

paiva-thiago opened this issue Apr 28, 2021 · 0 comments

Comments

@paiva-thiago
Copy link

paiva-thiago commented Apr 28, 2021

Hello!

I'm trying to use your integration to Tiledesk following this tutorial that links to this repo.

I've followed all the instructions and this error appears in the app console when an user sends a message to a chat associated with the bot:

Error: APIKEY can NOT be empty.
    at new TiledeskClient (/root/codes/thechatbot/node_modules/@tiledesk/tiledesk-client/index.js:35:13)
    at new TiledeskChatbotClient (/root/codes/thechatbot/node_modules/@tiledesk/tiledesk-chatbot-client/index.js:120:27)
    at /root/codes/thechatbot/hello.js:10:5
    at Layer.handle [as handle_request] (/root/codes/thechatbot/node_modules/express/lib/router/layer.js:95:5)
    at next (/root/codes/thechatbot/node_modules/express/lib/router/route.js:137:13)
    at Route.dispatch (/root/codes/thechatbot/node_modules/express/lib/router/route.js:112:3)
    at Layer.handle [as handle_request] (/root/codes/thechatbot/node_modules/express/lib/router/layer.js:95:5)
    at /root/codes/thechatbot/node_modules/express/lib/router/index.js:281:22
    at Function.process_params (/root/codes/thechatbot/node_modules/express/lib/router/index.js:335:12)
    at next (/root/codes/thechatbot/node_modules/express/lib/router/index.js:275:10)

I believe there is something weird happening. I also put the index of this repository in my application, called node and the same error appears!

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