-
-
Notifications
You must be signed in to change notification settings - Fork 40
Closed as not planned
Labels
Description
I've tried getting this running with Docker compose as well as with an image that someone else had made (bongobananne75), but I can't for the life of me get it to run. Initially I was getting this error:
panic: failed to get config from env: failed to create config file: data.txt: open data.txt: permission denied
goroutine 1 [running]:
main.main()
/app/bin/memogram/main.go:13 +0x3d
Okay.. I never saw anything about a data.txt but I created a volume and mounted it to /app/data.txt but the file is empty as I have no idea what to put in it. So now I am receiving:
panic: failed to create bot: error call getMe, not found, Not Found
goroutine 1 [running]:
main.main()
/app/bin/memogram/main.go:13 +0x3d
Any ideas would be appreciated...