500 when updating video information or editing video information in the index #5

Open
opened 2024-10-07 16:00:27 +00:00 by schrumpel · 3 comments
Owner

Steps to reproduce

Go to any video and click on the [edit] link and then edit any video information you want and click on save.

image

This results in

image

Network Tab

image image image image
### Steps to reproduce Go to any video and click on the [edit] link and then edit any video information you want and click on save. <img width="716" alt="image" src="/attachments/1d30d33b-967e-4d48-9f65-226a10709df5"> This results in <img width="711" alt="image" src="/attachments/a6e38406-46f6-41e7-9a0b-0f0d492bed6e"> ### Network Tab <img width="357" alt="image" src="/attachments/2c9e6a44-d01f-4035-abb8-661ae638c263"> <img width="284" alt="image" src="/attachments/45419a00-342e-4473-bfc8-53173007bd96"> <img width="557" alt="image" src="/attachments/00a38679-8f65-4373-a792-4a3113feb058"> <img width="386" alt="image" src="/attachments/4ca3e635-0184-4f1c-afc0-91560d2ac84f">
schrumpel added the
bug
help wanted
question
labels 2024-10-07 16:00:27 +00:00
Author
Owner

I found out that when you add

console.log(JSON.stringify(e)); to Line 467 in w0bmscript.js it gives out the following information in the console.

{"originalEvent":{"isTrusted":true},"type":"submit","timeStamp":5239.700000000186,"jQuery1113033431170365416185":true,"target":{"0":{},"1":{},"2":{},"3":{},"4":{},"5":{},"6":{"0":{},"1":{},"2":{},"3":{},"4":{},"5":{},"6":{},"7":{}},"7":{},"8":{},"jQuery1113033431170365416185":40},"metaKey":false,"eventPhase":2,"currentTarget":{"0":{},"1":{},"2":{},"3":{},"4":{},"5":{},"6":{"0":{},"1":{},"2":{},"3":{},"4":{},"5":{},"6":{},"7":{}},"7":{},"8":{},"jQuery1113033431170365416185":40},"cancelable":true,"bubbles":true,"delegateTarget":{"0":{},"1":{},"2":{},"3":{},"4":{},"5":{},"6":{"0":{},"1":{},"2":{},"3":{},"4":{},"5":{},"6":{},"7":{}},"7":{},"8":{},"jQuery1113033431170365416185":40},"handleObj":{"type":"submit","origType":"submit","guid":41,"namespace":""}}

which doesn't really look too promising

I found out that when you add `console.log(JSON.stringify(e));` to Line 467 in w0bmscript.js it gives out the following information in the console. ``` {"originalEvent":{"isTrusted":true},"type":"submit","timeStamp":5239.700000000186,"jQuery1113033431170365416185":true,"target":{"0":{},"1":{},"2":{},"3":{},"4":{},"5":{},"6":{"0":{},"1":{},"2":{},"3":{},"4":{},"5":{},"6":{},"7":{}},"7":{},"8":{},"jQuery1113033431170365416185":40},"metaKey":false,"eventPhase":2,"currentTarget":{"0":{},"1":{},"2":{},"3":{},"4":{},"5":{},"6":{"0":{},"1":{},"2":{},"3":{},"4":{},"5":{},"6":{},"7":{}},"7":{},"8":{},"jQuery1113033431170365416185":40},"cancelable":true,"bubbles":true,"delegateTarget":{"0":{},"1":{},"2":{},"3":{},"4":{},"5":{},"6":{"0":{},"1":{},"2":{},"3":{},"4":{},"5":{},"6":{},"7":{}},"7":{},"8":{},"jQuery1113033431170365416185":40},"handleObj":{"type":"submit","origType":"submit","guid":41,"namespace":""}} ``` which doesn't really look too promising
Author
Owner
image

laravel.log with the exact output after trying to update a video

<img width="977" alt="image" src="/attachments/4b604013-b0eb-4fd2-b425-be064170c9ee"> laravel.log with the exact output after trying to update a video
Author
Owner

After resetting the repository to HEAD it was gone, I will still keep this one open if it ever occurs again.

After resetting the repository to HEAD it was gone, I will still keep this one open if it ever occurs again.
schrumpel added reference master 2024-10-07 19:11:43 +00:00
This repo is archived. You cannot comment on issues.
No description provided.