I'm trying to use goslate to translate some excel files. When I try to run the following code I get this error:
ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it
import goslate
gs = goslate.Goslate()
new_word = gs.translate('Hallo mein Freund', 'de')
print(new_word)
I'm pretty sure this is caused by some problem in my IT department, like port blocking. Is there anyway to more specifically determine what the problem is?