brmson / yodaqa

A Question Answering system built on top of the Apache UIMA framework.
http://ailao.eu/yodaqa
Other
619 stars 205 forks source link

Connect to http://ailao.eu failed. #83

Closed ljch2018 closed 5 years ago

ljch2018 commented 6 years ago
Execution failed for task ':generateTypeSystem'.
> Could not resolve all dependencies for configuration ':compile'.
   > Could not resolve eu.ailao:gloveDict:1.0-stanford.
     Required by:
         :yodaqa:unspecified
      > Could not GET 'https://repo1.maven.org/maven2/eu/ailao/gloveDict/1.0-stanford/gloveDict-1.0-stanford.pom'.
         > Connection to https://repo1.maven.org refused
      > Could not GET 'http://ailao.eu/maven/eu/ailao/gloveDict/1.0-stanford/gloveDict-1.0-stanford.pom'.
         > Connection to http://ailao.eu refused
   > Could not resolve com.github.jcrfsuite:jcrfsuite:0.5.
     Required by:
         :yodaqa:unspecified
      > Could not GET 'http://ailao.eu/maven/com/github/jcrfsuite/jcrfsuite/0.5/jcrfsuite-0.5.pom'.
         > Connection to http://ailao.eu refused
pasky commented 6 years ago

The ailao.eu webserver works just fine, must be your local network issue.

Execution failed for task ':generateTypeSystem'.

Could not resolve all dependencies for configuration ':compile'. Could not resolve eu.ailao:gloveDict:1.0-stanford. Required by: :yodaqa:unspecified Could not GET 'https://repo1.maven.org/maven2/eu/ailao/gloveDict/1.0-stanford/gloveDict-1.0-stanford.pom'. Connection to https://repo1.maven.org refused Could not GET 'http://ailao.eu/maven/eu/ailao/gloveDict/1.0-stanford/gloveDict-1.0-stanford.pom'. Connection to http://ailao.eu refused Could not resolve com.github.jcrfsuite:jcrfsuite:0.5. Required by: :yodaqa:unspecified Could not GET 'http://ailao.eu/maven/com/github/jcrfsuite/jcrfsuite/0.5/jcrfsuite-0.5.pom'. Connection to http://ailao.eu refused

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/brmson/yodaqa/issues/83

IrvingBei commented 5 years ago

I also have the same problem, I check my local network is work, and the ailao.eu doesn't work now.

pasky commented 5 years ago

Oops, I have let the domain expire :) - fixed now, it should start working again soon, thanks for the heads up!