Advertisement
swimmerhair

Swimbot Error

Oct 4th, 2021
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 3.72 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/home/pi/.local/lib/python3.7/site-packages/discord/ext/commands/core.py", line 85, in wrapped
  3.     ret = await coro(*args, **kwargs)
  4.   File "/home/pi/Swimbot/whois.py", line 202, in whois
  5.     async with ctx.channel.typing():
  6.   File "/home/pi/.local/lib/python3.7/site-packages/discord/context_managers.py", line 63, in __aenter__
  7.     await channel._state.http.send_typing(channel.id)
  8.   File "/home/pi/.local/lib/python3.7/site-packages/discord/http.py", line 241, in request
  9.     raise Forbidden(r, data)
  10. discord.errors.Forbidden: 403 Forbidden (error code: 0): <!DOCTYPE html>
  11. <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
  12. <!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
  13. <!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
  14. <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
  15. <head>
  16. <title>Access denied | discord.com used Cloudflare to restrict access</title>
  17. <meta charset="UTF-8" />
  18. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  19. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
  20. <meta name="robots" content="noindex, nofollow" />
  21. <meta name="viewport" content="width=device-width,initial-scale=1" />
  22. <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/main.css" type="text/css" media="screen,projection" />
  23.  
  24.  
  25. <script defer src="https://api.radar.cloudflare.com/beacon.js"></script>
  26. </head>
  27. <body>
  28.   <div id="cf-wrapper">
  29.     <div class="cf-alert cf-alert-error cf-cookie-error hidden" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div>
  30.     <div id="cf-error-details" class="p-0">
  31.       <header class="mx-auto pt-10 lg:pt-6 lg:px-8 w-240 lg:w-full mb-15 antialiased">
  32.          <h1 class="inline-block md:block mr-2 md:mb-2 font-light text-60 md:text-3xl text-black-dark leading-tight">
  33.            <span data-translate="error">Error</span>
  34.            <span>1020</span>
  35.          </h1>
  36.          <span class="inline-block md:block heading-ray-id font-mono text-15 lg:text-sm lg:leading-relaxed">Ray ID: 699135a4eb4431cd &bull;</span>
  37.          <span class="inline-block md:block heading-ray-id font-mono text-15 lg:text-sm lg:leading-relaxed">2021-10-04 20:37:41 UTC</span>
  38.         <h2 class="text-gray-600 leading-1.3 text-3xl lg:text-2xl font-light">Access denied</h2>
  39.       </header>
  40.  
  41.       <section class="w-240 lg:w-full mx-auto mb-8 lg:px-8">
  42.           <div id="what-happened-section" class="w-1/2 md:w-full">
  43.             <h2 class="text-3xl leading-tight font-normal mb-4 text-black-dark antialiased" data-translate="what_happened">What happened?</h2>
  44.             <p>This website is using a security service to protect itself from online attacks.</p>
  45.            
  46.           </div>
  47.  
  48.          
  49.       </section>
  50.  
  51.       <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300">
  52.   <p class="text-13">
  53.     <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">699135a4eb4431cd</strong></span>
  54.     <span class="cf-footer-separator sm:hidden">&bull;</span>
  55.     <span class="cf-footer-item sm:block sm:mb-1"><span>Your IP</span>: 76.216.173.243</span>
  56.     <span class="cf-footer-separator sm:hidden">&bull;</span>
  57.     <span class="cf-footer-item sm:block sm:mb-1"><span>Performance &amp; security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span>
  58.    
  59.   </p>
  60. </div><!-- /.error-footer -->
  61.  
  62.  
  63.     </div><!-- /#cf-error-details -->
  64.   </div><!-- /#cf-wrapper -->
  65.  
  66.   <script type="text/javascript">
  67.   window._cf_translation = {};
  68.  
  69.  
  70. </script>
  71.  
  72. </body>
  73. </html>
  74.  
  75.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement