Hello,
I am having trouble connecting to my moralis server through jupyter notebooks. I followed the youtube tutorial identically and am getting an error as follows:
ServerSelectionTimeoutError: 165.227.201.98:56728: [Errno 61] Connection refused, Timeout: 30s, Topology Description: <TopologyDescription id: 62fdb801378bda326925531d, topology_type: Single, servers: [<ServerDescription (β165.227.201.98β, 56728) server_type: Unknown, rtt: None, error=AutoReconnect(β165.227.201.98:56728: [Errno 61] Connection refusedβ)>]>
any help would be greatly appreciated. could it be that my database is too big, and thats why its taking too long to connect? its only 7.7k lines, maybe thats not it.
TIA