Hey I am using botpress to create a Telegram bot.
I did all the required steps:
Created a bot that works locally also after updating my code at localhost:3000
I deployed the code to heroku with your docs and it works
I got an access token from botfather and added it to the botfile.js
The one thing that I could not find is the step of connecting the heroku to telegram.
Did someone has an experience with that or even just a telegram bot in heroku that worked?
Related
So I've been using heroku meme api on my discord js bot, it was working fine untill today when it didn't respond I decided to check the website but when I opened it it gave me an application error, idk how to fix it any help would be appreciated the link I use is
https://meme-api.herokuapp.com/gimme
Heroku has discontinued free dynos and data services, it's possible that API was using those.
https://blog.heroku.com/next-chapter
I'am working on AWS Cloud9 developing a website. I have transferred my Ruby on Rails App from Cloud9 to Heroku servers. I received a Heroku domain and choose to add on the Mailgun Service. I have signed up to Mailgun and I've tried to test the service. Everytime I click the submit button on my website, I receive the message, "We're sorry, but something went wrong.
If you are the application owner check the logs for more information."
This is problem starting on the Heroku side? or the Mailgun side? I've used the recommended ports.
I followed the link -
https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-authentication?view=azure-bot-service-4.0&tabs=csharp%2Cbot-oauth
to use authentication in bot, but the article is not clear, at one place its mentioning to use echo bot, at the same time its asking to use code from github. After trying all the steps still it's not working
After trying all the steps in below link still it's not working
https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-authentication?view=azure-bot-service-4.0&tabs=csharp%2Cbot-oauth
There is a error in emulator can not post activity, unauthorised
I'm having a pretty basic problem - trying to upgrade my botkit app from 0.7.x -> 4.x.
I've used yo botkit to generate a new v4 bot, according to these instructions. Now that I try to configure the bot with slack I can't verify the events api the same way I did with the v0.7 bot.
When I go to slacks events api url and try to verify a request url, my node app is responding with a 404 not found error.
Looking at the code, it seems that the endpoint for /slack/receive which slack is trying to access is indeed removed from the code.
This prevents my bot from listening to messages and responding to them.
When I was configuring the bot in v0.7.x, I just cloned this repo and followed these instructions, but when I try to follow these instructions with the starter provided for v4.x the guide fails and I can't find a more relevant one.
Any idea what I'm missing here?
The url has changed in v4 - it is now /api/messages
I created chatbot with microsoft bot framework v3.
I use mssql server 2017 database.
It runs perfectly on emulator. After that I registered my chatbot on azure through Bot channel registration.
Then I save AppId and Password etc in web.config and also in emulator and tested, It runs without any error.
I use ngrok , as ngrok http 3979 it gives me https://........ngrok.io and I save that access point in azure bot reg endpoint with api/messages.
Then I get embed code with key and placed in page.html and when I send message it gives me error as:
Yes I'm using webchat and here the screenshots
webconfig and running emulator
ngrok http 3979 and also save it azure settings as endpoint
When run django app, say hi