estiens / world_cup_json

Rails backend for a scraper that outputs World Cup data as JSON
928 stars 107 forks source link

Country matches endpoint not working #217

Closed YodaLightsabr closed 1 year ago

YodaLightsabr commented 1 year ago

The country matches endpoint is returning an error.

Tested with multiple country codes.

image
// 2022-11-25 18:13:15
// https://worldcupjson.net/matches/country?fifa_code=ISL

{
  "message": "undefined method `id' for nil:NilClass\n\n    attributes.each{ |key| _set_value key, _format_keys(object.public_send(key)) }\n                                                              ^^^^^^^^^^^^"
}
estiens commented 1 year ago

Try this

https://worldcupjson.net/matches/country/USA?details=true

YodaLightsabr commented 1 year ago

Thanks!