updated validators library version to be 0.18.1
fix #54
0.12.0 does not treat punycoded URL. The latest 0.18.1 correctly recognize punycoded URL.
example: https://xn--wmq0m700b.jp/h30
@kentoku24 thanks again! Did this solution work for you locally? I still get that error and think this line needs to also be removed (though .strip()ing the destination should be retained): https://github.com/trotto/go-links/blob/bc7145cb0a35d1d19a86cb023a3335a680f02c4f/server/src/modules/links/helpers.py#L98
I believe that scrubbing is a relic from when Trotto was using a different database and can now be removed. You'll also need to update related tests.
thank you for the feedback. I will look into this too!
Thank you @kentoku24! Don't hesitate to send me any questions.
Sorry to take forever to reply to you, but how could I run the tests? I found e2e test but stuck at setting "secret". Does trotto has unit tests that runs locally?
@itsojon
Did this solution work for you locally? I still get that error and think this line needs to also be removed (though .strip()ing the destination should be retained): It certainly worked in my local environment. Have you re-installed the libraries with pip command?
After bumping the version to 0.18.1
