2020-06-06
| ||
16:09 | • Fixed ticket [ed8a04be6b]: Error is thrown when rendering some links plus 5 other changes artifact: e8742dc99f user: zge | |
16:06 | Only generate "other" board when link matches regexp Fixes [ed8a04be6b] check-in: ae851a4d20 user: zge tags: master, trunk | |
2020-06-05
| ||
21:47 | • New ticket [ed8a04be6b] Error is thrown when rendering some links. artifact: ba47e99903 user: zge | |
Ticket Hash: | ed8a04be6b801809e451c4f7135b43d5779f6ab4 | |||
Title: | Error is thrown when rendering some links | |||
Status: | Fixed | Type: | Code_Defect | |
Severity: | Critical | Priority: | Immediate | |
Subsystem: | Resolution: | Fixed | ||
Last Modified: | 2020-06-06 16:09:00 | |||
Version Found In: | 0.1.0 | |||
User Comments: | ||||
zge added on 2020-06-05 21:47:55:
After [17bd3b26618a4f16], it seems some links thrown an error when they should be displayed: When opening http://textboard.org/mona/12, I get: error in process filter: sbbs-make-board: Args out of range: "https://www.youtube.com/watch?v=ZLr8ntnL__A", 2215, 2217 error in process filter: Args out of range: "https://www.youtube.com/watch?v=ZLr8ntnL__A", 2215, 2217 I couldn't follow why this happens just yet, but it's related to regexp match groups. zge added on 2020-06-06 16:09:00: Fixed in [ae851a4d20]. Thanks to the friendly anon behind http://textboard.org/prog/39/274 for noticing what the problem was. |