Sorrow446 / MUR_Go

Go port of my Marvel Unlimited comic downloader. Marvel Universe Ripper.
9 stars 2 forks source link

Failed to get comic metadata #3

Open Ju1810 opened 2 years ago

Ju1810 commented 2 years ago

Some comics can't be downloaded, MUR_Go display the following error: Failed to get comic metadata. json: cannot unmarshal array into Go struct field .data.results.issue_meta.purchase_data of type struct { DigitalPrice float64 "json:\"digital_price\""; StoreURLMobile string "json:\"store_url_mobile\"" }

somekrank23 commented 1 year ago

Comics that get this error are the ones that (for some reason) have the price missing on Marvel Unlimited's database. I have added a modification to the Structs.go file that fixes this issue.