Error when updating endeavouros

When I run sudo pacman -Syyu
I get this error

error: GPGME error: No data
error: GPGME error: No data
error: GPGME error: No data
error: GPGME error: No data
:: Synchronizing package databases…
error: failed to update core (no servers configured for repository)
error: failed to update extra (no servers configured for repository)
error: failed to update community (no servers configured for repository)
error: failed to update multilib (no servers configured for repository)
endeavouros 10.1 KiB 22.2K/s 00:00 [----------------------] 100%
error: failed to synchronize all databases

Before doing this update I tried to update the mirrors(look for new mirrors) using the endeavouros welcome launcher.I guess it saved an empty mirror list.

Its fixed now?

Check if you have mirrors configured properly in file /etc/pacman.d/mirrorlist. There should be lines like

Server = https://......

without the ‘#’ character in the beginning.

If the file has no mirrors configured, then run the reflector command (see: man reflector).