Forums

Connections refused

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?

It could be that they're blocking in coming connections from cloud services like AWS (and thus, from us). It's probably worth checking that with them.