mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #611] Client crashes from last.fm API key input box #358
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#358
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 @shenso on GitHub (May 15, 2025).
Original GitHub issue: https://github.com/jpochyla/psst/issues/611
Describe the bug
The program crashes when I paste a last.fm API key into the corresponding input box, and then move my cursor within that box. Pasted text is also not displayed. I could see that being intentional for the secret key, but it's the case for both
To Reproduce
Steps to reproduce the behavior.
issues?q=is%3Aissue state%3Aopen lastfmExpected behavior
A clear and concise description of what you expected to happen.
The program should probably display the text, and move/change the text displayed when you move the cursor.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
Add any other context about the problem here.
Output to /dev/stderr:
@SO9010 commented on GitHub (May 18, 2025):
@marcfusch could you tackle this as you add this feature? I this could be an easy fix, I think we just need to limit the amount of text parsed through.