Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

24.0 hour not supported - triggering exception #10

Open
bmarcote opened this issue Oct 8, 2021 · 0 comments
Open

24.0 hour not supported - triggering exception #10

bmarcote opened this issue Oct 8, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@bmarcote
Copy link
Owner

bmarcote commented Oct 8, 2021

Following an exception. Hour time may get a 24 value that is not correctly handle by the tool.

Oct 02 14:32:06 planobs planobs_runner[2440153]: Exception on /_dash-component-suites/dash_renderer/polyfill17.v1_8_2m1603806884.>
Oct 02 14:32:06 planobs planobs_runner[2440153]: Traceback (most recent call last):
Oct 02 14:32:06 planobs planobs_runner[2440153]:   File "/home/marcote/venv/lib/python3.8/site-packages/flask/app.py", line 2447,>
Oct 02 14:32:06 planobs planobs_runner[2440153]:     response = self.full_dispatch_request()
Oct 02 14:32:06 planobs planobs_runner[2440153]:   File "/home/marcote/venv/lib/python3.8/site-packages/flask/app.py", line 1952,>
Oct 02 14:32:06 planobs planobs_runner[2440153]:     rv = self.handle_user_exception(e)
Oct 02 14:32:06 planobs planobs_runner[2440153]:   File "/home/marcote/venv/lib/python3.8/site-packages/flask/app.py", line 1821,>
Oct 02 14:32:06 planobs planobs_runner[2440153]:     reraise(exc_type, exc_value, tb)
Oct 02 14:32:06 planobs planobs_runner[2440153]:   File "/home/marcote/venv/lib/python3.8/site-packages/flask/_compat.py", line 3>
Oct 02 14:32:06 planobs planobs_runner[2440153]:     raise value
Oct 02 14:32:06 planobs planobs_runner[2440153]:   File "/home/marcote/venv/lib/python3.8/site-packages/flask/app.py", line 1950,>
Oct 02 14:32:06 planobs planobs_runner[2440153]:     rv = self.dispatch_request()
Oct 02 14:32:06 planobs planobs_runner[2440153]:   File "/home/marcote/venv/lib/python3.8/site-packages/flask/app.py", line 1936,>
Oct 02 14:32:06 planobs planobs_runner[2440153]:     return self.view_functions[rule.endpoint](**req.view_args)
Oct 02 14:32:06 planobs planobs_runner[2440153]:   File "/home/marcote/venv/lib/python3.8/site-packages/dash/dash.py", line 720, >
Oct 02 14:32:06 planobs planobs_runner[2440153]:     _validate.validate_js_path(self.registered_paths, package_name, path_in_pkg)
Oct 02 14:32:06 planobs planobs_runner[2440153]:   File "/home/marcote/venv/lib/python3.8/site-packages/dash/_validate.py", line >
Oct 02 14:32:06 planobs planobs_runner[2440153]:     raise exceptions.DependencyException(
Oct 02 14:32:06 planobs planobs_runner[2440153]: dash.exceptions.DependencyException: "dash_renderer" is registered but the path >
Oct 02 14:32:06 planobs planobs_runner[2440153]: The path requested: "polyfill17.8.7.min.js"
Oct 02 14:32:06 planobs planobs_runner[2440153]: List of registered paths: defaultdict(<class 'set'>, {'dash_renderer': {'polyfil>
Oct 05 15:28:59 planobs planobs_runner[1858764]: /home/marcote/venv/lib/python3.8/site-packages/astropy/units/quantity.py:477: Ru>
Oct 05 15:28:59 planobs planobs_runner[1858764]: divide by zero encountered in true_divide
Oct 07 23:22:11 planobs planobs_runner[2440137]: WARNING: IllegalHourWarning: 'hour' was found  to be '24.0', which is not in ran
@bmarcote bmarcote added the bug Something isn't working label Oct 8, 2021
@bmarcote bmarcote self-assigned this Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant