icpc-live / autoanalyst

ICPC-Live AutoAnalyst tooling (icat, katalyzer etc)
Other
12 stars 5 forks source link

Provide a way to tweet from another machine than domjudge-green #27

Closed sjoqvist closed 7 years ago

sjoqvist commented 7 years ago

domjudge-green can't currently connect to the Twitter API as it doesn't have direct Internet access. To solve this, we could for example run a separate Katalyzer instance on a separate machine or write another program that parses the feed in order to generate tweets.

eldering commented 7 years ago

I'm pretty sure that the green network has (and should have) internet access. I can also ping 8.8.8.8 from it. There is no DNS configured, so that may be the issue.

eldering commented 7 years ago

I've configured Google's nameservers 8.8.8.8 and 8.8.4.4 on it, so now also ping google.com works. I think this should fix the Twitter connection issue.

sjoqvist commented 7 years ago

As @eldering says, it's working now.