Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- E 2022-09-22 08:11:04,264 lightbulb.ext.tasks: Error occurred during task execution and was not handled. Task will be cancelled after 2 more consecutive failure(s)
- Traceback (most recent call last):
- File "/home/container/.local/lib/python3.10/site-packages/lightbulb/ext/tasks/__init__.py", line 203, in _loop
- await maybe_coro
- File "/home/container/modules/subscription.py", line 175, in check_for_updates
- res, profilepic = await w.get_last_posts(i.username)
- File "/home/container/utils/tiktok.py", line 30, in get_last_posts
- await r.html.arender()
- File "/home/container/.local/lib/python3.10/site-packages/requests_html.py", line 615, in arender
- self.browser = await self.session.browser
- File "/home/container/.local/lib/python3.10/site-packages/requests_html.py", line 714, in browser
- self._browser = await pyppeteer.launch(ignoreHTTPSErrors=not(self.verify), headless=True, args=self.__browser_args)
- File "/home/container/.local/lib/python3.10/site-packages/pyppeteer/launcher.py", line 307, in launch
- return await Launcher(options, **kwargs).launch()
- File "/home/container/.local/lib/python3.10/site-packages/pyppeteer/launcher.py", line 168, in launch
- self.browserWSEndpoint = get_ws_endpoint(self.url)
- File "/home/container/.local/lib/python3.10/site-packages/pyppeteer/launcher.py", line 227, in get_ws_endpoint
- raise BrowserError('Browser closed unexpectedly:\n')
- pyppeteer.errors.BrowserError: Browser closed unexpectedly:
Advertisement
Add Comment
Please, Sign In to add comment