Error deleting photo - see console #488

Closed
opened 2026-02-04 20:48:41 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @droidus on GitHub (Dec 18, 2022).

Upon attempting to delete a photo from the web desktop, I get this error message: Error deleting this asset, check console for more details. I am running server version v1.38.2. I deployed the non-production method. Where is the Console located?

Originally created by @droidus on GitHub (Dec 18, 2022). Upon attempting to delete a photo from the web desktop, I get this error message: Error deleting this asset, check console for more details. I am running server version v1.38.2. I deployed the non-production method. Where is the Console located?
Author
Owner

@alextran1502 commented on GitHub (Dec 18, 2022):

Non production method meaning running directly from the main branch, correct?

Console here is the web console. You can access it by pressing F12 and click on the console tab

@alextran1502 commented on GitHub (Dec 18, 2022): Non production method meaning running directly from the main branch, correct? Console here is the web console. You can access it by pressing F12 and click on the console tab
Author
Owner

@droidus commented on GitHub (Dec 21, 2022):

Any idea what went wrong here?:
Object { message: "Request failed with status code 500", name: "AxiosError", code: "ERR_BAD_RESPONSE", config: {…}, request: XMLHttpRequest, response: {…}, stack: "" } ​ code: "ERR_BAD_RESPONSE" ​ config: Object { timeout: 0, xsrfCookieName: "XSRF-TOKEN", xsrfHeaderName: "X-XSRF-TOKEN", … } ​ message: "Request failed with status code 500" ​ name: "AxiosError" ​ request: XMLHttpRequest { readyState: 4, timeout: 0, withCredentials: false, … } ​ response: Object { data: {…}, status: 500, statusText: "Internal Server Error", … } ​ stack: "" ​ <prototype>: Object { constructor: N(r, e, t, a, s), toJSON: toJSON(), stack: "", … }

@droidus commented on GitHub (Dec 21, 2022): Any idea what went wrong here?: `Object { message: "Request failed with status code 500", name: "AxiosError", code: "ERR_BAD_RESPONSE", config: {…}, request: XMLHttpRequest, response: {…}, stack: "" } ​ code: "ERR_BAD_RESPONSE" ​ config: Object { timeout: 0, xsrfCookieName: "XSRF-TOKEN", xsrfHeaderName: "X-XSRF-TOKEN", … } ​ message: "Request failed with status code 500" ​ name: "AxiosError" ​ request: XMLHttpRequest { readyState: 4, timeout: 0, withCredentials: false, … } ​ response: Object { data: {…}, status: 500, statusText: "Internal Server Error", … } ​ stack: "" ​ <prototype>: Object { constructor: N(r, e, t, a, s), toJSON: toJSON(), stack: "", … }`
Author
Owner

@jrasm91 commented on GitHub (Dec 21, 2022):

Can you expand the collapsed properties? Or just copy the response from the network tab?

@jrasm91 commented on GitHub (Dec 21, 2022): Can you expand the collapsed properties? Or just copy the response from the network tab?
Author
Owner

@droidus commented on GitHub (Dec 21, 2022):

Nevermind; I ran out of storage room on the server. I expanded the HD. Now I can delete images.

@droidus commented on GitHub (Dec 21, 2022): Nevermind; I ran out of storage room on the server. I expanded the HD. Now I can delete images.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#488