How do i change nofitication icons? I already put it on res folder and i got duplicated item error msg.. Thanks
i want to know if i can send a messae to all my app users or not
I don't need the actor bot for now so any related exception to the bot should be avoided. app_1 | 03:21:14.736UTC WARN akka.actor.ActorSystemImpl akka.actor.ActorSystemImpl(actor-server) Starting ActorBot app_1 | 03:21:14.754UTC WARN im.actor.server.bot.ActorBot akka.tcp://actor-server@127.0.0.1:2552/user/ActorBot Initiating bot 10 actor Actor Bot app_1 | 03:21:14.862UTC WARN im.actor.server.bot.ActorBot akka.tcp://actor-server@127.0.0.1:2552/user/ActorBot Creating user 10 app_1 | 03:21:14.865UTC ERROR im.actor.server.bot.ActorBot akka.tcp://actor-server@127.0.0.1:2552/user/ActorBot Failed to initialize bot app_1 | com.typesafe.config.ConfigException$Missing: No configuration setting found for key 'secret' app_1 | at com.typesafe.config.impl.SimpleConfig.findKeyOrNull(SimpleConfig.java:152) ~[com.typesafe.config-1.3.0.jar:na] app_1 | at com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:170) ~[com.typesafe.config-1.3.0.jar:na] app_1 | at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:184) ~[com.typesafe.config-1.3.0.jar:na] app_1 | at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:189) ~[com.typesafe.config-1.3.0.jar:na] app_1 | at com.typesafe.config.impl.SimpleConfig.getString(SimpleConfig.java:246) ~[com.typesafe.config-1.3.0.jar:na] app_1 | at im.actor.acl.ACLBase$class.secretKey(ACLBase.scala:14) ~[im.actor.server.actor-runtime-1.0.152-SNAPSHOT.jar:1.0.152-SNAPSHOT] app_1 | at im.actor.server.acl.ACLUtils$.secretKey(ACLUtils.scala:23) ~[im.actor.server.actor-core-1.0.152-SNAPSHOT.jar:1.0.152-SNAPSHOT] app_1 | at im.actor.server.acl.ACLUtils$.randomHash(ACLUtils.scala:58) ~[im.actor.server.actor-core-1.0.152-SNAPSHOT.jar:1.0.152-SNAPSHOT] app_1 | at im.actor.server.bot.BotExtension.create(BotExtension.scala:92) ~[im.actor.server.actor-bots-1.0.152-SNAPSHOT.jar:1.0.152-SNAPSHOT] app_1 | at im.actor.server.bot.InternalBot.im$actor$server$bot$InternalBot$$$anonfun$1(InternalBot.scala:62) ~[im.actor.server.actor-bots-1.0.152-SNAPSHOT.jar:1.0.152-SNAPSHOT] app_1 | at im.actor.server.bot.InternalBot.im$actor$server$bot$InternalBot$$$anonfun$1$adapted(InternalBot.scala:56) ~[im.actor.server.actor-bots-1.0.152-SNAPSHOT.jar:1.0.152-SNAPSHOT]
Hi, currently we are having actor bot in our app but actor bot shows offline. How to make it online and configure it. we want to customize the name of actor bot to our branding and want to send message to each registered users like welcome message to each users. How to do that. Thanks