You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR:applications.alouette.alouette:Exception on /_dash-update-component [POST] Traceback (most recent call last): File “/home/ckanportal/ckan/lib/default/src/ckan/alouette_app/alouette_venv/lib/python3.7/site-packages/flask/app.py”, line 2446, in wsgi_app response = self.full_dispatch_request() File “/home/ckanportal/ckan/lib/default/src/ckan/alouette_app/alouette_venv/lib/python3.7/site-packages/flask/app.py”, line 1951, in full_dispatch_request rv = self.handle_user_exception(e) File “/home/ckanportal/ckan/lib/default/src/ckan/alouette_app/alouette_venv/lib/python3.7/site-packages/flask/app.py”, line 1820, in handle_user_exception reraise(exc_type, exc_value, tb) File “/home/ckanportal/ckan/lib/default/src/ckan/alouette_app/alouette_venv/lib/python3.7/site-packages/flask/_compat.py”, line 39, in reraise raise value File “/home/ckanportal/ckan/lib/default/src/ckan/alouette_app/alouette_venv/lib/python3.7/site-packages/flask/app.py”, line 1949, in full_dispatch_request rv = self.dispatch_request() File “/home/ckanportal/ckan/lib/default/src/ckan/alouette_app/alouette_venv/lib/python3.7/site-packages/flask/app.py”, line 1935, in dispatch_request return self.view_functionsrule.endpoint File “/home/ckanportal/ckan/lib/default/src/ckan/alouette_app/alouette_venv/lib/python3.7/site-packages/dash/dash.py”, line 1030, in dispatch func = self.callback_map[output][“callback”] KeyError: ‘..page-title.children…learn-more-button.children…ionograms-ratio.children…description-1.children…description-2.children…github-link.children…select-data.children…latitude-text.children…longitude-text.children…Map_description-1.children…yearslider-text.children…groundstations-text.children…download-button-1.children…download-button-2.children…Graph_description-1.children…x-axis-selection-text.children…y-axis-selection-text.children…Graph_description-2.children…stat-selection-text.children…stat-y-axis-text.children…ground_station_list.options…x_axis_selection_1.options…y_axis_selection_1.options…y_axis_selection_2.options…Map_description-2.children…stat_selection.options..’
This error happened on the production server. I was unable to reproduce it on a local installation and was unable to clearly identify the source issue. It seems that the KeyError is raised because the string ‘..page-title.children…learn-more-button.children….....…stat_selection.options..’ is not a correct key. The elements of this string are all individual keys. This error does not happen on a regular basis.
This issue will be further looked into if it reoccurs more frequently.
The text was updated successfully, but these errors were encountered:
ERROR:applications.alouette.alouette:Exception on /_dash-update-component [POST] Traceback (most recent call last): File “/home/ckanportal/ckan/lib/default/src/ckan/alouette_app/alouette_venv/lib/python3.7/site-packages/flask/app.py”, line 2446, in wsgi_app response = self.full_dispatch_request() File “/home/ckanportal/ckan/lib/default/src/ckan/alouette_app/alouette_venv/lib/python3.7/site-packages/flask/app.py”, line 1951, in full_dispatch_request rv = self.handle_user_exception(e) File “/home/ckanportal/ckan/lib/default/src/ckan/alouette_app/alouette_venv/lib/python3.7/site-packages/flask/app.py”, line 1820, in handle_user_exception reraise(exc_type, exc_value, tb) File “/home/ckanportal/ckan/lib/default/src/ckan/alouette_app/alouette_venv/lib/python3.7/site-packages/flask/_compat.py”, line 39, in reraise raise value File “/home/ckanportal/ckan/lib/default/src/ckan/alouette_app/alouette_venv/lib/python3.7/site-packages/flask/app.py”, line 1949, in full_dispatch_request rv = self.dispatch_request() File “/home/ckanportal/ckan/lib/default/src/ckan/alouette_app/alouette_venv/lib/python3.7/site-packages/flask/app.py”, line 1935, in dispatch_request return self.view_functionsrule.endpoint File “/home/ckanportal/ckan/lib/default/src/ckan/alouette_app/alouette_venv/lib/python3.7/site-packages/dash/dash.py”, line 1030, in dispatch func = self.callback_map[output][“callback”] KeyError: ‘..page-title.children…learn-more-button.children…ionograms-ratio.children…description-1.children…description-2.children…github-link.children…select-data.children…latitude-text.children…longitude-text.children…Map_description-1.children…yearslider-text.children…groundstations-text.children…download-button-1.children…download-button-2.children…Graph_description-1.children…x-axis-selection-text.children…y-axis-selection-text.children…Graph_description-2.children…stat-selection-text.children…stat-y-axis-text.children…ground_station_list.options…x_axis_selection_1.options…y_axis_selection_1.options…y_axis_selection_2.options…Map_description-2.children…stat_selection.options..’
This error happened on the production server. I was unable to reproduce it on a local installation and was unable to clearly identify the source issue. It seems that the KeyError is raised because the string
‘..page-title.children…learn-more-button.children….....…stat_selection.options..’
is not a correct key. The elements of this string are all individual keys. This error does not happen on a regular basis.This issue will be further looked into if it reoccurs more frequently.
The text was updated successfully, but these errors were encountered: