GithubHelp home page GithubHelp logo

Comments (3)

kevinyang372 avatar kevinyang372 commented on August 12, 2024

Seems like the app environment has no driver for mysql and thus the sqlalchemy fails to initiate properly.

from code-eval.

kevinyang372 avatar kevinyang372 commented on August 12, 2024
2020-11-18T23:17:08.009855778Z Updated PYTHONPATH to ':/antenv/lib/python3.8/site-packages'
2020-11-18T23:17:13.032486055Z [2020-11-18 23:17:13 +0000] [43] [INFO] Starting gunicorn 20.0.4
2020-11-18T23:17:13.046602066Z [2020-11-18 23:17:13 +0000] [43] [INFO] Listening at: http://0.0.0.0:8000 (43)
2020-11-18T23:17:13.046623067Z [2020-11-18 23:17:13 +0000] [43] [INFO] Using worker: sync
2020-11-18T23:17:13.058387410Z [2020-11-18 23:17:13 +0000] [45] [INFO] Booting worker with pid: 45
2020-11-18T23:17:16.567462338Z [2020-11-18 23:17:16 +0000] [45] [ERROR] Exception in worker process
2020-11-18T23:17:16.567515640Z Traceback (most recent call last):
2020-11-18T23:17:16.567547341Z   File "/opt/python/3.8.5/lib/python3.8/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
2020-11-18T23:17:16.567556941Z     worker.init_process()
2020-11-18T23:17:16.567564741Z   File "/opt/python/3.8.5/lib/python3.8/site-packages/gunicorn/workers/base.py", line 119, in init_process
2020-11-18T23:17:16.567572542Z     self.load_wsgi()
2020-11-18T23:17:16.567579542Z   File "/opt/python/3.8.5/lib/python3.8/site-packages/gunicorn/workers/base.py", line 144, in load_wsgi
2020-11-18T23:17:16.567587542Z     self.wsgi = self.app.wsgi()
2020-11-18T23:17:16.567594942Z   File "/opt/python/3.8.5/lib/python3.8/site-packages/gunicorn/app/base.py", line 67, in wsgi
2020-11-18T23:17:16.567602543Z     self.callable = self.load()
2020-11-18T23:17:16.567609843Z   File "/opt/python/3.8.5/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 49, in load
2020-11-18T23:17:16.567617443Z     return self.load_wsgiapp()
2020-11-18T23:17:16.567624643Z   File "/opt/python/3.8.5/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 39, in load_wsgiapp
2020-11-18T23:17:16.567632543Z     return util.import_app(self.app_uri)
2020-11-18T23:17:16.567639744Z   File "/opt/python/3.8.5/lib/python3.8/site-packages/gunicorn/util.py", line 358, in import_app
2020-11-18T23:17:16.567647244Z     mod = importlib.import_module(module)
2020-11-18T23:17:16.567654544Z   File "/opt/python/3.8.5/lib/python3.8/importlib/__init__.py", line 127, in import_module
2020-11-18T23:17:16.567662344Z     return _bootstrap._gcd_import(name[level:], package, level)
2020-11-18T23:17:16.567670045Z   File "", line 1014, in _gcd_import
2020-11-18T23:17:16.567677945Z   File "", line 991, in _find_and_load
2020-11-18T23:17:16.567685745Z   File "", line 975, in _find_and_load_unlocked
2020-11-18T23:17:16.567693345Z   File "", line 671, in _load_unlocked
2020-11-18T23:17:16.567700845Z   File "", line 783, in exec_module
2020-11-18T23:17:16.567708346Z   File "", line 219, in _call_with_frames_removed
2020-11-18T23:17:16.567715946Z   File "/home/site/wwwroot/startup.py", line 1, in 
2020-11-18T23:17:16.567723546Z     from web import app
2020-11-18T23:17:16.567731046Z   File "/home/site/wwwroot/web/__init__.py", line 58, in 
2020-11-18T23:17:16.567738646Z     db.create_all()
2020-11-18T23:17:16.567745847Z   File "/antenv/lib/python3.8/site-packages/flask_sqlalchemy/__init__.py", line 963, in create_all
2020-11-18T23:17:16.567753947Z     self._execute_for_all_tables(app, bind, 'create_all')
2020-11-18T23:17:16.567763047Z   File "/antenv/lib/python3.8/site-packages/flask_sqlalchemy/__init__.py", line 955, in _execute_for_all_tables
2020-11-18T23:17:16.567776948Z     op(bind=self.get_engine(app, bind), **extra)
2020-11-18T23:17:16.567784648Z   File "/antenv/lib/python3.8/site-packages/flask_sqlalchemy/__init__.py", line 896, in get_engine
2020-11-18T23:17:16.567792448Z     return connector.get_engine()
2020-11-18T23:17:16.567799448Z   File "/antenv/lib/python3.8/site-packages/flask_sqlalchemy/__init__.py", line 556, in get_engine
2020-11-18T23:17:16.567806748Z     self._sa.apply_driver_hacks(self._app, info, options)
2020-11-18T23:17:16.567813849Z   File "/antenv/lib/python3.8/site-packages/flask_sqlalchemy/__init__.py", line 830, in apply_driver_hacks
2020-11-18T23:17:16.567821549Z     if info.drivername.startswith('mysql'):
2020-11-18T23:17:16.567828949Z AttributeError: 'NoneType' object has no attribute 'drivername'

from code-eval.

kevinyang372 avatar kevinyang372 commented on August 12, 2024

https://code-eval-1.herokuapp.com/

from code-eval.

Related Issues (15)

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.