pywwt icon indicating copy to clipboard operation
pywwt copied to clipboard

https://hub.gke2.mybinder.org/user/worldwidetelesc-pywwt-notebooks-8wbk7kct/lab/tree/First%20Steps.ipynb

Open pefanis27 opened this issue 2 years ago • 1 comments

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

pefanis27 avatar May 13 '22 06:05 pefanis27