AstronomyLiveYt / SatTraker

EXPERIMENTAL! USE AT YOUR OWN RISK! Automatic tracking of satellites with video guidance
GNU General Public License v3.0
93 stars 24 forks source link

AttributeError: EQMOD.Telescope.SlewToCoordinates #4

Open lukesms opened 4 years ago

lukesms commented 4 years ago

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 commented 2 years ago

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