Since about a month ago there has been an increase in the number of forum posts and support requests, where SketchUp is showing a message about how you need to have an Internet connection to do that feature. The features affected would include Add location, Generate Report, 3D Warehouse, and Extension Warehouse. It also would prevent you from being able to add a Classic license, or use an existing Network license. Some extensions may be affected too, if they rely on having an Internet connection (to check the license for example).
The problem doesnāt affect version 2019.3 and later, but could affect 2019.0, 2019.1, and 2019.2. It definitely affects 2018.
The issue appears to be the URL that SketchUp uses to test whether there is an Internet connection. For 2019 and later you can read this article to see how to edit the URL that is used:
Look for the part that includes "OnlineTestURL": "",
The suggested URL in that article is for cases where you have an Intranet, and can use that as a way to test for a connection. The URL used in 2019.3 and later defaults to bing.com. If you wanted to make an earlier version of 2019 match the 2019.3 version, you would change the line to be like this:
"OnlineTestURL": "https://www.bing.com",
If the line doesnāt appear in the Preferences section, go ahead and add the whole line.
For SketchUp 2018 the URL is stored in a different file. On Windows the file is here:
C:\Program Files\SketchUp\SketchUp 2018\Resources\en-US\i18n.dat
The āen-USā part may need to be changed for other languages. You can edit that file with Notepad, and you will see this line:
Edit that line to change the address that is being used:
ONLINE_TEST_URL=https://www.bing.com
SketchUp should then be able to see that you are online.
For Mac users, use the Go menu in Finder, Go to Folderā¦ and paste in this path:
/Applications/SketchUp 2018/SketchUp.app/Contents/Resources/Content/Resources/en-US/i18n.dat
Again, the āen-USā part may need to be changed. On Mac you can edit that file with TextEdit.
Many people reporting the problem have seen success when making this change.
One reporter did have to ask IT to whitelist the alternate URL that they had used. bing.com in their case.
Some people have had a permissions issue in modifying the .dat file. An easy solution is to right-click on Notepad, even in the Start menu, and use the run as administrator option. Then it seems to be able to edit the file and save changes.
There has been one report where https://www.bing.com did not work, but https://www.bing.com/ did. There should be no harm in using https://www.bing.com/, so you could try that first anyway, even if you werenāt going to see that problem.
A second person reported needing the trailing /, but only on a Windows 7 machine. So, both reports of needing that are from Windows 7 users.