You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running test_natlinktimer.py (from natlinkcore/tests) (or alltests.py), the following exception is thrown:
Exception ignored in: <function NatlinkTimer.__del__ at 0x044CBA48>
Traceback (most recent call last):
File "C:\DT\NatlinkcoreDoug\src\natlinkcore\natlinktimer.py", line 97, in __del__
File "C:\DT\NatlinkcoreDoug\src\natlinkcore\natlinktimer.py", line 284, in stopTimer
natlink.NatError: Calling setTimerCallback is not allowed before calling natConnect
It is not clear why. The natlinktimer module seems to run well.
More intricate tests have been commented out. Maybe need a check too.
The text was updated successfully, but these errors were encountered:
When running test_natlinktimer.py (from natlinkcore/tests) (or alltests.py), the following exception is thrown:
It is not clear why. The natlinktimer module seems to run well.
More intricate tests have been commented out. Maybe need a check too.
The text was updated successfully, but these errors were encountered: