mcndt / obsidian-toggl-integration

A Toggl integration plugin for the popular knowledge base application Obsidian.
GNU General Public License v3.0
270 stars 19 forks source link

BUG: sometimes, the project field in the sidebar displays '(Unknown)' as project title. #32

Closed mcndt closed 2 years ago

mcndt commented 2 years ago

Hypothesis: this could be because the preload of the projects failed, such that the PID is unknown.

mcndt commented 2 years ago

Probably due to race condition here: https://github.com/mcndt/obsidian-toggl-integration/blob/31382dd55c9ae3bc4e95fef6be2feb36fd8ed329/lib/toggl/TogglManager.ts#L418

If the cache is not populated yet, this yields undefined. The value is no longer updated afterwards as long as the current timer data returned from the Toggl API does not change.

mcndt commented 2 years ago

Fix in version 0.7.2.