koushikkothagal / coronavirus-tracker

Spring Boot Java app to track coronavirus confirmed cases across the globe
119 stars 165 forks source link

Not working #7

Open adithyaharish opened 3 years ago

adithyaharish commented 3 years ago

I get this error while running Mapping for Province/State not found, expected one of [<!DOCTYPE html>]

hiiamdilip commented 3 years ago

Yes, because url is changed. use this url private static String VIRUS_DATA_URL = "https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv";