RasPlex / rasplex-installer

The RasPlex cross-platform GUI installer
99 stars 19 forks source link

Same file downloaded regardless of selected Pi model #51

Open Drelza opened 3 years ago

Drelza commented 3 years ago

When using GetRasplex to download the latest version of Rasplex. The same image is downloaded regardless of whether you select Raspberry Pi or Raspberry Pi2.

I assume that the option for Rasberry Pi2 is suppose to download RasPlex-1.8.0.148-573b6d73-RPi2.arm.img.gz and not RasPlex-1.8.0.148-573b6d73-RPi.arm.img.gz

Download for Pi1 Download for Pi2 ResultingDownloadForEachOption

dalehamel commented 3 years ago

Thank you for the marvelously detailed bug report. I believe I know the cause, and I'll look into a solution

Risca commented 3 years ago

@dalehamel is it server side or installer?

dalehamel commented 3 years ago

@Risca it is server side - the update server kept crashing, so I cached the response in nginx. I need to set up a redirect based on query params to return the correct file for the correct RPi version, but haven't had the time yet.