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 trying to add points using either the right click or the dedicated add button, a TypeError is raised.
Traceback (most recent call last):
File "/Users/marcandrevigneault/Documents/GitHub/gweatherrouting/gweatherrouting/gtk/chartstack_track.py", line 127, in onTrackItemClick
if event.button == 3 and len(self.core.trackManager.getActive()) > 0:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: object of type 'NoneType' has no len()
OS: MACOS 14.5
The text was updated successfully, but these errors were encountered:
Can you better describe the way to reproduce the problem? Starting from a clean .gweatherrouting directory what are the sequence of actions you performed to achieve this error?
When trying to add points using either the right click or the dedicated
add
button, a TypeError is raised.OS: MACOS 14.5
The text was updated successfully, but these errors were encountered: