刚买的游戏,打开游戏时出现错误

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/splashscreen.rpy", line 7, in <module>
ConnectionError: HTTPConnectionPool(host='ipinfo.io', port=80): Max retries exceeded with url: /json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0869AF30>: Failed to establish a new connection: [Errno 10060] ',))

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "splashscreen.rpyc", line 1, in script
  File "C:\Program Files (x86)\Steam\steamapps\common\AngelSexPet\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Program Files (x86)\Steam\steamapps\common\AngelSexPet\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/splashscreen.rpy", line 7, in <module>
  File "python-packages/requests/api.py", line 76, in get
  File "python-packages/requests/api.py", line 61, in request
  File "python-packages/requests/sessions.py", line 542, in request
  File "python-packages/requests/sessions.py", line 655, in send
  File "python-packages/requests/adapters.py", line 516, in send
ConnectionError: HTTPConnectionPool(host='ipinfo.io', port=80): Max retries exceeded with url: /json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0869AF30>: Failed to establish a new connection: [Errno 10060] ',))

看报错,网络连接没有建立成功