Open iPrinz96 opened 5 years ago
Hey @iPrinz96, did you run npm install? Also which node version are you running?
Version 6.5.0
i have update it from 6.4.1 to 6.5.0 & than "npm audit fix" & again npm install.
I can start it If i have start it, than come a console message: `> intergram@0.0.1 start /var/www/chat.xxx.xyz
node server.js
listening on port:3000 `
But if i try: "/start" in my Chat bot. then nothing comes back..
Nice, that's progress. (btw, the official supported node version is 6.9.1)
Did you go through the process of registering your Telegram bot through the BotFather?
Did your bot hook to your Intergram server URL? (You have to use an https
URL for that)
Du you mean that with this url: https://api.telegram.org/bot
This doesn't look like a valid url - https://api.telegram.org/bot/setWebhook?url=/hook
This url is executed from Telegram's servers everytime your bot gets a Telegram message,/hook
is not enough information from Telegram's perspective. It should be sonthing like - https://www.my_domain_name.com/hook
This doesn't look like a valid url -
https://api.telegram.org/bot/setWebhook?url=/hook
This url is executed from Telegram's servers everytime your bot gets a Telegram message,
/hook
is not enough information from Telegram's perspective. It should be sonthing like -https://www.my_domain_name.com/hook
I know. that was a question to you. Because I did not know, what do you mean..
i have try: npm start This ist the output: `root@vps:/var/www/chat.iHabbo.xyz# npm start
intergram@0.0.1 start /var/www/chat.iHabbo.xyz node server.js
listening on port:3000`
I have cloned the repository and followed the basic instructions for SelfHosting, but still unable to see the widget whenever I load the page. Even running locally with 'npm start', I am still getting nothing in return.
Here is the url I hosted to - telegramwidget.herokuapp.com
Hello. I using Debian 8.0 without ssl.. Also, I have type: npm start & get this error log:
I hope any where can help me..