DJTommek / better-location

Telegram bot for parsing and generating various of location formats.
https://t.me/BetterLocationBot
MIT License
8 stars 2 forks source link

Jitsi meet share message marked as coordinate #16

Closed DJTommek closed 3 years ago

DJTommek commented 4 years ago

Standard Jitsi meet sharing message is catched by regex in WG84DegreesService, then it throw error: Longitude coordinate must be between or equal from -180 to 180 degrees. Example message for testing:

https://meet.jit.si/SomeRandomRoomName

=====

Just want to dial in on your phone?

Dial-in: +1.234.567.8901 PIN: 1234567890#

Click this link to see the dial in phone numbers for this meeting
https://meet.jit.si/static/dialInInfo.html?room=SomeRandomRoomName
DJTommek commented 3 years ago

Errors in coordinates are now silenced, see commit https://github.com/DJTommek/better-location/commit/bfc2c7c484832165c5e4c5a8ad69d39a3257125e.