Jeremy Cheng
Jeremy Cheng
Unlike the previous indicated error, I failed at [Adding movies.json](https://www.meilisearch.com/docs/learn/getting_started/quick_start#add-documents) ```pwsh curl -X POST 'http://localhost:7700/indexes/movies/documents?primaryKey=id' -H 'Content-Type: application/json' -H 'Authorization: Bearer aSampleMasterKey' --data-binary movies.json {"message":"The `json` payload provided is malformed....
> that's because you forgot the `@` before `movies.json` > > ```shell > curl \ > -X POST 'http://localhost:7700/indexes/movies/documents?primaryKey=id' \ > -H 'Content-Type: application/json' \ > -H 'Authorization: Bearer aSampleMasterKey'...
I tried to reproduce this by creating a test user but can't even complete the `br` function install prerequisite. I wonder what should I do besides having a space in...
> can you try the product compiled on my local machine? > > [broot.zip](https://github.com/lost22git/broot/files/13329023/broot.zip) > > 1. Remove the original broot > > 2. Add the newly downloaded broot.exe path...
> @Elkiwa > > You can check whether these two files exist and whether their contents are normal > > * C:\Users{username}\AppData\Roaming\dystroy\broot\config\launcher\powershell\br.ps1 > > * C:\Users{username}\Documents\WindowsPowerShell\Profile.ps1 > > Thank you....
@lost22git Here comes the result. ```PowerShell PS C:\Users\test use> cat broot.log 00:55:56.454 [INFO] cli_log::init: Starting broot v1.27.1-dev with log level DEBUG 00:55:56.454 [DEBUG] broot: env::args(): [ "C:\\Users\\test use\\broot\\broot.exe", "--install", ]...
> [broot.zip](https://github.com/Canop/broot/files/13402005/broot.zip) > > I upgraded broot's directories-rs to the latest version. This is the new compiled product. you can try it @lost22git Unfortunately, nothing changed in the debug log,...
@pandu-k Thank you for writing clear instructions. May I grab this issue?