Luke Weighall
Luke Weighall
I would very much like to see a resolution to this. Just had a PW3 installed this week. Let me know if there's anything I can do to contribute or...
It's 100% expecting self._token before it does ANYTHING -- "docker_client.py" line 98 ` async def crawl( self, urls: List[str], browser_config: Optional[BrowserConfig] = None, crawler_config: Optional[CrawlerRunConfig] = None ) -> Union[CrawlResult,...
Confirmed manually setting the token allows it to work: ` client._token = "test" `
+1 -- having same issue.