March 13Mar 13 Community Expert My first time playing with the API and Connect. Connecting to unraid.net seems to work but the gui states errors but I cannot find the associated logs to know the detail. Also had issues connecting an OIDC Provider which I've not yet resolved but it was a cert validation issue.I noticed the timestamps in the graphql-api.log were adrift from the system time, before I lose more time tshooting my OIDC stuff I'm bothered about the time drift.NTP is configured and working, hardware and software clocks are in sync. syslog timestamps all as expected.root@blackrack:/# echo "System Time: $(date)"; echo "Hardware Time: $(hwclock --show)"System Time: Fri Mar 13 20:58:10 GMT 2026Hardware Time: 2026-03-13 20:58:10.218973+00:00root@blackrack:/# logger "Test timestamp"root@blackrack:/# tail -n1 /var/log/syslogMar 13 20:58:14 blackrack root: Test timestampYet for the API...root@blackrack:/# unraid-api stop[PM2] [unraid-api](0) ✓root@blackrack:/# rm /var/log/graphql-api.logroot@blackrack:/# echo "System Time: $(date)"; echo "Hardware Time: $(hwclock --show)"System Time: Fri Mar 13 20:59:01 GMT 2026Hardware Time: 2026-03-13 20:59:01.975691+00:00root@blackrack:/# unraid-api startStarting the Unraid API[PM2][WARN] Applications unraid-api not running, starting...[PM2][WARN] App unraid-api has option 'wait_ready' set, waiting for app to be ready...[PM2] App [unraid-api] launched (1 instances)+--- unraid-apinamespace : defaultversion : 4.29.2+c39b0b26pid : 608133pm2 id : 0status : onlinemode : forkrestarted : 0uptime : 1smemory usage : 224.9mberror log : /var/log/graphql-api.logwatching : noPID file : /var/log/.pm2/pids/unraid-api-0.pidroot@blackrack:/# tail -n5 /var/log/graphql-api.log[20:03:07 INFO NestApplication]: Nest application successfully started {"apiVersion":"4.29.2+c39b0b26","logger":"api","context":"NestApplication"}[20:03:07 INFO api]: Server listening on /var/run/unraid-api.sock {"apiVersion":"4.29.2+c39b0b26","logger":"api"}[20:03:07 INFO api]: Nest Server is now listening {"apiVersion":"4.29.2+c39b0b26","logger":"api"}[20:03:07 INFO app]: Startup complete in 582ms {"apiVersion":"4.29.2+c39b0b26"}[20:03:08 INFO MothershipGraphqlClientService]: Connected to wss://mothership.unraid.net/ws {"apiVersion":"4.29.2+c39b0b26","logger":"api","context":"MothershipGraphqlClientService"}Any help appreicated.
March 14Mar 14 Author Community Expert Hi @JorgeB sorry to be a pain but I think this post would be better in the 112-unraid-api-support section rather than this one, are you able to move it please? Edited March 14Mar 14 by KillerK
March 16Mar 16 Author Community Expert Solution Confirmed bug...https://github.com/unraid/api/issues/1914
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.