Im getting this error
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/other/utils/logic.rpy", line 914, in <module>
File "game/other/utils/logic.rpy", line 888, in check_for_updates
ConnectionError: ('Connection aborted.', error(10054, 'An existing connection was forcibly closed by the remote host'))
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 274, in bootstrap
renpy.main.main()
File "renpy/main.py", line 558, in main
renpy.game.context().run(node)
File "other/utils/logic.rpyc", line 913, in script
File "other/utils/logic.rpyc", line 913, in script
File "renpy/ast.py", line 1111, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1048, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/other/utils/logic.rpy", line 914, in <module>
File "game/other/utils/logic.rpy", line 888, in check_for_updates
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/site-packages/requests/api.py", line 75, in get
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/site-packages/requests/api.py", line 60, in request
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/site-packages/requests/sessions.py", line 524, in request
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/site-packages/requests/sessions.py", line 637, in send
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/site-packages/requests/adapters.py", line 498, in send
ConnectionError: ('Connection aborted.', error(10054, 'An existing connection was forcibly closed by the remote host'))
does anyone know a fix?