mirror of
https://github.com/DevLARLEY/spotify-oggmp4-dl.git
synced 2026-04-26 22:05:55 +03:00
[GH-ISSUE #8] [ERROR]: 'track_title' is not available #7
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-oggmp4-dl#7
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 @M05QU170 on GitHub (Feb 19, 2026).
Original GitHub issue: https://github.com/DevLARLEY/spotify-oggmp4-dl/issues/8
Hello guys, I'm getting this error [ERROR]: 'track_title' is not available. Does it mean, it's completely broken? Tried different cdms, it's all same.
@DevLARLEY commented on GitHub (Feb 20, 2026):
I currently don't have an API to obtain track metadata.
The web client uses websockets (it somehow receives the data it needs without every sending a request) and the Android app uses some convoluted protobuf protocol (either custom or something like gRPC)
@M05QU170 commented on GitHub (Feb 20, 2026):
Check project pyspodl