Hole in visit log

Summary
We have one or two time a weeks a hole in our visit log (table matomo_log_visit). Every time it start around midnight and ends one or two day later around midnight or 1am. So the hole is almost 24 or 48 hours.

Steps to reproduce
We are using Matomo 4.13.2 in docker. Database 10.9.4-MariaDB. PHP 8.1.14

Expected behavior
We should not have any hole in our visit logs.

Observed behavior
The queue tracking plugin is on and receive events in the redis. Their is no database backup during this time or any interruption with the database or the queue system.
Every times it happens we need to replay logs from our haproxy access logs and itā€™s very time consuming.
I donā€™t see from where it can come from, the system works well for some day and stop working for 24-48 hours straight. Itā€™s very weirdā€¦

I am currently in a hole, from what I see the queue worker is fine:

Starting to process request sets, this can take a while

This worker finished queue processing with 289.99req/s (25 requests in 0.09 seconds)

No error log in worker or in matomo itself. I have currently no matomo_log_visit record inserted after the 2023-02-02 00:00:06 ā€¦

I restarted all my Matomo instances and it seems that processing is back to normal.

Can you see any error in the Matomo error log file?
When the hole starts, can you check the Queue behavior (does it grow?), and its content?
Ping to @innocraft

@heurteph-ei I have the following config for logs:

[log]
        log_writers[] = screen
        log_level = WARN

No log for the docker container other than classic access log like 127.0.0.1 - 01/Feb/2023:23:59:59 +0000 "POST /matomo.php" 200

The Queue behavior is normal it doesnā€™t grow and seems like other normal day:

@SteveG @innocraft , did you ever notice such a behavior?
@L3opold is there no error between the haproxy and the Matomo server? (eg the haproxy stops to send requests to the Matomo server). Do you have the access log of the Matomo server (to check if there is some hits on these days or not).

@heurteph-ei

Their is no error between the haproxy and the Matomo server. We manage to replay from the haproxy every time it occurs.

We experiment this behavior since 1 month. Our instance is running since 2 years with no such kind of issue.

The timing is very odd (every time around midnight).

We also tried to disable queue tracking (from the admin panel) to see it fix but without any luck.

@L3opold , to be sure: when the no-data happens, do you see the hits reaching the Matomo server (in the access log file of the Matomo server, not in the proxy log)?
The next time, instead of restart Matomo server, what happens if you restart the proxy server?

@heurteph-ei we see hits on the Matomo side yes. We never restart haproxy instances. I only tried to restart Mattermost once, every other time, the issue was gone by itself after 24 or 48 hours.

hits on the php fpm container

I have the issue right now

From the table matomo_log_visit, the last record was at ā€œ2023-02-07 00:00:18ā€

From the queue logs, requests are processing:

Starting to process request sets, this can take a while

This worker finished queue processing with 0req/s (0 requests in 0.00 seconds)

Starting to process request sets, this can take a while

This worker finished queue processing with 0req/s (0 requests in 0.00 seconds)

Starting to process request sets, this can take a while

This worker finished queue processing with 445.41req/s (25 requests in 0.06 seconds)

Starting to process request sets, this can take a while

This worker finished queue processing with 380.15req/s (25 requests in 0.07 seconds)

The only thing I can think of is the console core:archive command that we execute every day at midnight. Today log are:

INFO [2023-02-07 00:03:13] 1  Start processing archives for site 11.
INFO [2023-02-07 00:03:13] 1    Will invalidate archived reports for today in site ID = 11's timezone (2023-02-07 00:00:00).
INFO [2023-02-07 00:03:13] 1    Will invalidate archived reports for yesterday in site ID = 11's timezone (2023-02-06 00:00:00).
INFO [2023-02-07 00:03:15] 1  Archived website id 11, period = day, date = 2023-02-07, segment = '', 513 visits found. Time elapsed: 0.761s

Is it normal to archive the 2023-02-07 as the day just began? I donā€™t see why it could cause issue some day and no other but maybe itā€™s where the issue is.

The archive command from the day before (2023-02-06) where their is no issue, it didnā€™t try to archive the same day (2023-02-06) but only before so it definitely may be the issue!

INFO [2023-02-06 00:05:57] 1  Archived website id 11, period = year, date = 2023-01-01, segment = '', 779101 visits found. Time elapsed: 1.319s
INFO [2023-02-06 00:05:56] 1  Archived website id 11, period = week, date = 2023-01-30, segment = '', 184495 visits found. Time elapsed: 5.330s
INFO [2023-02-06 00:05:50] 1  Archived website id 11, period = month, date = 2023-02-01, segment = '', 121481 visits found. Time elapsed: 4.006s
INFO [2023-02-06 00:05:46] 1  Archived website id 11, period = day, date = 2023-02-05, segment = '', 16760 visits found. Time elapsed: 8.448s
INFO [2023-02-06 00:05:38] 1    Will invalidate archived reports for yesterday in site ID = 11's timezone (2023-02-05 00:00:00).

Should I use the --skip-segments-today flag to prevent this kind of behavior?

Hi @L3opold

On this last screenshot, I donā€™t see the hole as in your first screenshotā€¦

Yes, as soon as the day begins (and archiver has been run), Matomo archiver will try to archive data, to begin giving compiled data of the current day.

When you show the ā€œholesā€, do you still get data in the daily (and/or real-time) log (then it would say this is not a tracking issue, but an archiving issue)?

1828 is far less than what we should have.

Yes, as soon as the day begins (and archiver has been run), Matomo archiver will try to archive data, to begin giving compiled data of the current day.

Ok so I added --skip-segments-today to see if it help.

When you show the ā€œholesā€, do you still get data in the daily (and/or real-time) log (then it would say this is not a tracking issue, but an archiving issue)?

Iā€™ll need to check this next time it happens (I already restarted and imported missing events).

For the record I had a ā€œholeā€ between 2023-02-05T21:51:00.000Z and 2023-02-06T21:15:00.000Z and an other one between 2023-02-07T00:00:00.000Z and 2023-02-07T08:10:00.000Z (when I manually restarted our 6 Matmomo instances)

Today last inserted row in matomo_log_visit is at 2023-02-08 00:00:00. Since then no other record was inserted. The real-time log in the dashboard stopped at the same time (the database is UTC, the dashboard is UTC+1)

Log from the archiver:

./console core:archive --concurrent-archivers=1 --skip-segments-today

INFO [2023-02-08 00:07:47] 1  Start processing archives for site 11.
INFO [2023-02-08 00:07:47] 1    Will invalidate archived reports for today in site ID = 11's timezone (2023-02-08 00:00:00).
INFO [2023-02-08 00:07:47] 1    Will invalidate archived reports for yesterday in site ID = 11's timezone (2023-02-07 00:00:00).
INFO [2023-02-08 00:08:05] 1  Archived website id 11, period = day, date = 2023-02-08, segment = '', 461 visits found. Time elapsed: 0.785s
INFO [2023-02-08 00:08:05] 1  Archived website id 11, period = day, date = 2023-02-07, segment = '', 38876 visits found. Time elapsed: 17.649s
INFO [2023-02-08 00:08:05] 1  Archived website id 11, period = day, date = 2023-02-06, segment = '', 25099 visits found. Time elapsed: 17.649s
INFO [2023-02-08 00:08:12] 1  Archived website id 11, period = week, date = 2023-02-06, segment = '', 64436 visits found. Time elapsed: 2.295s
INFO [2023-02-08 00:08:12] 1  Archived website id 11, period = day, date = 2023-02-05, segment = '', 16893 visits found. Time elapsed: 7.909s
INFO [2023-02-08 00:08:18] 1  Archived website id 11, period = month, date = 2023-02-01, segment = '', 186050 visits found. Time elapsed: 5.367s
INFO [2023-02-08 00:08:23] 1  Archived website id 11, period = week, date = 2023-01-30, segment = '', 184628 visits found. Time elapsed: 5.416s
INFO [2023-02-08 00:08:25] 1  Archived website id 11, period = year, date = 2023-01-01, segment = '', 843670 visits found. Time elapsed: 1.341s
INFO [2023-02-08 00:08:25] 1  Finished archiving for site 11, 8 API requests, Time elapsed: 37.879s [11 / 11 done]
INFO [2023-02-08 00:08:25] 1  Done archiving!

@L3opold Would it be possible to enable writing to file for the logs?

[log]
        log_writers[] = screen
        log_writers[] = file
        log_level = WARN

Then after the ā€˜holeā€™ appears again, check the log file to see for any errors that might be occurring.

You also mentioned that youā€™re using docker - is it possible that maybe when the requests start to not be logged by Matomo that more than one container is running? For example if you do have more containers starting is it possible those other contains are not inserting tracking data to the correct database?
(Are you able to check the haproxy logs to see which container all those requests were sent to?)

When the tracking requests start to disappear again, it might also be good to do the following:

  1. Enable Tracker debug on demand: https://developer.matomo.org/api-reference/tracking-api#debugging-the-tracker
[Tracker]
debug_on_demand = 1
  1. Send a tracking request to your Matomo server with the following additional parameters:
&debug=1
&queuedtracking=0

The above tracking query should output tracker debug logs to the browser (When screen is configured as a logger) or to the matomo.log file
This will give us valuable information about what is being done with the tracking request.

1 Like

I will add file logging.

We are using Kubernetes, we have only one database so we are sure itā€™s inserting on the correct one.

If we change the config, we need to restart our Matomo instances, so it will solve the issue temporary.
Iā€™ll enable debug_on_demand and send a request manually during the next ā€œholeā€.

@rstark

With a GET matomo.php?idsite=11&debug=1&queuedtracking=0

[2023-02-13 12:02:55] piwik.DEBUG: Debug enabled - Input parameters: array (   'idsite' => '11',   'debug' => '1',   'queuedtracking' => '0', ) {"params":"array (\n  'idsite' => '11',\n  'debug' => '1',\n  'queuedtracking' => '0',\n)"} {"class":"Piwik\\Tracker","request_id":"63625"}

[2023-02-13 12:02:55] piwik.DEBUG: Current datetime: 2023-02-13 12:02:55 {"date":"2023-02-13 12:02:55"} {"class":"Piwik\\Tracker","request_id":"63625"}

[2023-02-13 12:02:55] piwik.DEBUG: Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::manipulateRequest()... [] {"class":"Piwik\\Common","request_id":"63625"}

[2023-02-13 12:02:55] piwik.DEBUG: Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::processRequestParams()... [] {"class":"Piwik\\Common","request_id":"63625"}

[2023-02-13 12:02:55] piwik.DEBUG: Following dimensions have been collected from plugins:  [] {"class":"Piwik\\Common","request_id":"63625"}

[2023-02-13 12:02:55] piwik.DEBUG: Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::afterRequestProcessed()... [] {"class":"Piwik\\Common","request_id":"63625"}

[2023-02-13 12:02:55] piwik.DEBUG: Visit is known (IP = 0.0.0.0) [] {"class":"Piwik\\Common","request_id":"63625"}

[2023-02-13 12:02:55] piwik.WARNING: /var/www/html/core/Tracker/Visit.php(579): Deprecated - strlen(): Passing null to parameter #1 ($string) of type string is deprecated - Matomo 4.13.3 - Please report this message in the Matomo forums: https://forum.matomo.org (please do a search first as it might have been reported already) {"trace":[{"function":"errorHandler","class":"Piwik\\ErrorHandler","type":"::"},{"file":"/var/www/html/core/Tracker/Visit.php","line":579,"function":"strlen"},{"file":"/var/www/html/core/Tracker/Visit.php","line":484,"function":"setIdVisitorForExistingVisit","class":"Piwik\\Tracker\\Visit","type":"->"},{"file":"/var/www/html/core/Tracker/Visit.php","line":246,"function":"getExistingVisitFieldsToUpdate","class":"Piwik\\Tracker\\Visit","type":"->"},{"file":"/var/www/html/core/Tracker/Visit.php","line":199,"function":"handleExistingVisit","class":"Piwik\\Tracker\\Visit","type":"->"},{"file":"/var/www/html/core/Tracker.php","line":172,"function":"handle","class":"Piwik\\Tracker\\Visit","type":"->"},{"file":"/var/www/html/core/Tracker/Handler.php","line":55,"function":"trackRequest","class":"Piwik\\Tracker","type":"->"},{"file":"/var/www/html/core/Tracker.php","line":152,"function":"process","class":"Piwik\\Tracker\\Handler","type":"->"},{"file":"/var/www/html/core/Tracker.php","line":127,"function":"track","class":"Piwik\\Tracker","type":"->"},{"file":"/var/www/html/piwik.php","line":73,"function":"main","class":"Piwik\\Tracker","type":"->"},{"file":"/var/www/html/matomo.php","line":13,"args":["/var/www/html/piwik.php"],"function":"include"}]} {"class":"Piwik\\ErrorHandler","request_id":"63625"}

[2023-02-13 12:02:55] piwik.DEBUG: There are no values to be updated for this visit [] {"class":"Piwik\\Common","request_id":"63625"}

[2023-02-13 12:02:55] piwik.DEBUG: Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::recordLogs()... [] {"class":"Piwik\\Common","request_id":"63625"}

[2023-02-13 12:02:55] piwik.DEBUG: -> Scheduled tasks not running in Tracker: Browser archiving is disabled. [] {"class":"Piwik\\Common","request_id":"63625"}

[2023-02-13 12:02:55] piwik.DEBUG: Nothing to notice => default behaviour [] {"class":"Piwik\\Common","request_id":"63625"}

[2023-02-13 12:02:55] piwik.DEBUG: End of the page. [] {"class":"Piwik\\Common","request_id":"63625"}

[2023-02-13 12:02:55] piwik.DEBUG: array (   'MATOMO_SESSID' => '06394855acffc11ed4211ba687299677',   'RGPD' => 'consent_3',   'matomo_lang' => 'language=ZW4=', ) [] {"class":"Piwik\\Common","request_id":"63625"}

[2023-02-13 12:02:55] piwik.DEBUG:  [] {"class":"Piwik\\Common","request_id":"63625"}

In the log file of one container:

ERROR Piwik\ExceptionHandler[2023-02-10 14:19:49 UTC] [6a488] Uncaught exception: /var/www/html/core/Http/ControllerResolver.php(63): Action 'fsssiedxa><sssiedx' not found in the module 'CoreHome' [Query: ?&sssieddparamNamexsx=dummy&id=sssieddidxsx&action=fsssiedxa%3E%3Csssiedx&page=sssieddpagexsx&name=sssieddnamexsx&password=sssieddpasswordxsx&url=sssieddurlxsx&email=sssieddemailxsx&type=sssieddtypexsx&username=sssieddusernamexsx&dateFormat=sssiedddateFormatxsx&file=sssieddfilexsx&title=sssieddtitlexsx&q=sssieddqxsx&submit=sssieddsubmitxsx&user=sssiedduserxsx&token=sssieddtokenxsx&delete=sssiedddeletexsx&message=sssieddmessagexsx&t=sssieddtxsx&c=sssieddcxsx&locale=sssieddlocalexsx&data=sssiedddataxsx&mode=sssieddmodexsx&order=sssieddorderxsx&lang=sssieddlangxsx&p=sssieddpxsx&key=sssieddkeyxsx&status=sssieddstatusxsx&start=sssieddstartxsx&charset=sssieddcharsetxsx&description=sssiedddescriptionxsx&s=sssieddsxsx&post=sssieddpostxsx&excerpt=sssieddexcerptxsx&login=sssieddloginxsx&search=sssieddsearchxsx&content=sssieddcontentxsx&comment=sssieddcommentxsx&step=sssieddstepxsx&ajax=sssieddajaxxsx&debug=sssiedddebugxsx&state=sssieddstatexsx&query=sssieddqueryxsx&f=sssieddfxsx&error=sssiedderrorxsx&save=sssieddsavexsx&sort=sssieddsortxsx&format=sssieddformatxsx&tab=sssieddtabxsx&offset=sssieddoffsetxsx, CLI mode: 0]
ERROR Piwik\ExceptionHandler[2023-02-10 19:31:31 UTC] [a733c] Uncaught exception: /var/www/html/core/Http/ControllerResolver.php(63): Action 'dzsap_download' not found in the module 'CoreHome' [Query: ?action=dzsap_download&link=../../../../../../../../../../../../../etc/passwd, CLI mode: 0]
ERROR Piwik\ExceptionHandler[2023-02-10 23:42:09 UTC] [4969b] Uncaught exception: /var/www/html/core/Http/ControllerResolver.php(63): Action 'sssieddactionxsx' not found in the module 'CoreHome' [Query: ?&sssieddparamNamexsx=dummy&id=sssieddidxsx&action=sssieddactionxsx&page=sssieddpagexsx&name=sssieddnamexsx&password=sssieddpasswordxsx&url=sssieddurlxsx&email=sssieddemailxsx&type=sssieddtypexsx&username=sssieddusernamexsx&dateFormat=sssiedddateFormatxsx&file=sssieddfilexsx&title=sssieddtitlexsx&q=sssieddqxsx&submit=sssieddsubmitxsx&user=sssiedduserxsx&token=sssieddtokenxsx&delete=sssiedddeletexsx&message=sssieddmessagexsx&t=sssieddtxsx&c=sssieddcxsx&locale=sssieddlocalexsx&data=sssiedddataxsx&mode=sssieddmodexsx&order=sssieddorderxsx&lang=sssieddlangxsx&p=sssieddpxsx&key=sssieddkeyxsx&status=sssieddstatusxsx&start=sssieddstartxsx&charset=sssieddcharsetxsx&description=sssiedddescriptionxsx&s=sssieddsxsx&post=sssieddpostxsx&excerpt=sssieddexcerptxsx&login=sssieddloginxsx&search=sssieddsearchxsx&content=sssieddcontentxsx&comment=sssieddcommentxsx&step=sssieddstepxsx&ajax=sssieddajaxxsx&debug=sssiedddebugxsx&state=sssieddstatexsx&query=sssieddqueryxsx&f=sssieddfxsx&error=sssiedderrorxsx&save=sssieddsavexsx&sort=sssieddsortxsx&format=sssieddformatxsx&tab=sssieddtabxsx&offset=sssieddoffsetxsx, CLI mode: 0]
ERROR Piwik\ExceptionHandler[2023-02-10 23:42:24 UTC] [b7ada] Uncaught exception: /var/www/html/core/FrontController.php(495): The plugin sssieddmodulexsx is not enabled. You can activate the plugin on Settings > Plugins page in Matomo. [Query: ?&sssieddparamNamexsx=dummy&edit=sssieddeditxsx&preview=sssieddpreviewxsx&filter=sssieddfilterxsx&update=sssieddupdatexsx&from=sssieddfromxsx&view=sssieddviewxsx&a=sssieddaxsx&limit=sssieddlimitxsx&do=sssiedddoxsx&plugin=sssieddpluginxsx&theme=sssieddthemexsx&text=sssieddtextxsx&test=sssieddtestxsx&path=sssieddpathxsx&language=sssieddlanguagexsx&height=sssieddheightxsx&logout=sssieddlogoutxsx&pass=sssieddpassxsx&dir=sssiedddirxsx&show=sssieddshowxsx&h=sssieddhxsx&value=sssieddvaluexsx&filename=sssieddfilenamexsx&redirect=sssieddredirectxsx&year=sssieddyearxsx&group=sssieddgroupxsx&template=sssieddtemplatexsx&version=sssieddversionxsx&subject=sssieddsubjectxsx&m=sssieddmxsx&download=sssiedddownloadxsx&u=sssiedduxsx&tag=sssieddtagxsx&form_login=sssieddform_loginxsx&form_nonce=sssieddform_noncexsx&form_redirect=sssieddform_redirectxsx&form_password=sssieddform_passwordxsx&form_rememberme=sssieddform_remembermexsx&form_password_bis=sssieddform_password_bisxsx&module=sssieddmodulexsx&piwik=sssieddpiwikxsx&translations=sssieddtranslationsxsx&piwik_translations=sssieddpiwik_translationsxsx&body=sssieddbodyxsx&warning=sssieddwarningxsx&d=sssiedddxsx&e=sssieddexsx&b=sssieddbxsx&da=sssiedddaxsx&g=sssieddgxsx, CLI mode: 0]
ERROR Piwik\ExceptionHandler[2023-02-10 23:47:47 UTC] [b6958] Uncaught exception: /var/www/html/plugins/Login/Login.php(124): Too many failed logins. Please wait and try logging in again later. [Query: ?&sssieddparamNamexsx=dummy&copy=sssieddcopyxsx&pe=sssieddpexsx&wt=sssieddwtxsx&kn=sssieddknxsx&lr=sssieddlrxsx&dd=sssieddddxsx&au=sssieddauxsx&mu=sssieddmuxsx&eg=sssieddegxsx&sm=sssieddsmxsx, CLI mode: 0]
ERROR Piwik\ExceptionHandler[2023-02-11 04:33:55 UTC] [25e51] Uncaught exception: /var/www/html/core/Http/ControllerResolver.php(63): Action 'saisir_fiche' not found in the module 'CoreHome' [Query: ?BazaR&action=saisir_fiche&id=2&vue=saisir, CLI mode: 0]
ERROR Piwik\ExceptionHandler[2023-02-11 07:22:43 UTC] [65654] Uncaught exception: /var/www/html/core/FrontController.php(495): The plugin Users is not enabled. You can activate the plugin on Settings > Plugins page in Matomo. [Query: ?%22%2F%3E%3Cscript%3Ealert(1)%3C%2Fscript%3E&action=Login&module=Users&print=a, CLI mode: 0]
ERROR Piwik\ExceptionHandler[2023-02-12 09:48:34 UTC] [24c8e] Uncaught exception: /var/www/html/core/Http/ControllerResolver.php(63): Action '--><z3>' not found in the module 'CoreHome' [Query: ?=--%3E%3Cz3%3E&3=--%3E%3Cz3%3E&COLOR[1]=--%3E%3Cz3%3E&COLOR[2]=--%3E%3Cz3%3E&Itemid=--%3E%3Cz3%3E&VALUES[3]=--%3E%3Cz3%3E&action=--%3E%3Cz3%3E&album=--%3E%3Cz3%3E&all_projects=--%3E%3Cz3%3E&autoscale=--%3E%3Cz3%3E&bDropTable=--%3E%3Cz3%3E&bForceLoading=--%3E%3Cz3%3E&bIfExistTable=--%3E%3Cz3%3E&code=--%3E%3Cz3%3E&country=--%3E%3Cz3%3E&csrfKey=--%3E%3Cz3%3E&cvar=--%3E%3Cz3%3E&detailed=--%3E%3Cz3%3E&disk_size=--%3E%3Cz3%3E&domain=--%3E%3Cz3%3E&draft=--%3E%3Cz3%3E&eKey=--%3E%3Cz3%3E&expires=--%3E%3Cz3%3E&fKey=--%3E%3Cz3%3E&faq=--%3E%3Cz3%3E&gears=--%3E%3Cz3%3E&group=--%3E%3Cz3%3E&gt_ms=--%3E%3Cz3%3E&height=--%3E%3Cz3%3E&hosting_order=--%3E%3Cz3%3E&hx_lang=--%3E%3Cz3%3E&iCodePartenaire=--%3E%3Cz3%3E&iCurrencyCode=--%3E%3Cz3%3E&iDateCode=--%3E%3Cz3%3E&iDescId=--%3E%3Cz3%3E&iPeriodCode=--%3E%3Cz3%3E&iPlaylist=--%3E%3Cz3%3E&id=--%3E%3Cz3%3E&id_category=--%3E%3Cz3%3E&idsite=--%3E%3Cz3%3E&init=--%3E%3Cz3%3E&isMuted=--%3E%3Cz3%3E&lKey=--%3E%3Cz3%3E&loadOnlySession=--%3E%3Cz3%3E&max_redir=--%3E%3Cz3%3E&mc_eid=--%3E%3Cz3%3E&minPrice=--%3E%3Cz3%3E&p=--%3E%3Cz3%3E&period=--%3E%3Cz3%3E&pf_net=--%3E%3Cz3%3E&photo=--%3E%3Cz3%3E&pma_servername=--%3E%3Cz3%3E&prefix=--%3E%3Cz3%3E&pv_id=--%3E%3Cz3%3E&r=--%3E%3Cz3%3E&redirect=--%3E%3Cz3%3E&redirect_to=--%3E%3Cz3%3E&redirectiniak=--%3E%3Cz3%3E&related=--%3E%3Cz3%3E&res=--%3E%3Cz3%3E&sCorrectDomain=--%3E%3Cz3%3E&sDomain=--%3E%3Cz3%3E&section=--%3E%3Cz3%3E&site=--%3E%3Cz3%3E&src=--%3E%3Cz3%3E&strechheight=--%3E%3Cz3%3E&subject=--%3E%3Cz3%3E&timeline=--%3E%3Cz3%3E&title=--%3E%3Cz3%3E&tmpl=--%3E%3Cz3%3E&view=--%3E%3Cz3%3E&wKey=--%3E%3Cz3%3E&widget_id=--%3E%3Cz3%3E&width=--%3E%3Cz3%3E&wma=--%3E%3Cz3%3E&wmsAuthSign=--%3E%3Cz3%3E, CLI mode: 0]

In an other container:

ERROR Piwik\ExceptionHandler[2023-02-10 14:19:10 UTC] [9fcc6] Uncaught exception: /var/www/html/core/Http/ControllerResolver.php(63): Action 'sssieddactionxsx' not found in the module 'CoreHome' [Query: ?&sssieddparamNamexsx=dummy&id=sssieddidxsx&action=sssieddactionxsx&page=sssieddpagexsx&name=sssieddnamexsx&password=sssieddpasswordxsx&url=sssieddurlxsx&email=sssieddemailxsx&type=sssieddtypexsx&username=sssieddusernamexsx&dateFormat=sssiedddateFormatxsx&file=sssieddfilexsx&title=sssieddtitlexsx&q=sssieddqxsx&submit=sssieddsubmitxsx&user=sssiedduserxsx&token=sssieddtokenxsx&delete=sssiedddeletexsx&message=sssieddmessagexsx&t=sssieddtxsx&c=sssieddcxsx&locale=sssieddlocalexsx&data=sssiedddataxsx&mode=sssieddmodexsx&order=sssieddorderxsx&lang=sssieddlangxsx&p=sssieddpxsx&key=sssieddkeyxsx&status=sssieddstatusxsx&start=sssieddstartxsx&charset=sssieddcharsetxsx&description=sssiedddescriptionxsx&s=sssieddsxsx&post=sssieddpostxsx&excerpt=sssieddexcerptxsx&login=sssieddloginxsx&search=sssieddsearchxsx&content=sssieddcontentxsx&comment=sssieddcommentxsx&step=sssieddstepxsx&ajax=sssieddajaxxsx&debug=sssiedddebugxsx&state=sssieddstatexsx&query=sssieddqueryxsx&f=sssieddfxsx&error=sssiedderrorxsx&save=sssieddsavexsx&sort=sssieddsortxsx&format=sssieddformatxsx&tab=sssieddtabxsx&offset=sssieddoffsetxsx, CLI mode: 0]
ERROR Piwik\ExceptionHandler[2023-02-10 14:20:03 UTC] [3000d] Uncaught exception: /var/www/html/core/Http/ControllerResolver.php(63): Action 'fsssiedxa{{3*'317'}}sssiedx' not found in the module 'CoreHome' [Query: ?&sssieddparamNamexsx=dummy&id=sssieddidxsx&action=fsssiedxa%7B%7B3*%27317%27%7D%7Dsssiedx&page=sssieddpagexsx&name=sssieddnamexsx&password=sssieddpasswordxsx&url=sssieddurlxsx&email=sssieddemailxsx&type=sssieddtypexsx&username=sssieddusernamexsx&dateFormat=sssiedddateFormatxsx&file=sssieddfilexsx&title=sssieddtitlexsx&q=sssieddqxsx&submit=sssieddsubmitxsx&user=sssiedduserxsx&token=sssieddtokenxsx&delete=sssiedddeletexsx&message=sssieddmessagexsx&t=sssieddtxsx&c=sssieddcxsx&locale=sssieddlocalexsx&data=sssiedddataxsx&mode=sssieddmodexsx&order=sssieddorderxsx&lang=sssieddlangxsx&p=sssieddpxsx&key=sssieddkeyxsx&status=sssieddstatusxsx&start=sssieddstartxsx&charset=sssieddcharsetxsx&description=sssiedddescriptionxsx&s=sssieddsxsx&post=sssieddpostxsx&excerpt=sssieddexcerptxsx&login=sssieddloginxsx&search=sssieddsearchxsx&content=sssieddcontentxsx&comment=sssieddcommentxsx&step=sssieddstepxsx&ajax=sssieddajaxxsx&debug=sssiedddebugxsx&state=sssieddstatexsx&query=sssieddqueryxsx&f=sssieddfxsx&error=sssiedderrorxsx&save=sssieddsavexsx&sort=sssieddsortxsx&format=sssieddformatxsx&tab=sssieddtabxsx&offset=sssieddoffsetxsx, CLI mode: 0]
ERROR Piwik\ExceptionHandler[2023-02-10 23:42:13 UTC] [1bb1a] Uncaught exception: /var/www/html/core/Http/ControllerResolver.php(63): Action 'sssiedx><sssiedxxsx' not found in the module 'CoreHome' [Query: ?&sssieddparamNamexsx=dummy&id=sssieddidxsx&action=sssiedx%3E%3Csssiedxxsx&page=sssieddpagexsx&name=sssieddnamexsx&password=sssieddpasswordxsx&url=sssieddurlxsx&email=sssieddemailxsx&type=sssieddtypexsx&username=sssieddusernamexsx&dateFormat=sssiedddateFormatxsx&file=sssieddfilexsx&title=sssieddtitlexsx&q=sssieddqxsx&submit=sssieddsubmitxsx&user=sssiedduserxsx&token=sssieddtokenxsx&delete=sssiedddeletexsx&message=sssieddmessagexsx&t=sssieddtxsx&c=sssieddcxsx&locale=sssieddlocalexsx&data=sssiedddataxsx&mode=sssieddmodexsx&order=sssieddorderxsx&lang=sssieddlangxsx&p=sssieddpxsx&key=sssieddkeyxsx&status=sssieddstatusxsx&start=sssieddstartxsx&charset=sssieddcharsetxsx&description=sssiedddescriptionxsx&s=sssieddsxsx&post=sssieddpostxsx&excerpt=sssieddexcerptxsx&login=sssieddloginxsx&search=sssieddsearchxsx&content=sssieddcontentxsx&comment=sssieddcommentxsx&step=sssieddstepxsx&ajax=sssieddajaxxsx&debug=sssiedddebugxsx&state=sssieddstatexsx&query=sssieddqueryxsx&f=sssieddfxsx&error=sssiedderrorxsx&save=sssieddsavexsx&sort=sssieddsortxsx&format=sssieddformatxsx&tab=sssieddtabxsx&offset=sssieddoffsetxsx, CLI mode: 0]
ERROR Piwik\ExceptionHandler[2023-02-10 23:42:32 UTC] [f3656] Uncaught exception: /var/www/html/core/FrontController.php(485): Invalid module name 'sssiedx<sssiedxxsx' [Query: ?&sssieddparamNamexsx=dummy&edit=sssieddeditxsx&preview=sssieddpreviewxsx&filter=sssieddfilterxsx&update=sssieddupdatexsx&from=sssieddfromxsx&view=sssieddviewxsx&a=sssieddaxsx&limit=sssieddlimitxsx&do=sssiedddoxsx&plugin=sssieddpluginxsx&theme=sssieddthemexsx&text=sssieddtextxsx&test=sssieddtestxsx&path=sssieddpathxsx&language=sssieddlanguagexsx&height=sssieddheightxsx&logout=sssieddlogoutxsx&pass=sssieddpassxsx&dir=sssiedddirxsx&show=sssieddshowxsx&h=sssieddhxsx&value=sssieddvaluexsx&filename=sssieddfilenamexsx&redirect=sssieddredirectxsx&year=sssieddyearxsx&group=sssieddgroupxsx&template=sssieddtemplatexsx&version=sssieddversionxsx&subject=sssieddsubjectxsx&m=sssieddmxsx&download=sssiedddownloadxsx&u=sssiedduxsx&tag=sssieddtagxsx&form_login=sssieddform_loginxsx&form_nonce=sssieddform_noncexsx&form_redirect=sssieddform_redirectxsx&form_password=sssieddform_passwordxsx&form_rememberme=sssieddform_remembermexsx&form_password_bis=sssieddform_password_bisxsx&module=sssiedx%3Csssiedxxsx&piwik=sssieddpiwikxsx&translations=sssieddtranslationsxsx&piwik_translations=sssieddpiwik_translationsxsx&body=sssieddbodyxsx&warning=sssieddwarningxsx&d=sssiedddxsx&e=sssieddexsx&b=sssieddbxsx&da=sssiedddaxsx&g=sssieddgxsx, CLI mode: 0]
ERROR Piwik\ExceptionHandler[2023-02-10 23:47:21 UTC] [b3a76] Uncaught exception: /var/www/html/plugins/Login/Login.php(124): Too many failed logins. Please wait and try logging in again later. [Query: ?&sssiedx%2522%3E%3Csssiedxxsx=dummy&p1=sssiedx%2522%3E%3Csssiedxxsx&titlebar=sssiedx%2522%3E%3Csssiedxxsx&callback=sssiedx%2522%3E%3Csssiedxxsx&filters=sssiedx%2522%3E%3Csssiedxxsx&container=sssiedx%2522%3E%3Csssiedxxsx&amount=sssiedx%2522%3E%3Csssiedxxsx&timeout=sssiedx%2522%3E%3Csssiedxxsx&head=sssiedx%2522%3E%3Csssiedxxsx&div=sssiedx%2522%3E%3Csssiedxxsx&width=sssiedx%2522%3E%3Csssiedxxsx&icon=sssiedx%2522%3E%3Csssiedxxsx&handler=sssiedx%2522%3E%3Csssiedxxsx&ul=sssiedx%2522%3E%3Csssiedxxsx&table=sssiedx%2522%3E%3Csssiedxxsx&rows=sssiedx%2522%3E%3Csssiedxxsx&tr=sssiedx%2522%3E%3Csssiedxxsx&tooltip=sssiedx%2522%3E%3Csssiedxxsx&top=sssiedx%2522%3E%3Csssiedxxsx&distance=sssiedx%2522%3E%3Csssiedxxsx&scroller=sssiedx%2522%3E%3Csssiedxxsx&scope=sssiedx%2522%3E%3Csssiedxxsx&parent=sssiedx%2522%3E%3Csssiedxxsx&merged=sssiedx%2522%3E%3Csssiedxxsx&td=sssiedx%2522%3E%3Csssiedxxsx&actions=sssiedx%2522%3E%3Csssiedxxsx&available=sssiedx%2522%3E%3Csssiedxxsx&instance=sssiedx%2522%3E%3Csssiedxxsx&subtable=sssiedx%2522%3E%3Csssiedxxsx&matches=sssiedx%2522%3E%3Csssiedxxsx&level=sssiedx%2522%3E%3Csssiedxxsx&ptr=sssiedx%2522%3E%3Csssiedxxsx&label=sssiedx%2522%3E%3Csssiedxxsx&found=sssiedx%2522%3E%3Csssiedxxsx&box=sssiedx%2522%3E%3Csssiedxxsx&colors=sssiedx%2522%3E%3Csssiedxxsx&token_auth=sssiedx%2522%3E%3Csssiedxxsx&index=sssiedx%2522%3E%3Csssiedxxsx&sparklines=sssiedx%2522%3E%3Csssiedxxsx&list=sssiedx%2522%3E%3Csssiedxxsx&keys=sssiedx%2522%3E%3Csssiedxxsx&rect1=sssiedx%2522%3E%3Csssiedxxsx&rect2=sssiedx%2522%3E%3Csssiedxxsx&patterns=sssiedx%2522%3E%3Csssiedxxsx&negative=sssiedx%2522%3E%3Csssiedxxsx&groups=sssiedx%2522%3E%3Csssiedxxsx&notification=sssiedx%2522%3E%3Csssiedxxsx&deferred=sssiedx%2522%3E%3Csssiedxxsx&headers=sssiedx%2522%3E%3Csssiedxersxsx&promise=sssiedx%2522%3E%3Csssiedxxsx&request=sssiedx%2522%3E%3Csssiedxxsx, CLI mode: 0]
ERROR Piwik\ExceptionHandler[2023-02-12 09:17:30 UTC] [fa47a] Uncaught exception: /var/www/html/core/Http/ControllerResolver.php(63): Action ''z=z3' not found in the module 'CoreHome' [Query: ?=%27z%3Dz3&3=%27z%3Dz3&COLOR[1]=%27z%3Dz3&COLOR[2]=%27z%3Dz3&Itemid=%27z%3Dz3&VALUES[3]=%27z%3Dz3&action=%27z%3Dz3&album=%27z%3Dz3&all_projects=%27z%3Dz3&autoscale=%27z%3Dz3&bDropTable=%27z%3Dz3&bForceLoading=%27z%3Dz3&bIfExistTable=%27z%3Dz3&code=%27z%3Dz3&country=%27z%3Dz3&csrfKey=%27z%3Dz3&cvar=%27z%3Dz3&detailed=%27z%3Dz3&disk_size=%27z%3Dz3&domain=%27z%3Dz3&draft=%27z%3Dz3&eKey=%27z%3Dz3&expires=%27z%3Dz3&fKey=%27z%3Dz3&faq=%27z%3Dz3&gears=%27z%3Dz3&group=%27z%3Dz3&gt_ms=%27z%3Dz3&height=%27z%3Dz3&hosting_order=%27z%3Dz3&hx_lang=%27z%3Dz3&iCodePartenaire=%27z%3Dz3&iCurrencyCode=%27z%3Dz3&iDateCode=%27z%3Dz3&iDescId=%27z%3Dz3&iPeriodCode=%27z%3Dz3&iPlaylist=%27z%3Dz3&id=%27z%3Dz3&id_category=%27z%3Dz3&idsite=%27z%3Dz3&init=%27z%3Dz3&isMuted=%27z%3Dz3&lKey=%27z%3Dz3&loadOnlySession=%27z%3Dz3&max_redir=%27z%3Dz3&mc_eid=%27z%3Dz3&minPrice=%27z%3Dz3&p=%27z%3Dz3&period=%27z%3Dz3&pf_net=%27z%3Dz3&photo=%27z%3Dz3&pma_servername=%27z%3Dz3&prefix=%27z%3Dz3&pv_id=%27z%3Dz3&r=%27z%3Dz3&redirect=%27z%3Dz3&redirect_to=%27z%3Dz3&redirectiniak=%27z%3Dz3&related=%27z%3Dz3&res=%27z%3Dz3&sCorrectDomain=%27z%3Dz3&sDomain=%27z%3Dz3&section=%27z%3Dz3&site=%27z%3Dz3&src=%27z%3Dz3&strechheight=%27z%3Dz3&subject=%27z%3Dz3&timeline=%27z%3Dz3&title=%27z%3Dz3&tmpl=%27z%3Dz3&view=%27z%3Dz3&wKey=%27z%3Dz3&widget_id=%27z%3Dz3&width=%27z%3Dz3&wma=%27z%3Dz3&wmsAuthSign=%27z%3Dz3, CLI mode: 0]
ERROR Piwik\ExceptionHandler[2023-02-12 10:06:28 UTC] [f9457] Uncaught exception: /var/www/html/core/Http/ControllerResolver.php(63): Action '</title><z3>' not found in the module 'CoreHome' [Query: ?=%3C/title%3E%3Cz3%3E&3=%3C/title%3E%3Cz3%3E&COLOR[1]=%3C/title%3E%3Cz3%3E&COLOR[2]=%3C/title%3E%3Cz3%3E&Itemid=%3C/title%3E%3Cz3%3E&VALUES[3]=%3C/title%3E%3Cz3%3E&action=%3C/title%3E%3Cz3%3E&album=%3C/title%3E%3Cz3%3E&all_projects=%3C/title%3E%3Cz3%3E&autoscale=%3C/title%3E%3Cz3%3E&bDropTable=%3C/title%3E%3Cz3%3E&bForceLoading=%3C/title%3E%3Cz3%3E&bIfExistTable=%3C/title%3E%3Cz3%3E&code=%3C/title%3E%3Cz3%3E&country=%3C/title%3E%3Cz3%3E&csrfKey=%3C/title%3E%3Cz3%3E&cvar=%3C/title%3E%3Cz3%3E&detailed=%3C/title%3E%3Cz3%3E&disk_size=%3C/title%3E%3Cz3%3E&domain=%3C/title%3E%3Cz3%3E&draft=%3C/title%3E%3Cz3%3E&eKey=%3C/title%3E%3Cz3%3E&expires=%3C/title%3E%3Cz3%3E&fKey=%3C/title%3E%3Cz3%3E&faq=%3C/title%3E%3Cz3%3E&gears=%3C/title%3E%3Cz3%3E&group=%3C/title%3E%3Cz3%3E&gt_ms=%3C/title%3E%3Cz3%3E&height=%3C/title%3E%3Cz3%3E&hosting_order=%3C/title%3E%3Cz3%3E&hx_lang=%3C/title%3E%3Cz3%3E&iCodePartenaire=%3C/title%3E%3Cz3%3E&iCurrencyCode=%3C/title%3E%3Cz3%3E&iDateCode=%3C/title%3E%3Cz3%3E&iDescId=%3C/title%3E%3Cz3%3E&iPeriodCode=%3C/title%3E%3Cz3%3E&iPlaylist=%3C/title%3E%3Cz3%3E&id=%3C/title%3E%3Cz3%3E&id_category=%3C/title%3E%3Cz3%3E&idsite=%3C/title%3E%3Cz3%3E&init=%3C/title%3E%3Cz3%3E&isMuted=%3C/title%3E%3Cz3%3E&lKey=%3C/title%3E%3Cz3%3E&loadOnlySession=%3C/title%3E%3Cz3%3E&max_redir=%3C/title%3E%3Cz3%3E&mc_eid=%3C/title%3E%3Cz3%3E&minPrice=%3C/title%3E%3Cz3%3E&p=%3C/title%3E%3Cz3%3E&period=%3C/title%3E%3Cz3%3E&pf_net=%3C/title%3E%3Cz3%3E&photo=%3C/title%3E%3Cz3%3E&pma_servername=%3C/title%3E%3Cz3%3E&prefix=%3C/title%3E%3Cz3%3E&pv_id=%3C/title%3E%3Cz3%3E&r=%3C/title%3E%3Cz3%3E&redirect=%3C/title%3E%3Cz3%3E&redirect_to=%3C/title%3E%3Cz3%3E&redirectiniak=%3C/title%3E%3Cz3%3E&related=%3C/title%3E%3Cz3%3E&res=%3C/title%3E%3Cz3%3E&sCorrectDomain=%3C/title%3E%3Cz3%3E&sDomain=%3C/title%3E%3Cz3%3E&section=%3C/title%3E%3Cz3%3E&site=%3C/title%3E%3Cz3%3E&src=%3C/title%3E%3Cz3%3E&strechheight=%3C/title%3E%3Cz3%3E&subject=%3C/title%3E%3Cz3%3E&timeline=%3C/title%3E%3Cz3%3E&title=%3C/title%3E%3Cz3%3E&tmpl=%3C/title%3E%3Cz3%3E&view=%3C/title%3E%3Cz3%3E&wKey=%3C/title%3E%3Cz3%3E&widget_id=%3C/title%3E%3Cz3%3E&width=%3C/title%3E%3Cz3%3E&wma=%3C/title%3E%3Cz3%3E&wmsAuthSign=%3C/title%3E%3Cz3%3E, CLI mode: 0]
DEBUG Piwik\Tracker[2023-02-13 12:02:34 UTC] [ea6b8] Debug enabled - Input parameters: array (
DEBUG Piwik\Tracker[2023-02-13 12:02:34 UTC] [ea6b8] 'idSite' => '11',
DEBUG Piwik\Tracker[2023-02-13 12:02:34 UTC] [ea6b8] 'debug' => '1',
DEBUG Piwik\Tracker[2023-02-13 12:02:34 UTC] [ea6b8] 'queuedtracking' => '0',
DEBUG Piwik\Tracker[2023-02-13 12:02:34 UTC] [ea6b8] )
DEBUG Piwik\Tracker[2023-02-13 12:02:34 UTC] [ea6b8] Current datetime: 2023-02-13 12:02:34
DEBUG Piwik\Common[2023-02-13 12:02:34 UTC] [ea6b8] GET parameter rec not found in URL, request excluded
DEBUG Piwik\Common[2023-02-13 12:02:34 UTC] [ea6b8] 'rec' parameter not found.
DEBUG Piwik\Common[2023-02-13 12:02:34 UTC] [ea6b8] Visitor excluded.
DEBUG Piwik\Tracker[2023-02-13 12:02:34 UTC] [ea6b8] Tracker encountered an exception: {ex}
DEBUG Piwik\Tracker\Handler[2023-02-13 12:02:34 UTC] [ea6b8] Exception: /var/www/html/core/Tracker/Request.php(611): Invalid idSite: '0'
DEBUG Piwik\Tracker\Handler[2023-02-13 12:02:34 UTC] [ea6b8] #0 /var/www/html/core/Tracker/Visit.php(106): Piwik\Tracker\Request->getIdSite()
DEBUG Piwik\Tracker\Handler[2023-02-13 12:02:34 UTC] [ea6b8] #1 /var/www/html/core/Tracker/Visit.php(149): Piwik\Tracker\Visit->checkSiteExists(Object(Piwik\Tracker\Request))
DEBUG Piwik\Tracker\Handler[2023-02-13 12:02:34 UTC] [ea6b8] #2 /var/www/html/core/Tracker.php(172): Piwik\Tracker\Visit->handle()
DEBUG Piwik\Tracker\Handler[2023-02-13 12:02:34 UTC] [ea6b8] #3 /var/www/html/core/Tracker/Handler.php(55): Piwik\Tracker->trackRequest(Object(Piwik\Tracker\Request))
DEBUG Piwik\Tracker\Handler[2023-02-13 12:02:34 UTC] [ea6b8] #4 /var/www/html/core/Tracker.php(152): Piwik\Tracker\Handler->process(Object(Piwik\Tracker), Object(Piwik\Tracker\RequestSet))
DEBUG Piwik\Tracker\Handler[2023-02-13 12:02:34 UTC] [ea6b8] #5 /var/www/html/core/Tracker.php(127): Piwik\Tracker->track(Object(Piwik\Tracker\Handler), Object(Piwik\Tracker\RequestSet))
DEBUG Piwik\Tracker\Handler[2023-02-13 12:02:34 UTC] [ea6b8] #6 /var/www/html/piwik.php(73): Piwik\Tracker->main(Object(Piwik\Tracker\Handler), Object(Piwik\Tracker\RequestSet))
DEBUG Piwik\Tracker\Handler[2023-02-13 12:02:34 UTC] [ea6b8] #7 /var/www/html/dbuser.php(13): include('/var/www/html/p...')
DEBUG Piwik\Tracker\Handler[2023-02-13 12:02:34 UTC] [ea6b8] #8 {main} [Query: ?idSite=11&debug=1&queuedtracking=0, CLI mode: 0]
DEBUG Piwik\Common[2023-02-13 12:02:34 UTC] [ea6b8] Empty request => Matomo page
DEBUG Piwik\Common[2023-02-13 12:02:34 UTC] [ea6b8] End of the page.
DEBUG Piwik\Common[2023-02-13 12:02:34 UTC] [ea6b8] array (
DEBUG Piwik\Common[2023-02-13 12:02:34 UTC] [ea6b8] 'MATOMO_SESSID' => '06394855acffc11ed4211ba687299677',
DEBUG Piwik\Common[2023-02-13 12:02:34 UTC] [ea6b8] 'RGPD' => 'consent_3',
DEBUG Piwik\Common[2023-02-13 12:02:34 UTC] [ea6b8] 'matomo_lang' => 'language=ZW4=',
DEBUG Piwik\Common[2023-02-13 12:02:34 UTC] [ea6b8] )
DEBUG Piwik\Common[2023-02-13 12:02:34 UTC] [ea6b8]
DEBUG Piwik\Tracker[2023-02-13 12:02:55 UTC] [63625] Debug enabled - Input parameters: array (
DEBUG Piwik\Tracker[2023-02-13 12:02:55 UTC] [63625] 'idsite' => '11',
DEBUG Piwik\Tracker[2023-02-13 12:02:55 UTC] [63625] 'debug' => '1',
DEBUG Piwik\Tracker[2023-02-13 12:02:55 UTC] [63625] 'queuedtracking' => '0',
DEBUG Piwik\Tracker[2023-02-13 12:02:55 UTC] [63625] )
DEBUG Piwik\Tracker[2023-02-13 12:02:55 UTC] [63625] Current datetime: 2023-02-13 12:02:55
DEBUG Piwik\Common[2023-02-13 12:02:55 UTC] [63625] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::manipulateRequest()...
DEBUG Piwik\Common[2023-02-13 12:02:55 UTC] [63625] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::processRequestParams()...
DEBUG Piwik\Common[2023-02-13 12:02:55 UTC] [63625] Following dimensions have been collected from plugins:
DEBUG Piwik\Common[2023-02-13 12:02:55 UTC] [63625] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::afterRequestProcessed()...
DEBUG Piwik\Common[2023-02-13 12:02:55 UTC] [63625] Visit is known (IP = 0.0.0.0)
WARNING Piwik\ErrorHandler[2023-02-13 12:02:55 UTC] [63625] /var/www/html/core/Tracker/Visit.php(579): Deprecated - strlen(): Passing null to parameter #1 ($string) of type string is deprecated - Matomo 4.13.3 - Please report this message in the Matomo forums: https://forum.matomo.org (please do a search first as it might have been reported already) [internal function]: Piwik\ErrorHandler::errorHandler(),#1/core/Tracker/Visit.php(579),#2/core/Tracker/Visit.php(484),#3/core/Tracker/Visit.php(246),#4/core/Tracker/Visit.php(199),#5/core/Tracker.php(172),#6/core/Tracker/Handler.php(55),#7/core/Tracker.php(152),#8/core/Tracker.php(127),#9/piwik.php(73)
DEBUG Piwik\Common[2023-02-13 12:02:55 UTC] [63625] There are no values to be updated for this visit
DEBUG Piwik\Common[2023-02-13 12:02:55 UTC] [63625] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::recordLogs()...
DEBUG Piwik\Common[2023-02-13 12:02:55 UTC] [63625] -> Scheduled tasks not running in Tracker: Browser archiving is disabled.
DEBUG Piwik\Common[2023-02-13 12:02:55 UTC] [63625] Nothing to notice => default behaviour
DEBUG Piwik\Common[2023-02-13 12:02:55 UTC] [63625] End of the page.
DEBUG Piwik\Common[2023-02-13 12:02:55 UTC] [63625] array (
DEBUG Piwik\Common[2023-02-13 12:02:55 UTC] [63625] 'MATOMO_SESSID' => '06394855acffc11ed4211ba687299677',
DEBUG Piwik\Common[2023-02-13 12:02:55 UTC] [63625] 'RGPD' => 'consent_3',
DEBUG Piwik\Common[2023-02-13 12:02:55 UTC] [63625] 'matomo_lang' => 'language=ZW4=',
DEBUG Piwik\Common[2023-02-13 12:02:55 UTC] [63625] )
DEBUG Piwik\Common[2023-02-13 12:02:55 UTC] [63625]

Last inserted row in matomo_log_visit: 2023-02-12 00:00:18

Last archiver command logs:

INFO [2023-02-13 00:03:55] 1  Start processing archives for site 11.
INFO [2023-02-13 00:03:55] 1    Will invalidate archived reports for yesterday in site ID = 11's timezone (2023-02-12 00:00:00).
INFO [2023-02-13 00:03:56] 1  Archived website id 11, period = day, date = 2023-02-12, segment = '', 369 visits found. Time elapsed: 0.648s
INFO [2023-02-13 00:04:00] 1  Archived website id 11, period = week, date = 2023-02-06, segment = '', 144675 visits found. Time elapsed: 4.337s
INFO [2023-02-13 00:04:07] 1  Archived website id 11, period = month, date = 2023-02-01, segment = '', 266289 visits found. Time elapsed: 7.127s
INFO [2023-02-13 00:04:09] 1  Archived website id 11, period = year, date = 2023-01-01, segment = '', 923909 visits found. Time elapsed: 1.355s
INFO [2023-02-13 00:04:09] 1  Finished archiving for site 11, 4 API requests, Time elapsed: 13.563s [11 / 11 done]
INFO [2023-02-13 00:04:09] 1  Done archiving!

We may need to in this case add the &rec=1 parameter to the request to ensure that weā€™re getting the full debug output when this happens.

But at the same time there seems to have been an invalid ID Site error. Do you perhaps have an excerpt of the Matomo web server access logs for that time period? There is perhaps something causing the requests to have an invalid ID site?

One other thing to check at the same time when the ā€˜holeā€™ appears is to look at the tracking request sent from the website itself (Eg. from the Network tab) and maybe copy/paste the request parameters here so that we can check. Then we can be sure that the actual requests being sent to Matomo contain all the necessary information for a tracking request to be recorded. (We would be able to see the same from the access logs)

@rstark The invalid ID site error is me trying to build the url for the ā€œdebugā€.

Update of the graph: Their is visist for yesterday (February 13th) even if the last inserted row in matomo_log_visist was 2023-02-12 00:00:18 when I checked yesterday.

I am missing something hereā€¦

@rstark seems to work one day and not the other:

image

@L3opold Does manually invalidating and reprocessing the reports change the displayed data? https://matomo.org/faq/how-to/faq_155/

@rstark no itā€™s not. Preview from last days