Version 1.0.1 #2
nexesninja
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
📦 Release v1.0.1 – Improved Boot Stability & Bot Resilience
This release introduces key fixes and improvements to ensure the Raspberry Pi Telegram bot starts reliably after a reboot and handles early network issues gracefully.
Improvements
Enhanced systemd service file
network-online.target
to ensure the bot starts only after the network is ready.ExecStartPre=/bin/sleep 30
to provide additional boot delay for stability.Restart
policy toon-failure
with aRestartSec=60
wait time.Improved Python bot script
asyncio.run()
with nativeapplication.run_polling()
to fix event loop issues.time.sleep()
for better resilience on slow network startup.Fixes
Cannot close a running event loop
crash during boot.Updated Files
temp.service
(Systemd service file)temp.py
(Main Telegram bot script)💬 Let us know if you face any issues or suggestions by opening an issue on GitHub.
This discussion was created from the release Version 1.0.1.
Beta Was this translation helpful? Give feedback.
All reactions