Figure out why lastfm/pylast drops now playing data too early #1
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Priority
Zero
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Firepup650/FireBot#1
Loading…
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?
I currently only have a band-aid on this fix, which ignores if the track is missing once. There are still false positives on the track not playing though.
The band-aid:
https://git.h.hackclub.app/Firepup650/FireBot/src/branch/master/timers.py#L96-L98
Too lazy to deal with this, current solution is to just buffer if we know it's working, one notch per 10 seconds, 100s to max out the buffer, which is 10s long at max.
Also this might not be lastfm's fault, some stuff I've read suggests it might be Spotify's fault.