wet-sandwich / hyper.nvim

MIT License
43 stars 0 forks source link

Error making basic GET Request #11

Closed cata85 closed 3 months ago

cata85 commented 3 months ago

When trying to do a basic GET request to "https://httpbin.org/ip" after I have [C]leared the inputs, I am receiving the following error along with a blank hyper floating page when trying to reopen and edit.

E5108: Error executing lua: ...son/.local/share/nvim/lazy/hyper.nvim/lua/hyper/util.lua:71: Expected the end but found invalid token at character 33 stack traceback: [C]: in function 'decode' ...son/.local/share/nvim/lazy/hyper.nvim/lua/hyper/util.lua:71: in function 'parse_response_body' ...al/share/nvim/lazy/hyper.nvim/lua/hyper/view/screens.lua:71: in function 'main' ...cal/share/nvim/lazy/hyper.nvim/lua/hyper/view/render.lua:19: in function 'update' ...local/share/nvim/lazy/hyper.nvim/lua/hyper/view/init.lua:47: in function 'update' ...local/share/nvim/lazy/hyper.nvim/lua/hyper/view/init.lua:20: in function <...local/share/nvim/lazy/hyper.nvim/lua/hyper/view/init.lua:15>

Edit: The PR seems to have fixed this!