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
Thanks for reaching out! Usually when this happens, it's because you need to open up the WWT app before running these commands. You can do that either by clicking the "AAS WorldWide Telescope" icon in the JupyterLab launcher, or by going to the View → Activate Command Palette menu item and clicking "AAS WorldWide Telescope" there.
We should special-case this timeout error to suggest the above, since right now we're not giving the user any helpful hints.
Even better would be to be able to automatically launch the WWT app if needed, but last time I looked into the JupyterLab infrastructure, I couldn't figure out a way to make that happen.
problem with run the : wwt = await connect_to_app().becomes_ready()
TimeoutError Traceback (most recent call last)
Input In [2], in
----> 1 wwt = await connect_to_app().becomes_ready()
File ~/.local/lib/python3.8/site-packages/pywwt/core.py:561, in BaseWWTWidget.becomes_ready(self, timeout)
557 fut.set_exception(asyncio.TimeoutError())
559 loop.call_later(timeout, maybe_time_it_out)
--> 561 await self._readyFuture
562 return self
TimeoutError:
Please Help me
The text was updated successfully, but these errors were encountered: