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
In the redshift.toggle() function, there's an async call to get the pid of the redshift process. If redshift was never started earlier, redshift.pid is set to nil, which gives a lua string formatting error.