We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2021/07/23 01:51:31 strconv.ParseInt: parsing "": invalid syntax panic: strconv.ParseInt: parsing "": invalid syntax
goroutine 37 [running]: log.Panic(0xc00025f3a8, 0x1, 0x1) D:/program_app/go/src/log/log.go:351 +0xac main.dropErr(...) D:/program_data/go/DownloadBot/main.go:14 main.toInt64(0x0, 0x0, 0x4) D:/program_data/go/DownloadBot/utils.go:514 +0x9d main.TMSelectMessage(0xc000212c80) D:/program_data/go/DownloadBot/Telegram.go:62 +0x4e created by main.tgBot D:/program_data/go/DownloadBot/Telegram.go:707 +0x85d
The text was updated successfully, but these errors were encountered:
这个bug我记录了,目前对于多用户支持还有点问题,请先使用单用户,也就是说,UserID先填写一个ID
Sorry, something went wrong.
同样的报错
"output": { "telegram": { "bot-key": "777777777:Aaaaaaaaaa", "user-id": "555555555555" } }
这样不对吗?
No branches or pull requests
2021/07/23 01:51:31 strconv.ParseInt: parsing "": invalid syntax
panic: strconv.ParseInt: parsing "": invalid syntax
goroutine 37 [running]:
log.Panic(0xc00025f3a8, 0x1, 0x1)
D:/program_app/go/src/log/log.go:351 +0xac
main.dropErr(...)
D:/program_data/go/DownloadBot/main.go:14
main.toInt64(0x0, 0x0, 0x4)
D:/program_data/go/DownloadBot/utils.go:514 +0x9d
main.TMSelectMessage(0xc000212c80)
D:/program_data/go/DownloadBot/Telegram.go:62 +0x4e
created by main.tgBot
D:/program_data/go/DownloadBot/Telegram.go:707 +0x85d
The text was updated successfully, but these errors were encountered: