Essentials
Troubleshooting
Window Still Shows Not Logged In After Login#
Priority checks:
- Whether browser completed login and callback
- Whether local
127.0.0.1:58888is available - Whether security software blocks local callback
- Whether Console has
[GameBooom] Login errorlogs
Menu Appears But Window Shows Service Init Failed#
Most common reason: missing Newtonsoft.Json.
Solution:
- Open Unity Package Manager
- Install
com.unity.nuget.newtonsoft-json - Trigger recompilation
Model List Not Refreshing#
Check:
- Whether logged in
- Whether network can access backend
- Whether account has available balance or permissions
- Whether Console shows model request failures
For custom API:
- Check if URL is correct
- Check if API Key is valid
- Click
Fetch Modelsto confirm model fetching works