Yooooomi / your_spotify

Self hosted Spotify tracking dashboard
GNU General Public License v3.0
3.02k stars 122 forks source link

Imports fail for account data and streaming history #329

Closed javier-cr closed 5 months ago

javier-cr commented 9 months ago

Hi! A big thank you for developing this project. I am new to it and am super impressed by what you have built.

Describe the bug

When I try importing account data or streaming history, the import usually fails. One file has succeeded (less than 1MB), but the other ones (~10.5MB and 1MB) have all failed.

I've enabled debug logging on the container, but don't see any related errors get logged when the import fails. However, in the browser I see:

Error is:

Screenshot 2024-01-03 at 12 07 35 PM

Expected behavior

The upload would normally succeed.

Additional context

Just to note, I am using LinuxServer's container version of this project (latest version 1.7.3).

Screenshots

(above)

Shared link

Yooooomi commented 9 months ago

Hello, You might encounter a Payload too large issue. Their nginx does not support over 10mo files. Please file an issue on their repo as I think it is not related with my implementation.

Serpensin commented 7 months ago

Hello, You might encounter a Payload too large issue. Their nginx does not support over 10mo files. Please file an issue on their repo as I think it is not related with my implementation.

I have the same issue with your compose file. I can't import anything (account data), no matter, how big the file is. (Extended history works.) It tells me, that "Everything looks fine for the import to work", but I then only get 400 codes. I copied the whole part as HAR, which I put on pastebin, because I don't wanted to spam the comments here.

KotletJB commented 7 months ago

the same problem code 400

KotletJB commented 7 months ago

image

javier-cr commented 5 months ago

Hi @Yooooomi A while back I switched over to the native your_spotify images (versus the linuxserver ones I had been using). I did still see the issue using the these images as well.

However I've recently tried this again in v.1.10.1 and everything now seems to be OK (i.e. the uploads now complete successfully), which is awesome to see. I did notice that the upload progress indicator does not update unless the page is refreshed, but that's unrelated :)

At least for my particular issue, I think this is resolved. Thank you!