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

readthedocs self hosted , errors after installation #1619

Closed
mostafahussein opened this issue Sep 1, 2015 · 3 comments
Closed

readthedocs self hosted , errors after installation #1619

mostafahussein opened this issue Sep 1, 2015 · 3 comments
Labels

Comments

@mostafahussein
Copy link

I have followed the steps of installation on this page , then i have a version of read the docs up and running , but the building of demo always fail , and also i cannot import docs manually , even when i try to connect to a github account i am getting this error:

DoesNotExist at /accounts/github/login/
SocialApp matching query does not exist.
Request Method: GET
Request URL:    http://SITE_NAME/accounts/github/login/?process=connect
Django Version: 1.8.3
Exception Type: DoesNotExist
Exception Value:    
SocialApp matching query does not exist.
Exception Location: /root/rtd/lib/python2.7/site-packages/django/db/models/query.py in get, line 334
Python Executable:  /root/rtd/bin/python
Python Version: 2.7.5
Python Path:    
['/root/checkouts/readthedocs.org',
 '/root/rtd/lib64/python27.zip',
 '/root/rtd/lib64/python2.7',
 '/root/rtd/lib64/python2.7/plat-linux2',
 '/root/rtd/lib64/python2.7/lib-tk',
 '/root/rtd/lib64/python2.7/lib-old',
 '/root/rtd/lib64/python2.7/lib-dynload',
 '/usr/lib64/python2.7',
 '/usr/lib/python2.7',
 '/root/rtd/lib/python2.7/site-packages',
 '/root/checkouts/readthedocs.org']
Server time:    Tue, 1 Sep 2015 07:17:54 -0500

Is there additional steps should be done after installation ?

@andrecarlucci
Copy link

Hi guys, I also have rtd running on a VM, followed the steps like @mostafahussein did and had the same error (github or bitbucket).
Any thoughts?

@tomck
Copy link
Contributor

tomck commented Jan 5, 2016

This is to do with the django-allauth module, I am working on figuring this one out. pennersr/django-allauth#173 may be helpful.

@agjohnson
Copy link
Contributor

This requires you set up a socialapp, it isn't a bug with allauth. I believe this should be covered in the allauth docs.

Closing due to inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants