torond / toodlebot

Telegram bot for scheduling meetings and events directly from Telegram
GNU General Public License v3.0
2 stars 0 forks source link

NullPointerException when not accessing /view endpoint directly with Telegram login URL #57

Closed torond closed 3 years ago

torond commented 3 years ago
torond commented 3 years ago

For now, every access must be made via a Telegram Login URL button. Requests missing the Login Data receive a Forbidden Status. Solved by 27d1892

torond commented 3 years ago

Exception is caught, but no page is shown, when accessing from other than /view.

torond commented 3 years ago

Solved by be9452b