KarrLab / datanator_frontend

Graphical web-based interface for the Datanator toolkit for discovering data for modeling cells
https://datanator.info
MIT License
1 stars 1 forks source link

[Airbrake] [Production] undefined is not iterable (cannot read property Symbol(Symbol.iterator)) #326

Closed karr-lab-daemon closed 4 years ago

karr-lab-daemon commented 4 years ago

Airbrake error: #9464 Airbrake project: datanator_frontend

Error type: TypeError Error message: undefined is not iterable (cannot read property Symbol(Symbol.iterator)) Where: <no information> Occurred at: Aug 19, 2020 14:00:16 UTC First seen at: Aug 19, 2020 14:00:16 UTC Occurrences: 0 (0 since last deploy on Aug 18, 2020 14:51:12 UTC) Severity: error

URL: https://datanator.info/gene/K01981/ File: https://datanator.info/static/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js

Backtrace:

https://datanator.info/static/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js:3:in Symbol
https://datanator.info/static/js/scenes/BiochemicalEntityDetails/Gene/RnaModificationDataTable.js:32:in rawDatum
https://datanator.info/static/js/scenes/BiochemicalEntityDetails/DataTable/DataTable.js:319:in query
https://datanator.info/static/js/scenes/BiochemicalEntityDetails/DataTable/DataTable.js:183:in formatData
jonrkarr commented 4 years ago

Fixed. Error was due to a missing field from a data structure returned by the REST API.

karr-lab-daemon commented 4 years ago

Comment from Airbrake: Resolved error reoccurred.

jonrkarr commented 4 years ago

This issue is fixed. The re-occurrence was from reading the same page again with the same older version of the code.