You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue when trying to integrate Memogram with Telegram. The application fails to start due to a permission error related to accessing a file. Below is the error log:
root@aws:~$ docker logs memogram
panic: failed to init store: failed to load user access token map from file: open data.txt: permission denied
goroutine 1 [running]:
main.main()
/app/bin/memogram/main.go:13 +0x45
panic: failed to init store: failed to load user access token map from file: open data.txt: permission denied
goroutine 1 [running]:
main.main()
/app/bin/memogram/main.go:13 +0x45
Details
The text was updated successfully, but these errors were encountered:
I'm encountering an issue when trying to integrate Memogram with Telegram. The application fails to start due to a permission error related to accessing a file. Below is the error log:
Details
The text was updated successfully, but these errors were encountered: