ncspot crashes after connecting spotify account
The ncspot 1.3.1 flatpak crashes immediately after ctrl+clicking the link the terminal displays to connect your Spotify account. On subsequent attempts to open the app, it crashes before displaying anything.
Steps to reproduce the behavior:
- Download flatpak from Bazaar
- When ncspot prompts you to follow a link to Spotify, ctrl+click it to open in Firefox.
- Use Firefox to complete the prompt & confirm your choice. The screen should display something like "you can go back to your terminal."
- At this point, the terminal should have automatically closed. On subsequent attempts to launch ncspot from the flatpak, the terminal will open and close immediately after.
The expected behavior is for ncspot to display information after connecting a Spotify account with the link.
- OS: Bluefin (Version: gts-41.20251012)
- Terminal: Ptyxis 47.13
- Version: 1.3.1
- Installed from: flatpak
- Spotify Premium: No
i was unable to get a Backtrace/Debug log
I installed ncspot from the releases page and tried to get it to spit out a debug log for about a half hour, but I could not. I could not compile it, either, because Bluefin is immutable. Backtraces are not located in the folder specified by USER_CACHE_PATH /var/home/bvltx/.cache/ncspot.
I tried using lldb with the github release and this is what i got:
(lldb) process attach --pid 11541
Process 11541 stopped
* thread #1, name = 'bash', stop reason = signal SIGSTOP
frame #0: 0x00007fd7a2dbb35c libc.so.6`pselect + 92
libc.so.6`pselect:
-> 0x7fd7a2dbb35c <+92>: cmpq $-0x1000, %rax ; imm = 0xF000
0x7fd7a2dbb362 <+98>: ja 0x7fd7a2dbb3d0 ; <+208>
0x7fd7a2dbb364 <+100>: movq -0x18(%rbp), %rdx
0x7fd7a2dbb368 <+104>: subq %fs:0x28, %rdx
Executable module set to "/usr/bin/bash".
Architecture set to: x86_64-unknown-linux-gnu.
I don't think I'm using it correctly. If someone could guide me in the right direction, I'd appreciate it.
+1