Page 1 of 1

Issue With Packet Capture - SLIM APPLICATION ERROR

Posted: Mon Aug 02, 2021 2:30 pm
by jonl
Hi guys,

Got an issue when trying to open a packet capture on a link in my lab, this used to work fine.

Nothing happens for 10 seconds or so and then I get:

SLIM APPLICATION ERROR
Type: ErrorException
Code: 8
Message: Undefined offset: 0
File: /opt/unetlab/html/includes/api_capture.php
Line: 99

Tried to have a look at that file but all encrypted, anybody come across this before? I've fixed permissions just in case anything to do with that.

Thanks

Re: Issue With Packet Capture - SLIM APPLICATION ERROR

Posted: Tue Aug 03, 2021 6:52 am
by Uldis (UD)
you forgot update your EVE and install dockers !
Wireshark is integrated as docker in the EVE Pro

Re: Issue With Packet Capture - SLIM APPLICATION ERROR

Posted: Wed Aug 04, 2021 8:55 am
by jonl
Nah Docker definitely installed and updated all the other packages again for good measure, this was working before, not sure what's changed

Re: Issue With Packet Capture - SLIM APPLICATION ERROR

Posted: Wed Aug 04, 2021 5:08 pm
by Uldis (UD)
show cli output:

Code: Select all

dc images

Re: Issue With Packet Capture - SLIM APPLICATION ERROR

Posted: Fri Aug 06, 2021 2:43 pm
by jonl
Nothing in there actually, what do I need to do?

root@eve:~# dc images
REPOSITORY TAG IMAGE ID CREATED SIZE

Re: Issue With Packet Capture - SLIM APPLICATION ERROR

Posted: Fri Aug 06, 2021 4:07 pm
by Uldis (UD)
you have not installed EVE dockers my dear, what I told you before
do on your EVE

Code: Select all

apt update
apt upgrade
apt install eve-ng-dockers

reboot

Re: Issue With Packet Capture - SLIM APPLICATION ERROR

Posted: Tue Aug 10, 2021 2:23 pm
by jonl
Oh yeah, was as simple as that, thanks :)

Re: Issue With Packet Capture - SLIM APPLICATION ERROR

Posted: Sat Oct 02, 2021 3:19 am
by pokly23
Great help. It work as expected. thank very much.