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
Describe the bug
it's just that the share function doesn't work, it doesn't copy anything to the clipboard, even if I do 'x', 'Shift+x', 'o' and then share, no way works.
Expected behavior
that the share function works. that it copies the link of either the song or the album to the clipboard
System (please complete the following information):
OS: Linux, Fedora 41
Terminal: gnome-terminal, alacritty (i tested in both)
Backtrace/Debug log
[2024-12-24][17:26:40] [rustls::client::hs] [DEBUG] Using ciphersuite TLS13_AES_256_GCM_SHA384
[2024-12-24][17:26:40] [rustls::client::tls13] [DEBUG] Resuming using PSK
[2024-12-24][17:26:40] [rustls::conn] [TRACE] Dropping CCS
[2024-12-24][17:26:40] [rustls::client::tls13] [DEBUG] TLS1.3 encrypted extensions: [ServerNameAck, Unknown(UnknownExtension { typ: EllipticCurves, payload: 00040017001d }), Protocols([ProtocolName(687474702f312e31)])]
[2024-12-24][17:26:40] [rustls::client::hs] [DEBUG] ALPN protocol is Some(b"http/1.1")
[2024-12-24][17:26:40] [arboard::platform::linux::x11] [TRACE] Started serve requests thread.
[2024-12-24][17:26:40] [arboard::platform::linux::x11] [TRACE] Sending the data to the clipboard manager
[2024-12-24][17:26:40] [arboard::platform::linux::x11] [TRACE] The clipboard manager indicated that it's done requesting the contents from us.
[2024-12-24][17:26:40] [arboard::platform::linux::x11] [TRACE] SelectionRequest - selection is: CLIPBOARD, target is TARGETS
[2024-12-24][17:26:40] [arboard::platform::linux::x11] [TRACE] Handling TARGETS, dst property is GDK_SELECTION
[2024-12-24][17:26:40] [arboard::platform::linux::x11] [WARN] Could not hand the clipboard contents over to the clipboard manager. The request timed out.
[2024-12-24][17:26:40] [arboard::platform::linux::x11] [TRACE] Clipboard server window is being destroyed x_x
[2024-12-24][17:26:41] [librespot_audio::fetch::receive] [TRACE] Throughput now estimated as: 865 kbps
[2024-12-24][17:26:41] [librespot_audio::fetch::receive] [TRACE] Time to first byte now estimated as: 22 ms
[2024-12-24][17:26:41] [arboard::platform::linux::x11] [TRACE] Started serve requests thread.
[2024-12-24][17:26:41] [arboard::platform::linux::x11] [TRACE] Sending the data to the clipboard manager
[2024-12-24][17:26:41] [arboard::platform::linux::x11] [TRACE] The clipboard manager indicated that it's done requesting the contents from us.
[2024-12-24][17:26:41] [arboard::platform::linux::x11] [TRACE] SelectionRequest - selection is: CLIPBOARD, target is TARGETS
[2024-12-24][17:26:41] [arboard::platform::linux::x11] [TRACE] Handling TARGETS, dst property is GDK_SELECTION
[2024-12-24][17:26:41] [arboard::platform::linux::x11] [WARN] Could not hand the clipboard contents over to the clipboard manager. The request timed out.
[2024-12-24][17:26:41] [arboard::platform::linux::x11] [TRACE] Clipboard server window is being destroyed x_x
[2024-12-24][17:26:41] [ncspot::spotify_api] [DEBUG] fetching album 5quMTd5zeI9yW5UDua8wS4
[2024-12-24][17:26:41] [rspotify_http::ureq] [INFO] Making request Request(GET https://api.spotify.com/v1/albums/5quMTd5zeI9yW5UDua8wS4, [authorization: Bearer BQALkyBcYnRdbI2wyJmfGvEE4aprjW_oeGldKM4rejnrQkxYXK_sTMVzhsUqzqXle6i0CRzV02YBFYn52nsPD03CzNllMCCMObq3lPPSAQlyWAD_zA5r5oaXp3_u-QBy8gcPnKx4WX6K3mtOnc50ep-rTUiiGSr5-JPDYAmDn1H_VjZlTPaUDT2o9nyUFIoexLNvBl1IaXexchOO3hOgARBY1tmojpxNGSVjRFrfMvG2ogeV11uJDI_mt7gVX5bxfKI-Dgdo_OPUGKCuQExl_u2QLIT1PESEGGZvPSfPrg0Y9wPnHhpx4MplaP1sNNYytAGWLlB_C8gxxcyflp5q88zbzK96SoAk2P9tCei2-SVQW-6L8pEle9sQzFQD])
[2024-12-24][17:26:41] [ureq::pool] [DEBUG] pulling stream from pool: https|api.spotify.com|443 -> Stream(SslStream { stream: TcpStream { addr: 192.168.0.104:40094, peer: 35.186.224.24:443, fd: 22 }, ssl: Ssl { state: "SSL negotiation finished successfully", verify_result: X509VerifyResult { code: 0, error: "ok" } } })
[2024-12-24][17:26:41] [ureq::unit] [DEBUG] sending request (reused connection) GET https://api.spotify.com/v1/albums/5quMTd5zeI9yW5UDua8wS4?market=from_token
[2024-12-24][17:26:41] [ureq::unit] [DEBUG] writing prelude: GET /v1/albums/5quMTd5zeI9yW5UDua8wS4?market=from_token HTTP/1.1
Additional context
I'm using i3wm in fedora, i have xclip, xsel, and all the required dependencies for ncspot.
the build process didn't give me any warnings or errors.
The text was updated successfully, but these errors were encountered:
Describe the bug
it's just that the share function doesn't work, it doesn't copy anything to the clipboard, even if I do 'x', 'Shift+x', 'o' and then share, no way works.
Expected behavior
that the share function works. that it copies the link of either the song or the album to the clipboard
System (please complete the following information):
i used cargo:
Backtrace/Debug log
[2024-12-24][17:26:40] [rustls::client::hs] [DEBUG] Using ciphersuite TLS13_AES_256_GCM_SHA384
[2024-12-24][17:26:40] [rustls::client::tls13] [DEBUG] Resuming using PSK
[2024-12-24][17:26:40] [rustls::conn] [TRACE] Dropping CCS
[2024-12-24][17:26:40] [rustls::client::tls13] [DEBUG] TLS1.3 encrypted extensions: [ServerNameAck, Unknown(UnknownExtension { typ: EllipticCurves, payload: 00040017001d }), Protocols([ProtocolName(687474702f312e31)])]
[2024-12-24][17:26:40] [rustls::client::hs] [DEBUG] ALPN protocol is Some(b"http/1.1")
[2024-12-24][17:26:40] [arboard::platform::linux::x11] [TRACE] Started serve requests thread.
[2024-12-24][17:26:40] [arboard::platform::linux::x11] [TRACE] Sending the data to the clipboard manager
[2024-12-24][17:26:40] [arboard::platform::linux::x11] [TRACE] The clipboard manager indicated that it's done requesting the contents from us.
[2024-12-24][17:26:40] [arboard::platform::linux::x11] [TRACE] SelectionRequest - selection is: CLIPBOARD, target is TARGETS
[2024-12-24][17:26:40] [arboard::platform::linux::x11] [TRACE] Handling TARGETS, dst property is GDK_SELECTION
[2024-12-24][17:26:40] [arboard::platform::linux::x11] [WARN] Could not hand the clipboard contents over to the clipboard manager. The request timed out.
[2024-12-24][17:26:40] [arboard::platform::linux::x11] [TRACE] Clipboard server window is being destroyed x_x
[2024-12-24][17:26:41] [librespot_audio::fetch::receive] [TRACE] Throughput now estimated as: 865 kbps
[2024-12-24][17:26:41] [librespot_audio::fetch::receive] [TRACE] Time to first byte now estimated as: 22 ms
[2024-12-24][17:26:41] [arboard::platform::linux::x11] [TRACE] Started serve requests thread.
[2024-12-24][17:26:41] [arboard::platform::linux::x11] [TRACE] Sending the data to the clipboard manager
[2024-12-24][17:26:41] [arboard::platform::linux::x11] [TRACE] The clipboard manager indicated that it's done requesting the contents from us.
[2024-12-24][17:26:41] [arboard::platform::linux::x11] [TRACE] SelectionRequest - selection is: CLIPBOARD, target is TARGETS
[2024-12-24][17:26:41] [arboard::platform::linux::x11] [TRACE] Handling TARGETS, dst property is GDK_SELECTION
[2024-12-24][17:26:41] [arboard::platform::linux::x11] [WARN] Could not hand the clipboard contents over to the clipboard manager. The request timed out.
[2024-12-24][17:26:41] [arboard::platform::linux::x11] [TRACE] Clipboard server window is being destroyed x_x
[2024-12-24][17:26:41] [ncspot::spotify_api] [DEBUG] fetching album 5quMTd5zeI9yW5UDua8wS4
[2024-12-24][17:26:41] [rspotify_http::ureq] [INFO] Making request Request(GET https://api.spotify.com/v1/albums/5quMTd5zeI9yW5UDua8wS4, [authorization: Bearer BQALkyBcYnRdbI2wyJmfGvEE4aprjW_oeGldKM4rejnrQkxYXK_sTMVzhsUqzqXle6i0CRzV02YBFYn52nsPD03CzNllMCCMObq3lPPSAQlyWAD_zA5r5oaXp3_u-QBy8gcPnKx4WX6K3mtOnc50ep-rTUiiGSr5-JPDYAmDn1H_VjZlTPaUDT2o9nyUFIoexLNvBl1IaXexchOO3hOgARBY1tmojpxNGSVjRFrfMvG2ogeV11uJDI_mt7gVX5bxfKI-Dgdo_OPUGKCuQExl_u2QLIT1PESEGGZvPSfPrg0Y9wPnHhpx4MplaP1sNNYytAGWLlB_C8gxxcyflp5q88zbzK96SoAk2P9tCei2-SVQW-6L8pEle9sQzFQD])
[2024-12-24][17:26:41] [ureq::pool] [DEBUG] pulling stream from pool: https|api.spotify.com|443 -> Stream(SslStream { stream: TcpStream { addr: 192.168.0.104:40094, peer: 35.186.224.24:443, fd: 22 }, ssl: Ssl { state: "SSL negotiation finished successfully", verify_result: X509VerifyResult { code: 0, error: "ok" } } })
[2024-12-24][17:26:41] [ureq::unit] [DEBUG] sending request (reused connection) GET https://api.spotify.com/v1/albums/5quMTd5zeI9yW5UDua8wS4?market=from_token
[2024-12-24][17:26:41] [ureq::unit] [DEBUG] writing prelude: GET /v1/albums/5quMTd5zeI9yW5UDua8wS4?market=from_token HTTP/1.1
Additional context
I'm using i3wm in fedora, i have xclip, xsel, and all the required dependencies for ncspot.
the build process didn't give me any warnings or errors.
The text was updated successfully, but these errors were encountered: