udacity / andfun-kotlin-gdg-finder

Apache License 2.0
34 stars 130 forks source link

Crash when try to open GdgListFragment with 404 error #4

Closed Daracul closed 2 years ago

Daracul commented 5 years ago

That's becouse site https://developers.google.com/community/gdg/gdg-directory.json don't work. It shows 404 error. Please fix it

HemanshuVarma commented 5 years ago

@Daracul Use this instead https://developers.google.com/community/gdg/directory/directory.json

TheKrushik commented 4 years ago

@Daracul Use this instead https://developers.google.com/community/gdg/directory/directory.json

Does not work

E/AndroidRuntime: FATAL EXCEPTION: main
    Process: com.example.android.gdgfinder, PID: 17467
    retrofit2.HttpException: HTTP 404 
HemanshuVarma commented 4 years ago

Hey @TheKrushik, It was working perfectly before but with recent upgradation in their website the URL is little modified.

Use this URL instead https://developers.google.com/community/gdg/groups/directory.json

Thanks!

lidaamber commented 4 years ago

BaseURL to make it work should be https://developers-dot-devsite-v2-prod.appspot.com/community/gdg/groups/

xueluwei commented 4 years ago

BaseURL to make it work should be https://developers-dot-devsite-v2-prod.appspot.com/community/gdg/groups/

not work

DaChelimo commented 4 years ago

@xueluwei Working solution at #17

SudKul commented 2 years ago

The URL has now changed to https://gdg.community.dev/api/ and the endpoint to @GET("chapter_region?chapters=true"). We are working to fix the affected code.