Code Monkey home page Code Monkey logo

hackbotone-website's People

Contributors

anshumanpattnaik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

isiaon

hackbotone-website's Issues

KeyError at /blog/essential-recon-tools/

KeyError at /blog/essential-recon-tools/

'small_thumbnail'
Request Method: GET
http://127.0.0.1:8003/blog/essential-recon-tools/
3.2.4
KeyError
'small_thumbnail'
C:\Users\CyberAz\hackbotone-website\app\views.py, line 99, in blogDetails
C:\Users\CyberAz\AppData\Local\Programs\Python\Python310\python.exe
3.10.5
['C:\Users\CyberAz\hackbotone-website', 'C:\Users\CyberAz\AppData\Local\Programs\Python\Python310\python310.zip', 'C:\Users\CyberAz\AppData\Local\Programs\Python\Python310\DLLs', 'C:\Users\CyberAz\AppData\Local\Programs\Python\Python310\lib', 'C:\Users\CyberAz\AppData\Local\Programs\Python\Python310', 'C:\Users\CyberAz\AppData\Roaming\Python\Python310\site-packages', 'C:\Users\CyberAz\AppData\Local\Programs\Python\Python310\lib\site-packages', 'C:\Users\CyberAz\AppData\Local\Programs\Python\Python310\lib\site-packages\videodownloader-2.0.0-py3.10.egg', 'C:\Users\CyberAz\AppData\Local\Programs\Python\Python310\lib\site-packages\pytube-12.1.0-py3.10.egg', 'C:\Users\CyberAz\AppData\Local\Programs\Python\Python310\lib\site-packages\win32', 'C:\Users\CyberAz\AppData\Local\Programs\Python\Python310\lib\site-packages\win32\lib', 'C:\Users\CyberAz\AppData\Local\Programs\Python\Python310\lib\site-packages\Pythonwin']
Sun, 10 Jul 2022 10:11:25 +0000

Traceback Switch to copy-and-paste view

  • C:\Users\CyberAz\AppData\Local\Programs\Python\Python310\lib\site-packages\django\core\handlers\exception.py, line 47, in inner
    1.                 response = get_response(request)
  • C:\Users\CyberAz\AppData\Local\Programs\Python\Python310\lib\site-packages\django\core\handlers\base.py, line 181, in _get_response
    1.         if response is None:
    2.             wrapped_callback = self.make_view_atomic(callback)
    3.             # If it is an asynchronous view, run it in a subthread.
    4.             if asyncio.iscoroutinefunction(wrapped_callback):
    5.                 wrapped_callback = async_to_sync(wrapped_callback)
    6.             try:
    1.                 response = wrapped_callback(request, *callback_args, **callback_kwargs)
    1.             except Exception as e:
    2.                 response = self.process_exception_by_middleware(e, request)
    3.                 if response is None:
    4.                     raise
    5.         # Complain if the view returned None (a common error).
  • C:\Users\CyberAz\hackbotone-website\app\views.py, line 99, in blogDetails
    1.             'small_thumbnail': blog['small_thumbnail'],
KeyError at /blog/essential-recon-tools/ 'small_thumbnail' Request Method: GET Request URL: http://127.0.0.1:8003/blog/essential-recon-tools/ Django Version: 3.2.4 Exception Type: KeyError Exception Value: 'small_thumbnail' Exception Location: C:\Users\CyberAz\hackbotone-website\app\views.py, line 99, in blogDetails Python Executable: C:\Users\CyberAz\AppData\Local\Programs\Python\Python310\python.exe Python Version: 3.10.5 Python Path: ['C:\\Users\\CyberAz\\hackbotone-website', 'C:\\Users\\CyberAz\\AppData\\Local\\Programs\\Python\\Python310\\python310.zip', 'C:\\Users\\CyberAz\\AppData\\Local\\Programs\\Python\\Python310\\DLLs', 'C:\\Users\\CyberAz\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\Users\\CyberAz\\AppData\\Local\\Programs\\Python\\Python310', 'C:\\Users\\CyberAz\\AppData\\Roaming\\Python\\Python310\\site-packages', 'C:\\Users\\CyberAz\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages', 'C:\\Users\\CyberAz\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\videodownloader-2.0.0-py3.10.egg', 'C:\\Users\\CyberAz\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\pytube-12.1.0-py3.10.egg', 'C:\\Users\\CyberAz\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\win32', 'C:\\Users\\CyberAz\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\win32\\lib', 'C:\\Users\\CyberAz\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\Pythonwin'] Server time: Sun, 10 Jul 2022 10:11:25 +0000 Traceback [Switch to copy-and-paste view](http://127.0.0.1:8003/blog/essential-recon-tools/#) C:\Users\CyberAz\AppData\Local\Programs\Python\Python310\lib\site-packages\django\core\handlers\exception.py, line 47, in inner response = get_response(request) … [▶ Local vars](http://127.0.0.1:8003/blog/essential-recon-tools/#) C:\Users\CyberAz\AppData\Local\Programs\Python\Python310\lib\site-packages\django\core\handlers\base.py, line 181, in _get_response if response is None: wrapped_callback = self.make_view_atomic(callback) # If it is an asynchronous view, run it in a subthread. if asyncio.iscoroutinefunction(wrapped_callback): wrapped_callback = async_to_sync(wrapped_callback) try: response = wrapped_callback(request, *callback_args, **callback_kwargs) … except Exception as e: response = self.process_exception_by_middleware(e, request) if response is None: raise # Complain if the view returned None (a common error). [▶ Local vars](http://127.0.0.1:8003/blog/essential-recon-tools/#) C:\Users\CyberAz\hackbotone-website\app\views.py, line 99, in blogDetails 'small_thumbnail': blog['small_thumbnail'], … [▶ Local vars](http://127.0.0.1:8003/blog/essential-recon-tools/#)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.