Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: EQMOD.Telescope.SlewToCoordinates #4

Open
lukesms opened this issue Dec 31, 2019 · 1 comment
Open

AttributeError: EQMOD.Telescope.SlewToCoordinates #4

lukesms opened this issue Dec 31, 2019 · 1 comment

Comments

@lukesms
Copy link

lukesms commented Dec 31, 2019

Hi,
Think this is a very cool concept for a software package, I've managed to get it all installed and up and running but as soon as I try to track something I get the following error, I am using a Skywatcher HEQ5 pro with a eqmod cable and ascom 6.4.0.2618

C:/Users/micha/Desktop/ISS.txt
153.17867847130526 -10.228044317886633
Exception in thread Thread-2:
Traceback (most recent call last):
File "C:\Python38\lib\threading.py", line 932, in _bootstrap_inner
self.run()
File "C:\Python38\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\micha\Desktop\SatTraker-master\SatTrakerBetaV5.py", line 480, in sat_track
self.tel.SlewToCoordinates((math.degrees(self.radra2)/15),math.degrees(self.raddec2))
File "C:\Python38\lib\site-packages\win32com\client\dynamic.py", line 527, in getattr
raise AttributeError("%s.%s" % (self.username, attr))
AttributeError: EQMOD.Telescope.SlewToCoordinates

@RohanHinton
Copy link

Likewise here. After selecting ASCOM EQ from the dropdown & choosing EQ5/6 and connecting upon trying to slew I get:

Exception in thread Thread-2:
Traceback (most recent call last):
File "C:\Python38\lib\threading.py", line 932, in _bootstrap_inner
File "C:\Python38\lib\threading.py", line 870, in run
File "sattrakerbetav9.py", line 536, in sat_track
File "C:\Python38\lib\site-packages\win32com\client\dynamic.py", line 527, in getattr
AttributeError: EQMOD.Telescope.SlewToCoordinates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants