ysfchn / SamFetch

A web API to download Samsung firmware easily without headers, authorization or anything that you don't want.
GNU Affero General Public License v3.0
46 stars 17 forks source link

/latest returns 500 Server error #13

Open MaKraMc opened 10 months ago

MaKraMc commented 10 months ago

I can successufully get details about firmware for my model and region by using: /DBT/SM-R895F/list But when trying to fetch details about the latest firmware I get a server error: /DBT/SM-R895F/latest

{"description":"Internal Server Error","status":500,"message":"The server encountered an internal error and cannot complete your request."}

Downloading does not work aswell: /DBT/SM-R895F/latest/download

Even when trying to access the firmware using the correct path (got it from my browsing history) i still get Server error 500.

So I guess something changed on Samsungs backend?

ysfchn commented 10 months ago

Unfortunately yes. According to what I see from other Samsung firmware downloaders, Samsung backend now requires a valid IMEI of the model to download the firmware, which is not suitable for most people's case. I can add a IMEI field for requests, but I'm not sure if it still makes sense to use the tool anymore.

I updated the README which includes a link for more information.