pyrpl-fpga / pyrpl

pyrpl turns your RedPitaya into a powerful DSP device, especially suitable as a lockbox in quantum optics experiments.
http://lneuhaus.github.io/pyrpl/
MIT License
139 stars 110 forks source link

"OSError: Socket is closed" Error #525

Open sankethan opened 3 weeks ago

sankethan commented 3 weeks ago

Im using redpitaya STEMlab 125-14-Z7020 LN With OS version STEMlab_125-14-Z7020_OS_1.04-14_beta (1.04-14).

I did the static IP configuration.

I'm running the python source code installed using anaconda.

I can see my device in the host name selector window.

But when I click on okay I get

ERROR:pyrpl.redpitaya_client:Error occured in reading attempt 1. Reconnecting at addr 0x40200008 to _writes value [1073741823] by client 2 WARNING:pyrpl.redpitaya_client:Socket error during connection attempt 0. WARNING:pyrpl.redpitaya_client:Socket error during connection attempt 1. WARNING:pyrpl.redpitaya_client:Socket error during connection attempt 2. WARNING:pyrpl.redpitaya_client:Socket error during connection attempt 3.

several times and at the end

OSError: Socket is closed

PS. I can access my redpitaya using ssh.

What am I doing wrong?