udacity / ud843-QuakeReport

Discover earthquake activity around the world.
Other
343 stars 1.17k forks source link

No Earthquake found #89

Closed doct0rX closed 6 years ago

doct0rX commented 6 years ago

I was following up with course materials and after making the uribuilder it seems it don't fetch any data! I checked the logcat and found some errors like: 07-05 15:54:08.990 929-955/com.example.android.quakereport E/com.example.android.quakereport.EarthquakeActivity: Error response code: 301

and downloaded the the app and have a different error, in AsyncTask;

Please check if you need to update the content or something;

Kvaibhav01 commented 6 years ago

Have you used https instead of http?

doct0rX commented 6 years ago

yes worked; thanks @Kvaibhav01 :)