Open kalimbra opened 8 months ago
Same with all .bru file. My bruno can't show any request. I tried to reinstall and upgrade, with no success. No request come back
Ubuntu 22.04.4 LTS Bruno 1.9.0 and 1.10.0
Luckily I just "loose" one of my last queries. Will do a backup this evening in case one or more is missing tomorrow.
All the .bru files remain in the filesystem. But Bruno don't display them, and I can watch them on another computer with Bruno. The .bru files are not corrupted. There is no error in the console.
A reboot is enough to solve the problem
Had the same issue in Ubuntu 22.04.4 and Bruno 1.18.0. I can confirm that rebooting solves the problem. Thanks!
Same issue. Reboot does not help.
Hey @a-potap, could you please let me know which OS and version of Bruno you are using? Also, if possible, could you share the .bru
file?
I have the same problem. The issue with me was that files edited with another editor were disappearing from Bruno. Turns out that the external editor saved the files as UTF-8 with BOM. Removing the byte order mark makes Bruno see the file again.
In my case, it was a space in a Vars name that was rendering the file unreadable. I got an error message in Bruno saying variable names cannot have spaces, but it seams it still created the variable. I removed the space (From uploaded by:
to uploadedby:
and the file was readable again in Bruno.No reboot needed, just closed reopened it.
macOS 14.6.1 - Bruno 1.25.0
Edit: I took the OP code and try to find if I was able to replicate the issue and it was not showing up on my setup as well. In their code the issue is the csr:
variable having more than one line of text. Every time I reduced the certificate line to only one line, the file was readable again.
I have the same issue here. In my case I edited the .bru file externally. I figured out two reason for a .bru file not showing up in the Bruno UI:
docs {
}
This is a show stopper: There exists some .bru files within a collection but Bruno reject loading/displaying them silently. My expectation is that Bruno shows some message, when switching to a collection. Such messages must list all the filenames of not loaded files containing same errors. Based on the list of files containing errors I can try to change these files by using an external editor.
Same issue here -- I lost track of an endpoint as I was organizing endpoints into folder - it becaame "undefined"
Then I got a back up .bru file and added it to the folder but restarting Bruno doesn't make the file reappear in the folder or anywhere. Restarting the app didn't help either.
Windows app v 1.33.0
I had the same issue because I imported a collection from a Postman export. In the path parameters, some parameter names contained spaces.
Previously, the parameters were named "laporan id" and "kelompok pertanyaan id". I changed them to "laporan_id" and "kelompok_pertanyaan_id" (replacing spaces with underscores), and the issue was resolved.
You can modify the parameters by editing the file with the .bru extension.
After making the changes, close and reopen the Bruno app.
When I opened bruno, a script I created lately didn't show. When I look in files, the file (CreateCertif.bru) is present, but not displayed.
I tried to create an "empty" query , and copy paste the content of the "ghost" one in this new script (all the parts after the "meta" part) and next run of Bruno, the new script was missing too.
Do not know if it can help, here is the content of the .bru files.
I run bruno v1.6.1 on Description: Ubuntu 20.04.6 LTS