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
I am copying this graph from freelawproject/courtlistener#440 which shows that for the same duration, we get different file sizes when querying the actual bucket (and checking the length of the downloaded bytes)
Another more colorful graph that takes the year from the date_created shows that the problem is from late 2019 to the present
Examples of wrong and correct durations:
one created in 2023 with duration 3028 (3028/60=50.46), but lasts 58:46 on the audio player
a correct one created in 2014 with duration 3029 that lasts 50:25 on the audio player (which roughly matches 3029/60 = 50.48)
one created in 2023 with duration 2000 (2000/60=33.33) but lasts 38:49 on the audio player.
a correct one created in 2014 with duration 2001 that lasts 33:18 minutes in the audio player
Delightful. I wonder what happened in late 2019? Maybe a new version of eyed3? Hm. I'm not sure I really care about this being wrong, because it doesn't really affect much, but it would be nice if it were more accurate.
I am copying this graph from freelawproject/courtlistener#440 which shows that for the same duration, we get different file sizes when querying the actual bucket (and checking the length of the downloaded bytes)
Another more colorful graph that takes the year from the date_created shows that the problem is from late 2019 to the present
Examples of wrong and correct durations:
one created in 2023 with duration 3028 (3028/60=50.46), but lasts 58:46 on the audio player
a correct one created in 2014 with duration 3029 that lasts 50:25 on the audio player (which roughly matches 3029/60 = 50.48)
one created in 2023 with duration 2000 (2000/60=33.33) but lasts 38:49 on the audio player.
a correct one created in 2014 with duration 2001 that lasts 33:18 minutes in the audio player
Code that needs correcting:
doctor/doctor/views.py
Line 354 in 4009f00
The text was updated successfully, but these errors were encountered: