yarantoos Posted June 15, 2018 Share Posted June 15, 2018 HI there, This setting doesn't work for me . what's wrong ? { "extensions": ".app", "uri": "socket://whois.nic.google", "available": "Domain not found" } 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 15, 2018 Share Posted June 15, 2018 the entry is correct, but if this is the only entry in your whois.json file, it should be... [ { "extensions": ".app", "uri": "socket://whois.nic.google", "available": "Domain not found" } ] 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Technical Analyst II WHMCS Alex Posted June 15, 2018 WHMCS Technical Analyst II Share Posted June 15, 2018 Hello @yarantoos If you navigate to 'Utilities -> WHOIS lookup' inside your WHMCS admin UI, what is the response or error returned when searching for a .app domain name? The most common errors are listed here: http://help.whmcs.com/m/order_forms/l/691719-troubleshooting-domain-availability-problems 0 Quote Link to comment Share on other sites More sharing options...
Remitur Posted December 9, 2019 Share Posted December 9, 2019 On 6/15/2018 at 4:58 PM, yarantoos said: This setting doesn't work for me . what's wrong ? { "extensions": ".app", "uri": "socket://whois.nic.google", "available": "Domain not found" } For me neither... any query I get the message "WHOIS Lookups cannot be performed for the TLD .app" ... 😞 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted December 9, 2019 Share Posted December 9, 2019 8 minutes ago, Remitur said: For me neither... any query I get the message "WHOIS Lookups cannot be performed for the TLD .app" ... 😞 as I implied earlier, if this isn't your last entry in the whois.json file, it's going to need a comma.. so the code below fails if it's not the last entry... { "extensions": ".app", "uri": "socket://whois.nic.google", "available": "Domain not found" } but if it's not the last entry and you add a comma... 🙂 { "extensions": ".app", "uri": "socket://whois.nic.google", "available": "Domain not found" }, 1 Quote Link to comment Share on other sites More sharing options...
Remitur Posted December 9, 2019 Share Posted December 9, 2019 Fuc*** comma... 😬 Thank you, @brian! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.