Whenever I open my UE 5.3 project I get the following errors/warnings in log:
LogEOSSDK: Warning: LogEOSAuth: No existing persistent auth credentials were found for automatic login.
LogFab: Error: Login failed - error code: EOS_InvalidAuth
LogEOSSDK: Error: LogEOSAuth: Invalid parameter EOS_Auth_Credentials.Token reason: must not be null or empty
LogFab: Error: Login failed - error code: EOS_InvalidParameters
This only started happening around the switch from Marketplace to Fab, so not sure if itās a bug or something I need to configure in the project to suppress. I donāt use EOS in this project. I did notice a plugin āEOS Sharedā is enabled but I canāt disable it because it says that plugin is required by Fab. How can I fix these errors/warnings?
Thanks for the reply but thatās unrelated. Iām able to do everything fine, itās a benign error/warning. Just would be nice to suppress so I can spot real warnings/errors better.
Do you use any type of firewall or something of that nature? I had to disable a VPN once with this issue as well. It went away when I bypassed the VPN.
Iām working with Unreal Engine 5.4, and I keep getting the following error when trying to build my project:
LogFab: Error: Login failed - error code: EOS_InvalidAuth
LogEOSSDK: Error: LogEOSAuth: Invalid parameter EOS_Auth_Credentials.Token reason: must not be null or empty
LogFab: Error: Login failed - error code: EOS_InvalidParameters
LogEOSSDK: Error: LogEOS: EOS_Auth_CopyUserAuthToken - One or more parameters are null
LogFab: Error: User auth token is invalid - unable to get auth token
PackagingResults: Error: Unknown Error
Iām NOT using Epic Online Services (EOS) in my project, so I tried disabling it in DefaultEngine.ini and DefaultGame.ini by adding the following lines:
[OnlineSubsystem]
DefaultPlatformService=None
[OnlineSubsystemEOS]
bEnabled=false
Even uninn
However, the error still persists when building the project.
I also deleted the Saved and Intermediate folders and tried again, but the problem remains.
Things I have already tried:
Disabling EOS in .ini files
Deleting Saved and Intermediate folders
Checking Project Settings > Plugins and ensuring EOS is disabled
Uninstalling the EOS plugin entirely
Searching for EOS references in Blueprints (found none)
Does anyone know what else I can try? Any help would be greatly appreciated!
Iām having the same errors and tried this, which got rid of the errors but then as you predicted it then couldnāt find the Fab assets in our project. So close! Have you got any advice for me please?