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
Problem Description
I encountered a panic error when using telegram-integration: Memogram: panic: runtime error: invalid memory address or nil pointer dereference. After this error occurs, the Memogram program exits immediately.
Steps to Reproduce
Configure Memogram according to the installation steps in the documentation.
Run Memogram and integrate it with Telegram.
Under certain conditions (e.g., sending specific messages or calling certain APIs), Memogram encounters a panic.
Expected Behavior
Memogram should handle these cases properly without crashing.
Actual Behavior
The program crashes and exits with the following error log:
Thank you for taking the time to look into this issue. Your assistance is greatly appreciated!
The text was updated successfully, but these errors were encountered:
Problem Description
I encountered a panic error when using
telegram-integration: Memogram
:panic: runtime error: invalid memory address or nil pointer dereference
. After this error occurs, the Memogram program exits immediately.Steps to Reproduce
Expected Behavior
Memogram should handle these cases properly without crashing.
Actual Behavior
The program crashes and exits with the following error log:
Thank you for taking the time to look into this issue. Your assistance is greatly appreciated!
The text was updated successfully, but these errors were encountered: