Exception on rendering site page if image not found on filesystem #894

Closed
opened 2025-12-29 16:26:47 +01:00 by adam · 0 comments
Owner

Originally created by @olfway on GitHub (Apr 28, 2017).

Issue type: bug report

Python version: 2.7.13
NetBox version: v2.0-beta3-1-gb8b912b

  1. attach image to site
  2. remove image from /media/image-attachments/ directory

You will get exception when you will try to open site page:

In template /opt/netbox/templates/inc/image_attachments.html, error at line 15
<td>{{ attachment.image.size|filesizeformat }}</td>
...
OSError: [Errno 2] No such file or directory: '/opt/netbox/media/image-attachments/site_1_netbox_Uzu3qPE.png'
Originally created by @olfway on GitHub (Apr 28, 2017). ### Issue type: bug report **Python version:** 2.7.13 **NetBox version:** v2.0-beta3-1-gb8b912b 1. attach image to site 2. remove image from /media/image-attachments/ directory You will get exception when you will try to open site page: ```Error during template rendering In template /opt/netbox/templates/inc/image_attachments.html, error at line 15 <td>{{ attachment.image.size|filesizeformat }}</td> ... OSError: [Errno 2] No such file or directory: '/opt/netbox/media/image-attachments/site_1_netbox_Uzu3qPE.png' ```
adam closed this issue 2025-12-29 16:26:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#894