CodeRida

Untitled

Sep 22nd, 2022
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. [(1, <utils.tiktok.TikTok object at 0x7f46f1f69420>)]
  2. dict_items([(0, <utils.instagram.Instagram object at 0x7f46f3fd1990>), (1, <utils.tiktok.TikTok object at 0x7f46f1f69420>), (2, <utils.twitter.Twitter object at 0x7f46f1f69ba0>), (3, <utils.youtube.Youtube object at 0x7f46f1f69d80>)])
  3. <utils.tiktok.TikTok object at 0x7f46f1f69420>
  4. boodyzozo
  5. Browser closed unexpectedly:
  6.  
  7. E 2022-09-22 18:15:34,775 hikari.event_manager: an exception occurred handling an event (SlashCommandErrorEvent)
  8. Traceback (most recent call last):
  9. File "/root/modules/subscription.py", line 46, in subadd
  10. res, profilepic = await w.get_last_posts(username)
  11. File "/root/utils/tiktok.py", line 30, in get_last_posts
  12. await r.html.arender()
  13. File "/usr/local/lib/python3.10/dist-packages/requests_html.py", line 615, in arender
  14. self.browser = await self.session.browser
  15. File "/usr/local/lib/python3.10/dist-packages/requests_html.py", line 714, in browser
  16. self._browser = await pyppeteer.launch(ignoreHTTPSErrors=not(self.verify), headless=True, args=self.__browser_args)
  17. File "/usr/local/lib/python3.10/dist-packages/pyppeteer/launcher.py", line 307, in launch
  18. return await Launcher(options, **kwargs).launch()
  19. File "/usr/local/lib/python3.10/dist-packages/pyppeteer/launcher.py", line 168, in launch
  20. self.browserWSEndpoint = get_ws_endpoint(self.url)
  21. File "/usr/local/lib/python3.10/dist-packages/pyppeteer/launcher.py", line 227, in get_ws_endpoint
  22. raise BrowserError('Browser closed unexpectedly:\n')
  23. pyppeteer.errors.BrowserError: Browser closed unexpectedly:
  24.  
  25.  
  26. During handling of the above exception, another exception occurred:
  27.  
  28. Traceback (most recent call last):
  29. File "/usr/local/lib/python3.10/dist-packages/lightbulb/app.py", line 1154, in invoke_application_command
  30. await context.invoke()
  31. File "/usr/local/lib/python3.10/dist-packages/lightbulb/context/base.py", line 292, in invoke
  32. await self.command.invoke(self)
  33. File "/usr/local/lib/python3.10/dist-packages/lightbulb/commands/slash.py", line 217, in invoke
  34. await self._invoke_subcommand(context)
  35. File "/usr/local/lib/python3.10/dist-packages/lightbulb/commands/slash.py", line 81, in _invoke_subcommand
  36. await self._subcommands[cmd_option.name].invoke(context)
  37. File "/usr/local/lib/python3.10/dist-packages/lightbulb/commands/base.py", line 544, in invoke
  38. await self(context, **kwargs)
  39. File "/usr/local/lib/python3.10/dist-packages/lightbulb/commands/base.py", line 459, in __call__
  40. return await self.callback(context, **kwargs)
  41. File "/root/modules/subscription.py", line 49, in subadd
  42. return await err(ctx, "Incorrect url 3!", "The url you provided isnt correct!")
  43. File "/root/utils/responses.py", line 25, in err
  44. await ctx.respond(embed=embe, reply=True, **kwargs)
  45. File "/usr/local/lib/python3.10/dist-packages/lightbulb/context/base.py", line 525, in respond
  46. await self._interaction.create_initial_response(**kwargs)
  47. File "/usr/local/lib/python3.10/dist-packages/hikari/interactions/base_interactions.py", line 359, in create_initial_response
  48. await self.app.rest.create_interaction_response(
  49. File "/usr/local/lib/python3.10/dist-packages/hikari/impl/rest.py", line 3455, in create_interaction_response
  50. await self._request(route, json=body, no_auth=True)
  51. File "/usr/local/lib/python3.10/dist-packages/hikari/impl/rest.py", line 817, in _request
  52. await self._handle_error_response(response)
  53. File "/usr/local/lib/python3.10/dist-packages/hikari/impl/rest.py", line 839, in _handle_error_response
  54. raise await net.generate_error_response(response)
  55. hikari.errors.NotFoundError: Not Found 404: (10062) 'Unknown interaction' for https://discord.com/api/v8/interactions/1022526452010324079/aW50ZXJhY3Rpb246MTAyMjUyNjQ1MjAxMDMyNDA3OTpnYmMzenZvOFI5MUN3S05HU2dCUGNISmFublI0MkRrRlpWUEd6aDRRRGFVZGd6eGNPQUNYOTJGZ1dPWGpBVldMRld5RTJiYXJKWkFSaGhkTjVPQTNhdHZRUDg0c2hQWUxrckg5YTRnWjRaMTJZZEtxMlNGNzExNDNVb1c2bHZVUw/callback
  56.  
  57. The above exception was the direct cause of the following exception:
  58.  
  59. Traceback (most recent call last):
  60. File "/root/modules/handler.py", line 19, in on_error
  61. raise event.exception
  62. lightbulb.errors.CommandInvocationError: An error occurred during command 'subscription' invocation
Advertisement
Add Comment
Please, Sign In to add comment