I have everything configured correctly on my linux system. On some days, the status bar shows the correct values but on most days it shows "null" for all variables.
From my .tmux.conf:
set -g @plugin 'odedlaz/tmux-status-variables'
set -g @ipinfo_format "\
π #ip \
(#city, #region #country) \
π #isp "
What's breaking here?