CodeRida

Untitled

Sep 22nd, 2022
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.25 KB | None | 0 0
  1.  
  2. [(1, <utils.tiktok.TikTok object at 0x7f0489ef1840>)]
  3. dict_items([(0, <utils.instagram.Instagram object at 0x7f048c0d3ee0>), (1, <utils.tiktok.TikTok object at 0x7f0489ef1840>), (2, <utils.twitter.Twitter object at 0x7f0489ef1150>), (3, <utils.youtube.Youtube object at 0x7f0489ef0f70>)])
  4. <utils.tiktok.TikTok object at 0x7f0489ef1840>
  5. boodyzozo
  6. Browser closed unexpectedly:
  7. E 2022-09-22 14:58:00,979 hikari.gateway.0: connection closed with code 1000 ()
  8. [(1, <utils.tiktok.TikTok object at 0x7f0489ef1840>)]
  9. dict_items([(0, <utils.instagram.Instagram object at 0x7f048c0d3ee0>), (1, <utils.tiktok.TikTok object at 0x7f0489ef1840>), (2, <utils.twitter.Twitter object at 0x7f0489ef1150>), (3, <utils.youtube.Youtube object at 0x7f0489ef0f70>)])
  10. <utils.tiktok.TikTok object at 0x7f0489ef1840>
  11. boodyzozo
  12. I 2022-09-22 14:58:01,232 hikari.gateway.0: server has closed connection, will reconnect if possible [code:1000, reason:]
  13. Browser closed unexpectedly:
  14. W 2022-09-22 14:58:31,655 hikari.gateway.0: failed to communicate with server, reason was: 'Timeout exceeded'. Will retry shortly
  15. E 2022-09-22 14:58:31,741 hikari.event_manager: an exception occurred handling an event (SlashCommandErrorEvent)
  16. Traceback (most recent call last):
  17. File "/home/container/.local/lib/python3.10/site-packages/lightbulb/app.py", line 1154, in invoke_application_command
  18. await context.invoke()
  19. File "/home/container/.local/lib/python3.10/site-packages/lightbulb/context/base.py", line 292, in invoke
  20. await self.command.invoke(self)
  21. File "/home/container/.local/lib/python3.10/site-packages/lightbulb/commands/slash.py", line 217, in invoke
  22. await self._invoke_subcommand(context)
  23. File "/home/container/.local/lib/python3.10/site-packages/lightbulb/commands/slash.py", line 81, in _invoke_subcommand
  24. await self._subcommands[cmd_option.name].invoke(context)
  25. File "/home/container/.local/lib/python3.10/site-packages/lightbulb/commands/base.py", line 544, in invoke
  26. await self(context, **kwargs)
  27. File "/home/container/.local/lib/python3.10/site-packages/lightbulb/commands/base.py", line 459, in __call__
  28. return await self.callback(context, **kwargs)
  29. File "/home/container/modules/subscription.py", line 49, in subadd
  30. return await err(ctx, "Incorrect url 3!", "The url you provided isnt correct!")
  31. File "/home/container/.local/lib/python3.10/site-packages/hikari/impl/rest.py", line 748, in _request
  32. response = await live_attributes.still_alive().client_session.request(
  33. File "/home/container/.local/lib/python3.10/site-packages/aiohttp/client.py", line 560, in _request
  34. await resp.start(conn)
  35. File "/home/container/.local/lib/python3.10/site-packages/aiohttp/client_reqrep.py", line 894, in start
  36. with self._timer:
  37. File "/home/container/.local/lib/python3.10/site-packages/aiohttp/helpers.py", line 720, in __exit__
  38. raise asyncio.TimeoutError from None
  39. asyncio.exceptions.TimeoutError
  40. The above exception was the direct cause of the following exception:
  41. Traceback (most recent call last):
  42. File "/home/container/modules/handler.py", line 19, in on_error
  43. raise event.exception
  44. lightbulb.errors.CommandInvocationError: An error occurred during command 'subscription' invocation
  45. E 2022-09-22 14:58:32,029 hikari.event_manager: an exception occurred handling an event (SlashCommandErrorEvent)
  46. Traceback (most recent call last):
  47. File "/home/container/modules/subscription.py", line 46, in subadd
  48. res, profilepic = await w.get_last_posts(username)
  49. File "/home/container/utils/tiktok.py", line 30, in get_last_posts
  50. await r.html.arender()
  51. File "/home/container/.local/lib/python3.10/site-packages/requests_html.py", line 615, in arender
  52. self.browser = await self.session.browser
  53. File "/home/container/.local/lib/python3.10/site-packages/requests_html.py", line 714, in browser
  54. self._browser = await pyppeteer.launch(ignoreHTTPSErrors=not(self.verify), headless=True, args=self.__browser_args)
  55. File "/home/container/.local/lib/python3.10/site-packages/pyppeteer/launcher.py", line 307, in launch
  56. return await Launcher(options, **kwargs).launch()
  57. File "/home/container/.local/lib/python3.10/site-packages/pyppeteer/launcher.py", line 168, in launch
  58. self.browserWSEndpoint = get_ws_endpoint(self.url)
  59. File "/home/container/.local/lib/python3.10/site-packages/pyppeteer/launcher.py", line 227, in get_ws_endpoint
  60. raise BrowserError('Browser closed unexpectedly:\n')
  61. pyppeteer.errors.BrowserError: Browser closed unexpectedly:
  62. During handling of the above exception, another exception occurred:
  63. Traceback (most recent call last):
  64. File "/home/container/.local/lib/python3.10/site-packages/lightbulb/app.py", line 1154, in invoke_application_command
  65. await context.invoke()
  66. File "/home/container/.local/lib/python3.10/site-packages/lightbulb/context/base.py", line 292, in invoke
  67. await self.command.invoke(self)
  68. File "/home/container/.local/lib/python3.10/site-packages/lightbulb/commands/slash.py", line 217, in invoke
  69. await self._invoke_subcommand(context)
  70. File "/home/container/.local/lib/python3.10/site-packages/lightbulb/commands/slash.py", line 81, in _invoke_subcommand
  71. await self._subcommands[cmd_option.name].invoke(context)
  72. File "/home/container/.local/lib/python3.10/site-packages/lightbulb/commands/base.py", line 544, in invoke
  73. await self(context, **kwargs)
  74. File "/home/container/.local/lib/python3.10/site-packages/lightbulb/commands/base.py", line 459, in __call__
  75. return await self.callback(context, **kwargs)
  76. File "/home/container/modules/subscription.py", line 49, in subadd
  77. return await err(ctx, "Incorrect url 3!", "The url you provided isnt correct!")
  78. File "/home/container/utils/responses.py", line 25, in err
  79. await ctx.respond(embed=embe, reply=True, **kwargs)
  80. File "/home/container/.local/lib/python3.10/site-packages/lightbulb/context/base.py", line 525, in respond
  81. await self._interaction.create_initial_response(**kwargs)
  82. File "/home/container/.local/lib/python3.10/site-packages/hikari/interactions/base_interactions.py", line 359, in create_initial_response
  83. await self.app.rest.create_interaction_response(
  84. File "/home/container/.local/lib/python3.10/site-packages/hikari/impl/rest.py", line 3455, in create_interaction_response
  85. await self._request(route, json=body, no_auth=True)
  86. File "/home/container/.local/lib/python3.10/site-packages/hikari/impl/rest.py", line 817, in _request
  87. await self._handle_error_response(response)
  88. File "/home/container/.local/lib/python3.10/site-packages/hikari/impl/rest.py", line 839, in _handle_error_response
  89. raise await net.generate_error_response(response)
  90. hikari.errors.NotFoundError: Not Found 404: (10062) 'Unknown interaction' for https://discord.com/api/v8/interactions/1022522137413701682/aW50ZXJhY3Rpb246MTAyMjUyMjEzNzQxMzcwMTY4MjoybG8xZmNhQ0sxZ2VhNmt1ZkFDS0lnNjRzZlB6dHliOTNqSDNlQ2RFMXlWUHFDdXNXZGtOT2xqYzNVNVREQkdCWEEzU0pySVRpTnJrVk5PSVQ5YlphVUp3MkhtNmhxQXNHSVEwa01jalJDcUVsQjgyR3k3eVk2cmtOT25FUk4xcg/callback
  91. The above exception was the direct cause of the following exception:
  92. Traceback (most recent call last):
  93. File "/home/container/modules/handler.py", line 19, in on_error
  94. raise event.exception
  95. lightbulb.errors.CommandInvocationError: An error occurred during command 'subscription' invocation
Advertisement
Add Comment
Please, Sign In to add comment