mschonaker / wagon-git

Git Wagon for Apache Maven
http://synergian.github.io/wagon-git/
83 stars 31 forks source link

Connection Timeout on Sync Gradle for 'play-services-analytics-impl' #51

Closed canuludag closed 6 years ago

canuludag commented 6 years ago

I'm getting connection timeout (503) when I try to sync gradle. Full error message is this: Could not GET 'https://raw.github.com/synergian/wagon-git/releases/com/google/android/gms/play-services-analytics-impl/'. Received status code 503 from server: Connection timed out

How can I resolve this? It started today.

mschonaker commented 6 years ago

It looks like GitHub is responding with 503 instead of 400 for non-existent resources.

A quick solution could be making the repository containing that artifact (com/google/android/gms/play-services-analytics-impl/) to have precedence over wagon-git's.

A long term solution could be something like moving this repo to GitLab.

On Thu, Jul 5, 2018, 03:24 Can Uludağ notifications@github.com wrote:

I'm getting connection timeout (503) when I try to sync gradle. Full error message is this: Could not GET ' https://raw.github.com/synergian/wagon-git/releases/com/google/android/gms/play-services-analytics-impl/'. Received status code 503 from server: Connection timed out

How can I resolve this? It started today.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/synergian/wagon-git/issues/51, or mute the thread https://github.com/notifications/unsubscribe-auth/AAWESYr2HiIU1GHJqn317yENTQiDG4VXks5uDbEHgaJpZM4VDTwi .

canuludag commented 6 years ago

Yeah could be. Error occurred temporarily and now it's gone.