CodeRida

Untitled

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