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
登录localhost:5000成功后,在搜索人名的时候报错
1.ConnectionRefusedError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。
2.2.urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x0000027035A3FCC0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法 连接。
3.urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=7474): Max retries exceeded with url: /db/data/transaction/commit (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000027035A3FCC0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',))
The text was updated successfully, but these errors were encountered:
登录localhost:5000成功后,在搜索人名的时候报错
1.ConnectionRefusedError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。
2.2.urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x0000027035A3FCC0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法 连接。
3.urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=7474): Max retries exceeded with url: /db/data/transaction/commit (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000027035A3FCC0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',))
The text was updated successfully, but these errors were encountered: