-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not see Bru file in collection #1877
Comments
Same happened to me. I'm on the last version (v1.12.2) on Kubuntu 22.04.4. I tried installing it by Snap and by .deb file. I can create any collections, and the process of creating request works (as I can see the new requests on the folder); but Bruno cannot see any requests and doesn't open it, it just stays empty. If I try to create a request with the same name as one already created it recognizes it, so I assume that's a problem on the front-end. |
Same with me, cant import or open files with .bru extension |
Hi! I'm curious how I can replicate this issue? |
To be honest, I'm not sure how if it's not a common bug. Maybe it's easy to share some logs? In a fresh instalation (both Snap & .deb installation on Kubuntu) create a new collection. After that, create a new request. The request won't be opened on the app and won't be shown on the collection list at the sidebar; but the file will be created on the folder on the device. Same for importing collections: the Requests won't be shown after importing even when they exists on the folder. |
Guys, as I'm new to Bruno, my problem was very simple to solve with some knowledge of the tool. All i had to do was add the "bruno.json" file to be able to import the .bru files into bruno. |
Solved using HTTPie: |
It's not a solution to use a rival app, you know. :P Needless to say, the bug has fixed miraculously for me. I tried reinstalling, rebooting the system, anything... But today has started working without any change. That's strange, and this will be a bug pretty difficult to find if anything. |
Just installed Bruno to try it and have the same problem. I am also on Kubuntu 22.04 |
I may have found the problem, for me when I opened through terminal it was throwing a lot of: So I just did: |
This was actually my first experience with Bruno. It saddened me beyond measure and almost made me drop Bruno. Fortunately for me, I persevered, opened Bruno with the terminal, and found the same logs. Ultimately, the problem lies in the system settings (Ubuntu here), but Bruno could communicate it better in UI. As described here, adding this to
|
Now listens to the error event to check if "ENOSPC" occurrs. The watcher will then automaticly restart in polling mode, so that the user still sees his reqeusts / collections. Fixes: usebruno#1877
Now listens to the error event to check if "ENOSPC" occurrs. The watcher will then automaticly restart in polling mode, so that the user still sees his reqeusts / collections. Fixes: usebruno#1877
* fix: Handle ENOSPC error from chokidar Now listens to the error event to check if "ENOSPC" occurrs. The watcher will then automaticly restart in polling mode, so that the user still sees his reqeusts / collections. Fixes: #1877 * Add more code comments, add !forcePolling to prevent endless loops and update error message
* fix: Handle ENOSPC error from chokidar Now listens to the error event to check if "ENOSPC" occurrs. The watcher will then automaticly restart in polling mode, so that the user still sees his reqeusts / collections. Fixes: #1877 * Add more code comments, add !forcePolling to prevent endless loops and update error message * fix: Also listen for EMFILE for too many watched files
Same problem or me, with Bruno 1.33 (AppImage): When I start Bruno, collections are listed on the left side, but sometimes empty. The only way to fix this is closing the collections and reopening them again. On the command line, there are no inotify errors, as I have the recommended settings already. |
[I have same issue, it because I import collection from postman export before is: "laporan id" and "kelompok pertanyaan id" and after that I change to "laporan_id" and "kelompok_pertanyaan_id" (replace space with underscore) you can change it from location with file with extension .bru after that close and re open the bruno app |
I can confirm it fixed the issue for me as well |
On windows how does one do that? |
EDIT: again when opening Bruno no saved requests of my collection are loaded. LOG
Opening and closing the app seems to make re-appear the requests I think this issue must be re-open |
Even afetr adding new file, its not showing under collection in Bruno aap
The text was updated successfully, but these errors were encountered: