json parse unexpected error


Go to solution Solved by ljm42,

Recommended Posts

  • Solution

What url are you using to access the server?

 

Based on your settings, it should either be:

  http://SuperMicroTower.local

  or https://ip.hash.myunraid.net

If you are using a different url the API will have CORS errors

 

Also, there is an issue with this DNS server:

DNS_SERVER1="192.168.3.1"

I'm seeing multiple errors:

ERROR: When using DNS server 192.168.3.1, the host 192-168-3-252.hash.myunraid.net does not resolve.

May  5 13:54:24 SuperMicroTower root: ⚠️ Warning: Your DNS server (192.168.3.1) is unable to resolve 'registration.unraid.net'
May  5 13:54:38 SuperMicroTower root: ⚠️ Warning: Your DNS server (192.168.3.1) is unable to resolve 'mothership.unraid.net'
May  5 13:54:52 SuperMicroTower root: ⚠️ Warning: Your DNS server (192.168.3.1) is unable to resolve 'wanip4.unraid.net'
May  5 13:55:06 SuperMicroTower root: ⚠️ Warning: Your DNS server (192.168.3.1) is unable to resolve 'backup.unraid.net'

 

Also, the syslog shows some network issues:

May  5 14:05:25 SuperMicroTower root: Fix Common Problems: Error: Unable to communicate with GitHub.com
May  5 14:05:25 SuperMicroTower root: Fix Common Problems: Other Warning: Could not check for blacklisted plugins
May  5 14:05:26 SuperMicroTower root: Fix Common Problems: Other Warning: Could not perform unknown plugins installed checks


This may be due to the DNS Server issue above, or it may be because of this:

May  5 14:05:26 SuperMicroTower root: Fix Common Problems: Error: Multiple NICs on the same IPv4 network ** Ignored

which is described here: https://forums.unraid.net/topic/120220-fix-common-problems-more-information/page/2/?tab=comments#comment-1100014 

 

Link to comment