MikeGawi / ePiframe

ePiframe is an e-Paper (or HDMI, Composite display) Raspberry Pi Photo Frame with Google Photos and more
GNU General Public License v3.0
63 stars 10 forks source link

The script will fail if the photo cannot be downloaded #94

Closed MikeGawi closed 6 months ago

MikeGawi commented 6 months ago

Currently, the script will fail without retrying if the selected photo cannot be downloaded. The solution should select a different photo and try again, and should do this at least once again if that photo also fails.

MikeGawi commented 6 months ago

Fixed in #95