-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
I get an error trying to run the importer in the beta:
Looking in my JavaScript console, I see a 404 error when trying to request an API endpoint that contains a garbled version of my username:
That decodes to "Adrian%20Sampson" (literally, percent two zero) while my actual username has a space in there. Seems like there's some overzealous encoding going on somewhere in the frontend JavaScript.