×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

INDI server

  • Posts: 10
  • Thank you received: 0

INDI server was created by Federica

Hello!
I'm a newbie. I'm trying to use Python with INDI libraries.
I've successfully install them on my linux virtual machine but when I type
<code>import PyIndi
import IndiClient
indiclient = IndiClient.IndiClient("localhost",XXXX)
</code>
it returns:
socket: connection refused

What should I do?
Thank you in advance
Last edit: 3 years 11 months ago by Federica.
3 years 11 months ago #52554

Please Log in or Create an account to join the conversation.

Replied by Jasem Mutlaq on topic INDI server

You left it as XXXX? It should be 7624 which is the default port for INDI server.
3 years 11 months ago #52559

Please Log in or Create an account to join the conversation.

  • Posts: 10
  • Thank you received: 0

Replied by Federica on topic INDI server

No actually it was 7624 but here I wrote XXXX because I thought it was a personal information, sorry
3 years 11 months ago #52568

Please Log in or Create an account to join the conversation.

Replied by Jasem Mutlaq on topic INDI server

So was there an indiserver running then on localhost when you ran the script?
3 years 11 months ago #52572

Please Log in or Create an account to join the conversation.

Time to create page: 0.395 seconds