ORelio / Spotlight-Downloader

Download Windows Spotlight images and apply them to wallpaper or lockscreen.
182 stars 27 forks source link

SpotlightAPI Missing 'batchrsp/items' error (probably to api changes) #21

Closed perdigano closed 3 years ago

perdigano commented 3 years ago

It seems that API endpoint has somehow changed. A manual call to url "https://arc.msn.com/v3/Delivery/Cache?pid=209567&fmt=json" (or with any with additional parameters) obtain this json response:

{
 "batchrsp":
 {
   "ver":"1.0",
   "errors":
   [
    {
      "code":2000,
      "msg":"No ad available. No additional information"
     }
   ],
   "refreshtime":"2021-01-13T13:16:20"
  }
}

In case I discover more information I'll update this message.

Best regards and thanks for this project!

KDVGitHub commented 3 years ago

+1 Same error

ORelio commented 3 years ago

I think I've found the updated URL. Releasing a new build with updated URL.

ORelio commented 3 years ago

Fixed as per release v1.4.4. Thanks for reporting!