Hello! I resolved it by installing Ubuntu instead of Raspiberry OS. In Rasp the only drive that appeared was the simulator. This time the indi drivers were loaded correctly. Thanks.

Read More...

I apologize for my lack of knowledge. How do I reset indi server for Player one? I'm going to run the script. Thank you very much.

Read More...

Hey guys.

I installed indi allsky on a raspberry pi 4. I have the indi-player one driver installed, but allsky only loads the simulated ccd. What do I have to do to load the player one driver? Thanks.

Read More...

Hello everyone. I'm trying to install indi allsky on a raspberry Pi 4, but after running./setup.sh the following error is displayed:

ERROR: Exception:
Traceback (most recent call last):
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 438, in _error_catcher
yield
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 561, in read
data = self._fp_read(amt) if not fp_closed else b""
^^^^^^^^^^^^^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 527, in _fp_read
return self._fp.read(amt) if amt is not None else self._fp.read()
^^^^^^^^^^^^^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py", line 98, in read
data: bytes = self.__fp.read(amt)
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/http/client.py", line 465, in read
s = self.fp.read(amt)
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/socket.py", line 706, in readinto
return self._sock.recv_into(b)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/ssl.py", line 1278, in recv_into
return self.read(nbytes, buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/ssl.py", line 1134, in read
return self._sslobj.read(len, buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TimeoutError: The read operation timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper
status = run_func(*args)
^^^^^^^^^^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_internal/cli/req_command.py", line 245, in wrapper
return func(self, options, args)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_internal/commands/install.py", line 377, in run
requirement_set = resolver.resolve(
^^^^^^^^^^^^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve
result = self._result = resolver.resolve(
^^^^^^^^^^^^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve
state = resolution.resolve(requirements, max_rounds=max_rounds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 427, in resolve
failure_causes = self._attempt_to_pin_criterion(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 239, in _attempt_to_pin_criterion
criteria = self._get_updated_criteria(candidate)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 230, in _get_updated_criteria
self._add_to_criteria(criteria, requirement, parent=candidate)
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria
if not criterion.candidates:
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_vendor/resolvelib/structs.py", line 156, in __bool__
return bool(self._sequence)
^^^^^^^^^^^^^^^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 155, in __bool__
return any(self)
^^^^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 143, in <genexpr>
return (c for c in iterator if id(c) not in self._incompatible_ids)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 47, in _iter_built
candidate = func()
^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 182, in _make_candidate_from_link
base: Optional[BaseCandidate] = self._make_base_candidate_from_link(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 228, in _make_base_candidate_from_link
self._link_candidate_cache[link] = LinkCandidate(
^^^^^^^^^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 290, in __init__
super().__init__(
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 156, in __init__
self.dist = self._prepare()
^^^^^^^^^^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 222, in _prepare
dist = self._prepare_distribution()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 301, in _prepare_distribution
return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_internal/operations/prepare.py", line 525, in prepare_linked_requirement
return self._prepare_linked_requirement(req, parallel_builds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_internal/operations/prepare.py", line 596, in _prepare_linked_requirement
local_file = unpack_url(
^^^^^^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_internal/operations/prepare.py", line 168, in unpack_url
file = get_http_url(
^^^^^^^^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_internal/operations/prepare.py", line 109, in get_http_url
from_path, content_type = download(link, temp_dir.path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_internal/network/download.py", line 147, in __call__
for chunk in chunks:
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_internal/cli/progress_bars.py", line 53, in _rich_progress_bar
for chunk in iterable:
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_internal/network/utils.py", line 63, in response_chunks
for chunk in response.raw.stream(
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 622, in stream
data = self.read(amt=amt, decode_content=decode_content)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 560, in read
with self._error_catcher():
File "/usr/lib/python3.11/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
File "/home/leo/indi-allsky/virtualenv/indi-allsky/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 443, in _error_catcher
raise ReadTimeoutError(self._pool, None, "Read timed out.")
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='www.piwheels.org', port=443): Read timed out.


###############
### ERROR ###
###############

The setup script exited abnormally, please try to run again...


Can anyone help sort it out? Thank you.

Read More...

Problem solved. I just downloaded the .zip file from github instead of downloading it through the terminal.

Read More...

Hello everyone! I'm trying to install allsky on a raspberry and it's showing an error:

The error appears after attempting this download:


Read More...

Leonardo replied to the topic 'Indi Allsky and Camera imx291' in the forum. 5 months ago

Hello! I was able to verify the correct url for camera

rtsp://192.168.0.108:554/user=admin&password=&channel=1&stream=0.sdp ;
Shows the image if placed in the browser. However, Indi Allsky shows an error
[code][ERROR] Image-12-7649/MainThread image.processImage() #313: Frame not found: /tmp/tmpp002q3pi.jpg
[ERROR] Capture-12-7647/PycurlCamera-31 pycurl_camera.run() #86: Unsupported protocol
what am I doing wrong?
Thanks.

Read More...

Leonardo replied to the topic 'Indi Allsky and Camera imx291' in the forum. 5 months ago

Thank you for your help. I use the imx291 camera in the RMS software for meteor detection. In the RMS settings I use the URL: rtsp://192.168.0.108:8889/user=admin&password=&channel=1&stream=0.sdp. In this case, where would I put this address in Indi Allsky?

Read More...

Leonardo created a new topic ' Indi Allsky and Camera imx291' in the forum. 5 months ago

Hello! I installed indi allsky and would like to know if it is possible to use an imx291 type IP camera purchased on Aliexpress. It is already installed on my local network. How to configure? Thanks.

Read More...

Thanks for answering.

I tried connecting with the Myfocuser driver too, but it shows the same error. I believe it is something related to the Ubuntu operating system that I use on the Banana Pi. It appears that Ubuntu is not providing the correct usb path.

Read More...

Hello everyone.

I'm trying to implement myfocuser Pro 2 that uses an arduino nano. In the notebook the connection works in Ekos with the moonlight driver, but in the Banana Pi with Ubuntu 20.04 the moonlight drive can not connect presenting the error: Error retrieving data from MoonLite, please ensure MoonLite controller is powered and the port is correct.

Attached is a screenshot of the indi screen.

Sorry my english, I'm using google translator.

Obrigado!

Read More...

Hey guys. I'm new to astrophotography and I'm using CCDCiel, but I'm getting an error:

PlayerOne Neptune-C II: [ERROR] FITS key SCALE Error: bad float to string conversion.

Could anyone help to solve it?
Thanks!

Read More...