cds-astro / ipyaladin

An IPython Widget for Aladin Lite, the sky viewer.
https://cds-astro.github.io/ipyaladin/
BSD 3-Clause "New" or "Revised" License
126 stars 26 forks source link

718: UserWarning : Message serialization failed #47

Closed ManonMarchand closed 1 year ago

ManonMarchand commented 1 year ago

Calling add_table raises the following warning:

718: UserWarning: Message serialization failed with:
Out of range float values are not JSON compliant
Supporting this message is deprecated in jupyter-client 7, please make sure your message is JSON-compliant
  content = self.pack(content)

Want me to have a look at that? looks like it comes from the NaN values in the json we create, same issue there, unresolved except fixing requirements to ipykernel version ==6.3.1 : https://github.com/jupyter-widgets/pythreejs/issues/366

ManonMarchand commented 1 year ago

solved in #54