mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #416] Analysis Menu API error #170
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#170
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 @Just-Insane on GitHub (Apr 26, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/416
When trying to open the analysis menu (default key "v"), I get an API error:
Notes:
MacOS 10.15.4
Using spotifyd
Installed via Brew - version: v0.18.0
Everything else seems to be working fine.
@Rigellute commented on GitHub (Apr 27, 2020):
Oh good catch. Looks like this the spotify API has recently started returning the
timestampproperty as a string rather thanu64.The fix for this will need to be in
rspotify.@Just-Insane commented on GitHub (Apr 27, 2020):
Awesome, I will open an issue over there then.
For reference: https://github.com/ramsayleung/rspotify/issues/93
@Rigellute commented on GitHub (May 4, 2020):
I created a potential fix in rspotify, but the author correctly suggests the upstream spotify API needs to fix their docs/implementation first https://github.com/ramsayleung/rspotify/pull/94
Whilst we are waiting for a better fix, I can try using my fork of rspotify to fix the audio feature
@Crowly34 commented on GitHub (May 28, 2020):
Hello, 0.19.0 still is failing me, thanks for the great tool btw, loving it!.
MacOS 0.15.5
Installed via Brew (and binary)- version: v0.19.0
@Rigellute commented on GitHub (May 28, 2020):
This is now fixed in master, I will cut a new release shortly.