-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
sync_remote_repositories
finished with success: true
, but repositories list is empty in UI
#8553
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
Comments
I just tested this with my own account and it worked properly. We may need to check with your username in the database and see why it may be failing. Another test would be to trigger the task from inside the Django shell and check if it fails with a known exception. Note that I haven't found anything on Sentry, tho. I also noted that you belong to conda-forge organization in GitHub, which have hundred of repositories. As Read the Docs reads all of them it takes some considerable time and it may be reaching a timeout. I think we already had a similar problem in other issues. |
Clicking on my personal organization and then hitting "refresh" immediately brought a list of repositories again. I know that this will be fixed in the new templates, so I'm looking forward to seeing it fixed... it might be affecting lots of our scientific users. |
Is there anything actionable in this issue or we can close it? |
I understand that our policy with UI/UX issues is to close them because they will be fixed in the new UI. So I'll proceed and close it. |
My list of repositories appears as empty in the UI:
I just checked that
sync_remote_repositories
corresponding to the last time I refreshed appears as{"finished":true,"success":true}
,https://readthedocs.org/api/v2/remote/repo/
GET request fails with 502 after ~30 seconds.I tried locating a similar issue and found #5441, which was already fixed by #5451, so I'm not sure if it's the same problem or not.
The text was updated successfully, but these errors were encountered: