ServiceProvider not found

Hello,

Today I went to run the daily.sh script with updates enabled(I keep updates disabled. call me paranoid) and a got the following output:

librenms@librenms:~$ ./daily.sh
Updating to latest codebase OK

In ProviderRepository.php line 208:
Class ‘SocialiteProviders\Manager\ServiceProvider’ not found

In ProviderRepository.php line 208:
Class ‘SocialiteProviders\Manager\ServiceProvider’ not found

Updating Composer packages OK
Updated from d8f96a46b to 86a504e67 OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK
Caching Mac OUI data OK
librenms@librenms:~$

I see nothing in the validate.php output:

librenms@librenms:~$ ./validate.php

Component Version
LibreNMS 22.2.1-10-g86a504e67
DB Schema 2022_02_03_164059_increase_auth_id_length (235)
PHP 7.4.25
Python 3.9.2
MySQL 10.5.12-MariaDB-0+deb11u1
RRDTool 1.7.2
SNMP 5.9
====================================

[OK] Composer Version: 2.2.7
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[WARN] Your local git contains modified files, this could prevent automatic updates.
[FIX]:
You can fix this with ./scripts/github-remove
Modified Files:
LibreNMS/Alert/Transport/Pushover.php
rrd/.gitignore
librenms@librenms:~$

(Ignore the WARN related to the Pushover.php)

Is this anything to worry about?

Thanks!

If validate is ok it’s probably fine, re-run ./daily.sh to see if you still get the error

1 Like

Figures the time when I don’t try running the command again.

Error is gone after running daily.sh a second time.

Thanks for the prompt reply!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.