-
Beta Was this translation helpful? Give feedback.
Replies: 23 comments
-
Did you run
And after that in the file you're at There is an automatic way of doing it like this: https://kulala.mwco.app/#/requirements?id=optional-requirements |
Beta Was this translation helpful? Give feedback.
-
You're right, thanks! I skipped the requirements section in the docs, hoping to find the full procedure in the Install section, my bad. |
Beta Was this translation helpful? Give feedback.
-
It is indeed correct. Can you share your config with me and obfuscate sensitive information? |
Beta Was this translation helpful? Give feedback.
-
By config, I mean the http file and the .env filw |
Beta Was this translation helpful? Give feedback.
-
Sure, the .env file is as simple as this:
I first tried this kind of http file:
It seems to make the call but I don't understand which values are being used, is there a way to get the full call detail? |
Beta Was this translation helpful? Give feedback.
-
Yes, set debug = true in the options table in the kulala.setup function. The request will be stored in your data dir in nvim/tmp/kulala/request.txt On my machine it points to $HOME/.local/share/nvim/tmp/kulala/request.txt |
Beta Was this translation helpful? Give feedback.
-
By looking at the request.txt it seems that only the {{USERNAME}} variable was replaced, the other ones are still displayed as placeholders, |
Beta Was this translation helpful? Give feedback.
-
Will take a look when I'm back home. Will take about 3hrs I guess. |
Beta Was this translation helpful? Give feedback.
-
I published POST https://httpbin.org/post HTTP/1.1
content-type: application/json
accept: application/json
{
"username": "{{USERNAME}}",
"password": "{{PASSWORD}}"
} dotenv USERNAME=gorillamoe
PASSWORD=xxxxxxxxxxxxxxx=yyyyy1
|
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks |
Beta Was this translation helpful? Give feedback.
-
did you call |
Beta Was this translation helpful? Give feedback.
-
Yes, my actual Lazy config is:
|
Beta Was this translation helpful? Give feedback.
-
Perfect, thanks, can you try |
Beta Was this translation helpful? Give feedback.
-
It gives me the same error... :( |
Beta Was this translation helpful? Give feedback.
-
Aaaah, I think the Can you try removing it? If I add the verbose flag in my setup, I get like 3mio errors 🙈 |
Beta Was this translation helpful? Give feedback.
-
I left setup() with no parameters but the error still perists.. |
Beta Was this translation helpful? Give feedback.
-
Your |
Beta Was this translation helpful? Give feedback.
-
The command says 1.6.2 and my version is 0.10.0, |
Beta Was this translation helpful? Give feedback.
-
I'm running out of ideas, can you try v2.0.1 and see if it works? |
Beta Was this translation helpful? Give feedback.
-
Hi, sorry for the late response, still have the same error with 2.3.0... I'll try rewriting my tests.. |
Beta Was this translation helpful? Give feedback.
-
Can you try the companion tool https://github.com/mistweaverco/kulala-fmt Maybe this helps 🤷🏾 |
Beta Was this translation helpful? Give feedback.
-
Any updates here? |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
Hi,
I'm really sorry for the delay but I did not have the possibility to test until today.
It looks like with the latest version the call now works, so thank you!
Frank