You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly, using bw serve, fetching items hangs with no output.
$ curl -v localhost:8087/list/object/items
* Host localhost:8087 was resolved.
* IPv6: ::1
* IPv4: 127.0.0.1
* Trying [::1]:8087...
* connect to ::1 port 8087 from ::1 port 54107 failed: Connection refused
* Trying 127.0.0.1:8087...
* Connected to localhost (127.0.0.1) port 8087
> GET /list/object/items HTTP/1.1
> Host: localhost:8087
> User-Agent: curl/8.7.1
> Accept: */*
>
* Request completely sent off
Additional Context
The same problem happens with bw list collections. bw list folders and bw list organizations work as expected.
Operating System
macOS
Operating System Version
Sonoma 14.5 Beta (23F5059e)
Shell
Bash
Build Version
2024.3.1
Issue Tracking Info
I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
The text was updated successfully, but these errors were encountered:
Thank you for following up on this. Did you encounter this again after rebooting the machine? If you did, please let me know; If not, please feel free to close this GitHub report as not planned.
Steps To Reproduce
bw list items
Expected Result
I should get a list of the 516 items in my vault.
Actual Result
Nothing is shown.
Screenshots or Videos
Similarly, using
bw serve
, fetching items hangs with no output.$ curl -v localhost:8087/list/object/items
Additional Context
The same problem happens with
bw list collections
.bw list folders
andbw list organizations
work as expected.Operating System
macOS
Operating System Version
Sonoma 14.5 Beta (23F5059e)
Shell
Bash
Build Version
2024.3.1
Issue Tracking Info
The text was updated successfully, but these errors were encountered: