StampyAI / stampy

A Discord bot for the Robert Miles AI server
37 stars 9 forks source link

Microfix tag parsing error from empty tag #275

Closed MatthewBaggins closed 1 year ago

MatthewBaggins commented 1 year ago

Parsing question tag names from messages broke because prod tag grid had an empty row at the end.

Screenshot from 2023-06-05 21-01-49

This broke the regex, because the pattern "tag_1|tag_2||tag_n" greedily matches the empty string, no matter whatever string you try to match it against.

I added filtering out of empty strings when fetching tags and statuses (just in case) from coda