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
66 stars 12 forks source link

Fail! File was not retrieved! Error: None #101

Closed desq42 closed 7 months ago

desq42 commented 7 months ago

Hello.

pi@zero2:~/ePiframe $ ./ePiframe.py --test-display ePiframe - e-Paper Raspberry Pi Photo Frame 2024-02-17 17:15:37 : Verifying configuration... 2024-02-17 17:15:37 : OK! 2024-02-17 17:15:37 : Sending to display... 2024-02-17 17:15:47 : Done in 00:00:11

Works fine.

Name: 0, dtype: object 2024-02-17 17:13:12 : Getting next photo... 2024-02-17 17:13:12 : Fail! File was not retrieved! Error: None 2024-02-17 17:13:12 : Retrying with the new photo... 2024-02-17 17:13:12 : Photo to show: id images/IMG_4802.jpg creationTime 2024-02-17 15:37:03+00:00 source Local Name: 0, dtype: object 2024-02-17 17:13:12 : Getting next photo... 2024-02-17 17:13:13 : Fail! File was not retrieved! Error: None 2024-02-17 17:13:13 : Retrying with the new photo... 2024-02-17 17:13:13 : Photo to show: id images/IMG_4802.jpg creationTime 2024-02-17 15:37:03+00:00 source Local Name: 0, dtype: object 2024-02-17 17:13:13 : Getting next photo... 2024-02-17 17:13:13 : Fail! File was not retrieved! Error: None 2024-02-17 17:13:13 : Done in 00:00:01

Any Ideas?

Thank you.

MikeGawi commented 7 months ago

Thanks for reporting this issue! Please check this fix #102 (just change the line and restart the service with sudo systemctl restart ePiframe.service) and please let me know if it helped. Thanks!

desq42 commented 7 months ago

Worked like a charm.

Thank you!