Closed BrunoGiubilei closed 5 years ago
Well, this looks like a networking issue. Can you ping
that IP address?
@gotthardp yes
ping 192.168.0.139 PING 192.168.0.139 (192.168.0.139) 56(84) bytes of data. 64 bytes from 192.168.0.139: icmp_seq=1 ttl=255 time=0.881 ms 64 bytes from 192.168.0.139: icmp_seq=2 ttl=255 time=0.615 ms 64 bytes from 192.168.0.139: icmp_seq=3 ttl=255 time=0.692 ms
can i debug the script?
Not the script itself, but you can use other tools to check if they can connect or not.
i check connection using a java binary and i get this error
This may be due to a firewall, or you need to activate/enable the reader to listen to external devices.
hey hi, i try to use the sample in README and i get this error.
above, its the code im try to execute
! /usr/bin/python
import mercury reader = mercury.Reader("tmr://192.198.0.139")
reader.set_region("EU3") reader.set_read_plan([1], "GEN2") print(reader.read())