When we build a Ktor Url from a String, we catch `URLParserException`, but not `URLDecodeException`. - [ ] Find out which exceptions can actually be thrown - [ ] Suggest better documentation on Ktor side - [ ] Catch them (or catch all)