Unable to signup new account

415 views
Skip to first unread message

Fendy Pierre

unread,
Apr 9, 2019, 8:15:50 AM4/9/19
to django-oscar

Refusing connection whenever I try to signup. This is after setting up solr so I'm not sure if these two issues are related. Thank you!

ConnectionRefusedError at /accounts/login/

[WinError 10061] No connection could be made because the target machine actively refused it
Request Method:POST
Request URL:http://127.0.0.1:8000/accounts/login/
Django Version:2.1.8
Exception Type:ConnectionRefusedError
Exception Value:
[WinError 10061] No connection could be made because the target machine actively refused it
Exception Location:c:\program files\python37\Lib\socket.py in create_connection, line 716
Python Executable:C:\Users\fendy\OneDrive\Documents\Projects\Python\blam\shop\oscar\Scripts\python.exe
Python Version:3.7.0
Python Path:
['C:\\Users\\fendy\\OneDrive\\Documents\\Projects\\Python\\blam\\shop',
 'C:\\Users\\fendy\\OneDrive\\Documents\\Projects\\Python\\blam\\shop\\oscar\\Scripts\\python37.zip',
 'C:\\Users\\fendy\\OneDrive\\Documents\\Projects\\Python\\blam\\shop\\oscar\\DLLs',
 'C:\\Users\\fendy\\OneDrive\\Documents\\Projects\\Python\\blam\\shop\\oscar\\lib',
 'C:\\Users\\fendy\\OneDrive\\Documents\\Projects\\Python\\blam\\shop\\oscar\\Scripts',
 'c:\\program files\\python37\\Lib',
 'c:\\program files\\python37\\DLLs',
 'C:\\Users\\fendy\\OneDrive\\Documents\\Projects\\Python\\blam\\shop\\oscar',
 'C:\\Users\\fendy\\OneDrive\\Documents\\Projects\\Python\\blam\\shop\\oscar\\lib\\site-packages']

pythan

unread,
Apr 9, 2019, 8:50:58 AM4/9/19
to django-oscar
Did solr work properly for you after using the schema.xml from GitHub?

Fendy Pierre

unread,
Apr 9, 2019, 10:24:08 AM4/9/19
to django...@googlegroups.com
No, I'm not getting the error anymore but results are still not populating. Any other suggestions?

--
https://github.com/django-oscar/django-oscar
http://django-oscar.readthedocs.org/en/latest/
https://twitter.com/django_oscar
---
You received this message because you are subscribed to the Google Groups "django-oscar" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-oscar...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-oscar.
To view this discussion on the web, visit https://groups.google.com/d/msgid/django-oscar/c9b06165-3bbc-46c9-80e8-2a8b44da39b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Fendy Pierre

unread,
Apr 14, 2019, 1:38:09 PM4/14/19
to django-oscar
I forgot to give an update but in case someone else also encounters the same issue, in your settings.py include :

EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'

That resolved my issue, hope it helps.
Reply all
Reply to author
Forward
0 new messages