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] Network Error #322

Closed karr-lab-daemon closed 3 years ago

karr-lab-daemon commented 3 years ago

Airbrake error: #0885 Airbrake project: datanator_frontend

Error type: Error Error message: Network Error Where: <no information> Occurred at: Aug 03, 2020 16:48:34 UTC First seen at: Aug 03, 2020 16:48:34 UTC Occurrences: 0 (0 since last deploy on Aug 03, 2020 16:47:20 UTC) Severity: error

URL: http://localhost:3000/gene/K00117/Escherichia%20coli/ File: /PROJECT_ROOT/static/js/0.chunk.js

Backtrace:

/PROJECT_ROOT/static/js/0.chunk.js:118761:in createError
/PROJECT_ROOT/static/js/0.chunk.js:118312:in XMLHttpRequest.handleError
jonrkarr commented 3 years ago

This seems to be an intermittent issue with the REST API.

jonrkarr commented 3 years ago

Upon further inspection, I think this issue isn't an error. I think this is just cancelled HTTP requests. Usually because a user leaves a page before it finishes loading. I pushed a change to try to ignore these "errors". I'm not sure this will address the issue because I haven't been able to replicate the problem.

karr-lab-daemon commented 3 years ago

Comment from Airbrake: Resolved error reoccurred.

jonrkarr commented 3 years ago

Looks like I might not have fixed the issue.

I'm still not sure if this is a real error. I see the error has only occurred on localhost. Maybe the issue occurs when node recompiles the application.

karr-lab-daemon commented 3 years ago

Comment from Airbrake: Resolved error reoccurred.

jonrkarr commented 3 years ago

Muted this error in AirBrake