-
Notifications
You must be signed in to change notification settings - Fork 55
Frequently Asked Questions
- Error 400
- Can't Connect With Redis install/configure it!
- I have read the wiki, but ... I still confused ...
hi...when I send !id in chat or pv get this error :
Error 400.
What ever that's mean...
why ?
Merbot uses bot API as a companion to send pre-formatted (bold, italic and monospace
font) message. Error 400 indicated that the bot requests was malformed, not as what expected by telegram API server.
This bot API sometimes failed to sent messages because:
- the message contain non-ascii string
- the bot API is not in same group with the requester
- requester didn't initiate a communication with the bot API.
merbot
uses redis as a simple database to store ban, flood control, kick control, etc..
Can't Connect With Redis install/configure it!
means that the bot unable to connect to redis server.
Make sure you've installed it, if you didn't, just do: sudo apt install redis-server
.
If redis-server
is already installed, then the problem caused by its service is not started yet. Start the redis server by doing sudo service redis-server start
.
I prefer you to raise a github issue if you've encountered a problem with merbot
.
But, if that's not your 'thing', then please head to merbot
s development group to ask your question there.
Home
Installation:
Rank system
Frequently Asked Questions
Bugs
Plugins:
- 9gag.lua
- administration.lua
- apod.lua
- bing.lua
- calculator.lua
- cats.lua
- currency.lua
- dilbert.lua
- dogify.lua
- forecast.lua
- gmaps.lua
- gsmarena.lua
- hackernews.lua
- help.lua
- id.lua
- imdb.lua
- isup.lua
- kaskus.lua
- logger.lua
- pattern.lua
- plugins.lua
- quran.lua
- reddit.lua
- rss.lua
- salat.lua
- stats.lua
- sudo.lua
- time.lua
- translate.lua
- urbandictionary.lua
- webshot.lua
- whois.lua
- xkcd.lua
- yify.lua