Hey there!
I'm having a bit of trouble getting my new bot running. My connection to googles spreadsheets still works fine as always.
But I can't seem to get a connection to a teamspeak server as it's always being refused.
Just to check back I attempted to simply ping a server with the following code:
hostname = "google.com"
response = os.system("ping -c 1 " + hostname)
print(response)
But even this gets refused. I'm using python3.4 and have a paid account.
Any idea what might be causing this?