mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #382] [Windows] "Failed to fill whole buffer" when trying to sign in #257
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#257
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @StoppingBuck on GitHub (Apr 4, 2023).
Original GitHub issue: https://github.com/jpochyla/psst/issues/382
Describe the bug
When trying to log in, the app displays "Failed to fill whole buffer". Nothing else happens
Screenshots

Environment
@StoppingBuck commented on GitHub (Apr 4, 2023):
It is worth mentioning that Windows SmartScreen tried blocking the .exe from being run, and I had to manually select "Run Anyway"
@StoppingBuck commented on GitHub (Apr 4, 2023):
Lol, I just realized that I forgot to fill out Username and Password. Maybe a more coherent error message would be preferrable?
Also, password should arguably not be displayed in cleartext.
@oleggtro commented on GitHub (Apr 13, 2023):
Hiding the password/using a protected textbox is not possible as of now, as druid (the GUI framework we use) doesn't support it. There was some discussion around it (and even some first attempts at implementing, see linebender/druid#1839, linebender/druid#1114 and linebender/druid#2105), but I don't think it's worth it to invest the time as druid is discontinued.
However, I've fixed the broken error message in #386