Slim Error everytime with Packet Capture

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
Spleens
Posts: 18
Joined: Sat Nov 20, 2021 10:45 pm

Slim Error everytime with Packet Capture

Post by Spleens » Mon Mar 28, 2022 2:38 pm

Hello All,

Everytime I go to capture an interface on a device I get a slim error. I am on the newest version of pro. Please see the error below:

Type: ErrorException
Code: 8
Message: Undefined offset: 0 https://speedtest.vet/ https://vidmate.bid/
File: /opt/unetlab/html/includes/api_capture.php
Line: 99

#0 /opt/unetlab/html/includes/api_capture.php(99): Slim\Slim::handleErrors(8, 'Undefined offse...', '/opt/unetlab/ht...', 99, Array)
#1 /opt/unetlab/html/api.php(1546): apiCapture(Object(Lab), Array, '1', Array)
#2 /opt/unetlab/html/includes/Slim/Route.php(468): {closure}(Array)
#3 /opt/unetlab/html/includes/Slim/Slim.php(1357): Slim\Route->dispatch()
#4 /opt/unetlab/html/includes/Slim/Middleware/Flash.php(85): Slim\Slim->call()
#5 /opt/unetlab/html/includes/Slim/Middleware/MethodOverride.php(92): Slim\Middleware\Flash->call()
#6 /opt/unetlab/html/includes/Slim/Middleware/PrettyExceptions.php(67): Slim\Middleware\MethodOverride->call()
#7 /opt/unetlab/html/includes/Slim/Slim.php(1302): Slim\Middleware\PrettyExceptions->call()
#8 /opt/unetlab/html/api.php(2443): Slim\Slim->run()
#9 {main}


Can someone help me?

Thank you.

Uldis (UD)
Posts: 5180
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: Slim Error everytime with Packet Capture

Post by Uldis (UD) » Tue Mar 29, 2022 6:38 am

You forgot to install dockers on your eve !!! It is mandatory for EVE Pro, and it was told in the installation steps.

do on EVE CLI

Code: Select all

apt update
apt install eve-ng-dockers

Post Reply