nardost / disney-photo-pass

This is an attempt to engineer Disney's PhotoPass system from scratch.
1 stars 0 forks source link

404 Response Even when Resource is Present #13

Open nardost opened 3 years ago

nardost commented 3 years ago

The error handling mechanism switchIfEmpty is always being invoked even when the producer is not empty. Find out why... This happens in DisneyMediaRequestHandler::getImage and DisneyMediaRequestHandler::saveImage