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
I am getting following error while executing :http command. I tried to google it but could not get any solution.
Could you please guid me, so I can use nvim-http. Thanks for wonderful plugins.
Error invoking 'python_execute' on channel 35 (python3-script-host):
Traceback (most recent call last):
File "", line 1, in
File "/Users/xxx/.local/share/nvim/lazy/nvim-http/autoload/../python/nvim_http/client.py", line 63, in http_run
request = parse_http_request(text, **env)
File "/Users/xxx/.local/share/nvim/lazy/nvim-http/autoload/../python/nvim_http/parser.py", line 24, in parse_http_request
assert m, f"Unable to parse the request line: {line}"
AssertionError: Unable to parse the request line:
2023-10-12T02:03:14 Error ERROR Error detected while processing function http#Run[1]..provider#python3#Call:
The text was updated successfully, but these errors were encountered:
Hi Fabio,
I am getting following error while executing :http command. I tried to google it but could not get any solution.
Could you please guid me, so I can use nvim-http. Thanks for wonderful plugins.
Error invoking 'python_execute' on channel 35 (python3-script-host):
Traceback (most recent call last):
File "", line 1, in
File "/Users/xxx/.local/share/nvim/lazy/nvim-http/autoload/../python/nvim_http/client.py", line 63, in http_run
request = parse_http_request(text, **env)
File "/Users/xxx/.local/share/nvim/lazy/nvim-http/autoload/../python/nvim_http/parser.py", line 24, in parse_http_request
assert m, f"Unable to parse the request line: {line}"
AssertionError: Unable to parse the request line:
2023-10-12T02:03:14 Error ERROR Error detected while processing function http#Run[1]..provider#python3#Call:
The text was updated successfully, but these errors were encountered: