Connection Error - Ram API
Connection Error - Ram API
(OP)
Has anyone been getting a connection error when using the RamConcept API
ConnectionError: HTTPConnectionPool(host='localhost', port=50795): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000023BFCB03AF0>: Failed to establish a new connection: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted'))
ConnectionError: HTTPConnectionPool(host='localhost', port=50795): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000023BFCB03AF0>: Failed to establish a new connection: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted'))
RE: Connection Error - Ram API
• Firewall is preventing messages from getting through.
• Concept is prevented from starting up? (you should be able to check that with TaskManager)
You can also try:
• Setting start_timeout_seconds in Concept.start_concept().
• Setting log_file_path in Concept.start_concept() to see what is happening on Concept.exe side
RE: Connection Error - Ram API
RE: Connection Error - Ram API