Frontmatter
| id | 5962 |
| title | Earthquake Tutorial Code Wrong |
| state | Closed |
| labels | bug |
| assignees | maxrahder |
| createdAt | Sep 23, 2024, 10:14 PM |
| updatedAt | Oct 6, 2024, 1:44 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5962 |
| author | pdbayes |
| commentsCount | 6 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 2, 2024, 5:00 PM |
Earthquake Tutorial Code Wrong

hi @pdbayes!
thanks for the input. i will forward the ticket to @maxrahder who is in charge of the learning content. your gh-profile looks like you are interested in data-science. if so, i strongly recommend to join our slack channel and connect to george @gplanansky. kind of his thing and he is working on a very advanced multi-window version of the earthquakes app.
best regards, tobias

Thanks. I will.

I changed the feed example, humanReadableLocation > location, size > magnitude, and responseRoot: "results" > responseRoot: "data"

Is this ticket resolved => can we close it?

yes
On Wed, 2 Oct 2024 at 15:23, Max Rahder @.***> wrote:
I pushed the feed name changes pointed out by the guy who wrote the ticket.
(Sorry -- my earlier comment accidentally had some personal content.)

thx for the update, closing the ticket.
In the example of creating an earthquake table from an api, the root name is wrong, it should be data and not results, it fails otherwise. Also, humanReadableLocation should just be location, maybe the API changed but it took me some time to work out the issue as i am new to this and it's not a good start when the first tutorial doesn't work.