Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.7.0
-
None
Description
I'm trying to connect to phoenix using python plugin 'phoenixdb'.
I'm connecting from a server on the same network with phoenix machine.
The code I am using is attached as a file.
I get the following error
phoenixdb.errors.InterfaceError: ('RPC request failed', None, None, RemoteDisconnected('Remote end closed connection without response'))
Even when I try to use curl, I get 'Empty reply from server'
Can you guys help me?