We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76853a2 commit 227be02Copy full SHA for 227be02
databento/live/client.py
@@ -392,7 +392,7 @@ def start(
392
logger.info("starting live client")
393
if not self.is_connected():
394
if self.dataset == "":
395
- raise ValueError("cannot start a live client without a subscription")
+ raise ValueError("must call subscribe() before starting live client")
396
raise ValueError("cannot start a live client after it is closed")
397
if self._session.is_streaming():
398
raise ValueError("client is already started")
0 commit comments