Bowserinator / Periodic-Table-JSON

A json of the entire periodic table.
Other
615 stars 284 forks source link

Fermium information not showing #47

Closed PrimeTheFirst closed 2 years ago

PrimeTheFirst commented 2 years ago

I am making a periodic table game which uses your json. I need to render the information for every element dynamically. I got the info using ajax. The info comes for all the elements except a few. I have found fermium to be one of them. Here is what pops up: Working element: image Fermium on the same page: image I have made one observation. If I wait for 2 minutes, then the info comes. Without reload. At that time though, all the info has loaded. Why is it happening and how can I fix it?

Bowserinator commented 2 years ago

This seems to be an issue with your code and not with the JSON.

Maybe check if there are any nulls that you aren't handling, or any characters you aren't properly escaping?

PrimeTheFirst commented 2 years ago

Ok, I'll check it. Thanks!