You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
A socket operation was attempted to an unreachable network...
Request Method: POST
Request URL: http://127.0.0.1:7000/accounts/student/add/
Django Version: 4.0.8
Exception Type: OSError
Exception Value:
[WinError 10051] A socket operation was attempted to an unreachable network
Exception Location: C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\socket.py, line 836, in create_connection
well i am getting this error when i am trying to create faculty and student credentials would you please help me out
i searched in google it saying that as a smtp error
The text was updated successfully, but these errors were encountered:
The students and lecturers receive their credentials through email so you need to configure your SMTP to add students and lecturers.
Make sure you updated your code base to the latest commits because email sending is now handled by celery tasks.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A socket operation was attempted to an unreachable network...
Request Method: POST
Request URL: http://127.0.0.1:7000/accounts/student/add/
Django Version: 4.0.8
Exception Type: OSError
Exception Value:
[WinError 10051] A socket operation was attempted to an unreachable network
Exception Location: C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\socket.py, line 836, in create_connection
well i am getting this error when i am trying to create faculty and student credentials would you please help me out
i searched in google it saying that as a smtp error
The text was updated successfully, but these errors were encountered: