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
The following error shows up every once in a while:
Error detected while processing function <SNR>49_InitAndHandleActivity[3]..<SNR>49_HandleActivity[23]..<SNR>49_SendHeartbeats:
line 38:
E121: Undefined variable: channel
E116: Invalid arguments for function job_start([&shell, &shellcmdflag, s:JoinArgs(cmd)], { 'stoponexit': '', 'callback': {channel, output -> s:AsyncHandler(output, cmd)}})
E15: Invalid expression: job_start([&shell, &shellcmdflag, s:JoinArgs(cmd)], { 'stoponexit': '', 'callback': {channel, output -> s:AsyncHandler(output, cmd)}})
line 42:
E121: Undefined variable: job
E116: Invalid arguments for function job_getchannel(job)
E15: Invalid expression: job_getchannel(job)
line 43:
E121: Undefined variable: channel
E116: Invalid arguments for function ch_sendraw
Press ENTER or type command to continue
Error detected while processing function <SNR>49_HandleActivity[23]..<SNR>49_SendHeartbeats:
line 38:
E121: Undefined variable: channel
Error detected while processing function <SNR>49_HandleActivity[23]..<SNR>49_SendHeartbeats:
line 38:
E116: Invalid arguments for function job_start([&shell, &shellcmdflag, s:JoinArgs(cmd)], { 'stoponexit': '', 'callback': {channel, output -> s:AsyncHandler(output, cmd)}})
Press ENTER or type command to continue
Error detected while processing function <SNR>49_HandleActivity[23]..<SNR>49_SendHeartbeats:
line 38:
E15: Invalid expression: job_start([&shell, &shellcmdflag, s:JoinArgs(cmd)], { 'stoponexit': '', 'callback': {channel, output -> s:AsyncHandler(output, cmd)}})
Press ENTER or type command to continue
Error detected while processing function <SNR>49_HandleActivity[23]..<SNR>49_SendHeartbeats:
line 42:
E121: Undefined variable: job
Press ENTER or type command to continue
Error detected while processing function <SNR>49_HandleActivity[23]..<SNR>49_SendHeartbeats:
line 42:
E116: Invalid arguments for function job_getchannel(job)
Press ENTER or type command to continue
Error detected while processing function <SNR>49_HandleActivity[23]..<SNR>49_SendHeartbeats:
line 42:
E15: Invalid expression: job_getchannel(job)
Press ENTER or type command to continue
Error detected while processing function <SNR>49_HandleActivity[23]..<SNR>49_SendHeartbeats:
line 43:
E121: Undefined variable: channel
Press ENTER or type command to continue
Error detected while processing function <SNR>49_HandleActivity[23]..<SNR>49_SendHeartbeats:
line 43:
E116: Invalid arguments for function ch_sendraw
Press ENTER or type command to continue
Running on Ubuntu 16.04.3 LTS 64-bit. I have set the API key via the :WakaTimeApiKey command, and the .wakatime.cfg file is present in the home directory. Other plugins requiring Python runs correctly (e.g. youcompleteme). The plugin was installed with vim-plug.
The text was updated successfully, but these errors were encountered:
The following error shows up every once in a while:
Running on Ubuntu 16.04.3 LTS 64-bit. I have set the API key via the
:WakaTimeApiKey
command, and the.wakatime.cfg
file is present in the home directory. Other plugins requiring Python runs correctly (e.g. youcompleteme). The plugin was installed with vim-plug.The text was updated successfully, but these errors were encountered: