Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail. Check back in a bit! #3890

Closed
anilgursel opened this issue Apr 2, 2018 · 5 comments
Closed

Fail. Check back in a bit! #3890

anilgursel opened this issue Apr 2, 2018 · 5 comments
Labels
Bug A bug Support Support question

Comments

@anilgursel
Copy link

Details

          .
         ":"
       ___:____     |"\/"|
     ,'        `.    \  /
     |  O        \___/  |
   ~^~^~^~^~^~^~^~^~^~^~^~^~

   Fail.  Check back in a bit!

Expected Result

I would like to be able to access https://readthedocs.org/projects/squbs/ and not required to manually add the "builds", "versions" at the end of the url.

Actual Result

I see "Fail. Check back in a bit!" error.

@RichardLitt RichardLitt added the Support Support question label Apr 2, 2018
@stsewd
Copy link
Member

stsewd commented Apr 3, 2018

Related to #3892

@humitos humitos added the Bug A bug label Apr 4, 2018
@humitos
Copy link
Member

humitos commented Apr 4, 2018

@anilgursel Hi! The problem is your username which has some "weird" characters on it (allowed ones, though) but they are not allowed in the regex that resolves the URL for your profile.

https://github.com/rtfd/readthedocs.org/blob/393e31ad3a9aafee297df64f1a654ffcda7ef04a/readthedocs/profiles/urls/public.py#L10

We should probably change that regex to fit the allowed characters.

... checking the regex, it has a . on it, so it should match any character.

@stsewd
Copy link
Member

stsewd commented Apr 4, 2018

I think there is a PR for that issue #3725

@stsewd
Copy link
Member

stsewd commented Apr 4, 2018

@humitos the . is inside a character class, so it matches a literal ..

@stsewd
Copy link
Member

stsewd commented May 10, 2018

This was solved on #3725

@stsewd stsewd closed this as completed May 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug Support Support question
Projects
None yet
Development

No branches or pull requests

4 participants