rizaumami / tdcliBot

A multipurpose telegram-cli based bot
GNU General Public License v3.0
18 stars 14 forks source link

./bot/tdcli.lua not found #1

Closed banghasan closed 7 years ago

banghasan commented 7 years ago
$ ./tdcliBot start
Telegram-cli version 1.5.1, Copyright (C) 2013-2015 Vitaly Valtman
Telegram-cli comes with ABSOLUTELY NO WARRANTY; for details type `show_license'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show_license' for details.
Telegram-cli uses tdlib (commit f2e430a3d4e4fa61ea040950072dc65b79efa26f)
Telegram-cli includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)
Telegram-cli uses libreadline
I: profile = 'tdcliBot'
I: config_directory = '/home/banghasan/BOT/tdcliBot/tg/.telegram-cli'
I: data_directory = '/home/banghasan/BOT/tdcliBot/tg/.telegram-cli/data'
I: logname = '(null)'
 *** 1485171601.000000 lua: ./bot/bot.lua:13: attempt to call a nil value

bot.lua line 13 :

td = (loadfile './bot/tdcli.lua')()

where is tdcli.lua file?

banghasan commented 7 years ago

ow ic.. on this page: https://github.com/rizaumami/tdcli.lua

case close

banghasan commented 7 years ago

found again at ...

./bot/libs/tdcli.lua

:-D

rizaumami commented 7 years ago

Already fixed by this commit: https://github.com/rizaumami/tdcliBot/commit/f1f0ecc2f8c26747bd9014b8089f23d81bd5ebb0