Giter VIP home page Giter VIP logo

readme-creator's People

Contributors

bpires avatar tiagobpires avatar valdemirfilho avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

readme-creator's Issues

ehm

AttributeError
AttributeError: 'NoneType' object has no attribute 'drivername'

Traceback (most recent call last)
File "C:\Users\Jonas\AppData\Local\Programs\Python\Python310\Lib\site-packages\sqlalchemy\util_collections.py", line 1008, in call
return self.registry[key]
During handling of the above exception, another exception occurred:
File "C:\Users\Jonas\AppData\Local\Programs\Python\Python310\Lib\site-packages\flask\app.py", line 2088, in call
return self.wsgi_app(environ, start_response)
File "C:\Users\Jonas\AppData\Local\Programs\Python\Python310\Lib\site-packages\flask\app.py", line 2073, in wsgi_app
response = self.handle_exception(e)
File "C:\Users\Jonas\AppData\Local\Programs\Python\Python310\Lib\site-packages\flask\app.py", line 2070, in wsgi_app
response = self.full_dispatch_request()
File "C:\Users\Jonas\AppData\Local\Programs\Python\Python310\Lib\site-packages\flask\app.py", line 1515, in full_dispatch_request
rv = self.handle_user_exception(e)
File "C:\Users\Jonas\AppData\Local\Programs\Python\Python310\Lib\site-packages\flask\app.py", line 1513, in full_dispatch_request
rv = self.dispatch_request()
File "C:\Users\Jonas\AppData\Local\Programs\Python\Python310\Lib\site-packages\flask\app.py", line 1499, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
File "C:\Users\Jonas\Downloads\readme-creator\factory.py", line 25, in index
analytics = get_analytics()
File "C:\Users\Jonas\Downloads\readme-creator\controllers\analytics.py", line 19, in get_analytics
analytics = Analytics.query.with_entities(
File "C:\Users\Jonas\AppData\Local\Programs\Python\Python310\Lib\site-packages\flask_sqlalchemy_init_.py", line 552, in get
return type.query_class(mapper, session=self.sa.session())
File "C:\Users\Jonas\AppData\Local\Programs\Python\Python310\Lib\site-packages\sqlalchemy\orm\scoping.py", line 47, in call
return self.registry()
File "C:\Users\Jonas\AppData\Local\Programs\Python\Python310\Lib\site-packages\sqlalchemy\util_collections.py", line 1010, in call
return self.registry.setdefault(key, self.createfunc())
File "C:\Users\Jonas\AppData\Local\Programs\Python\Python310\Lib\site-packages\sqlalchemy\orm\session.py", line 4101, in call
return self.class_(**local_kw)
File "C:\Users\Jonas\AppData\Local\Programs\Python\Python310\Lib\site-packages\flask_sqlalchemy_init_.py", line 176, in init
bind = options.pop('bind', None) or db.engine
File "C:\Users\Jonas\AppData\Local\Programs\Python\Python310\Lib\site-packages\flask_sqlalchemy_init_.py", line 998, in engine
return self.get_engine()
File "C:\Users\Jonas\AppData\Local\Programs\Python\Python310\Lib\site-packages\flask_sqlalchemy_init_.py", line 1017, in get_engine
return connector.get_engine()
File "C:\Users\Jonas\AppData\Local\Programs\Python\Python310\Lib\site-packages\flask_sqlalchemy_init_.py", line 593, in get_engine
sa_url, options = self.get_options(sa_url, echo)
File "C:\Users\Jonas\AppData\Local\Programs\Python\Python310\Lib\site-packages\flask_sqlalchemy_init_.py", line 608, in get_options
sa_url, options = self._sa.apply_driver_hacks(self.app, sa_url, options)
File "C:\Users\Jonas\AppData\Local\Programs\Python\Python310\Lib\site-packages\flask_sqlalchemy_init
.py", line 933, in apply_driver_hacks
if sa_url.drivername.startswith('mysql'):
AttributeError: 'NoneType' object has no attribute 'drivername'
The debugger caught an exception in your WSGI application. You can now look at the traceback which led to the error.
To switch between the interactive traceback and the plaintext one, you can click on the "Traceback" headline. From the text traceback you can also create a paste of it. For code execution mouse-over the frame you want to debug and click on the console icon on the right side.

You can execute arbitrary Python code in the stack frames and there are some extra helpers available for introspection:

dump() shows all variables in the frame
dump(obj) dumps all that's known about the object
Brought to you by DON'T PANIC, your friendly Werkzeug powered traceback interpreter.

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.