I put them in situation. I am installing an application, on my local PC,
that uses django. Application that I installed 1 month ago and it worked
perfectly. 2 days ago I tried to install it again because I changed the PC.
and when accessing the functionalities it returns this error.
HTTPConnectionPool (host = 'localhost', port = 8894): Max retries exceeded
with url: /? Wsdl (Caused by NewConnectionError
('<urllib3.connection.HTTPConnection object at 0x7f70819affd0>: Failed to
establish a new connection: [Errno 111] Connection refused ')) Request
Method: POST Request URL: http://127.0.0.1:8000/en/aplicaicon2/ Django
Version: 2.0.13 Exception Type: ConnectionError Exception Value:
HTTPConnectionPool (host = 'localhost', port = 8894): Max retries exceeded
with url: /? Wsdl (Caused by NewConnectionError
('<urllib3.connection.HTTPConnection object at 0x7f70819affd0>: Failed to
establish a new connection: [Errno 111] Connection refused ')) Exception
Location:
/home/tu/local/aa/aplication-suite/proyectoa/virtualenv/lib/python3.8/site-packages/requests/adapters.py
in send, line 508 Python Executable: / home / you / local / aa /
aplication-suite / project / virtualenv / bin / python Python Version:
3.8.10 Python Path: ['/ home / your / local / aa / aplication-suite /
project', '/usr/lib/python38.zip', '/usr/lib/python3.8',
'/usr/lib/python3.8/lib-dynload',
'/home/tu/local/aa/aplication-suite/proyectoa/virtualenv/lib/python3.8/site-packages']
Server time: Wed, 25 Aug 2021 10:07:41 +0000
in my configuration (settings.py) I have DEBUG = False and included all the
paths and views. The module you refer to does not work well, I have tested
it on other PCs and it works, and it works fine on the server.
Greatings
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/7e145fc6-bbd9-45e2-9130-d4e154af3dc8n%40googlegroups.com.