# Pastebin F9mBUxdr 2019-05-21T09:20:54.267726562Z Running on git commit: %s v-2018-11-22.0-652-g95fa0f2 2019-05-21T09:20:54.678611331Z Traceback (most recent call last): 2019-05-21T09:20:54.679079016Z File "./listenbrainz/api_compat.py", line 6, in 2019-05-21T09:20:54.679610526Z application = create_api_compat_app() 2019-05-21T09:20:54.679914474Z File "./listenbrainz/webserver/__init__.py", line 201, in create_api_compat_app 2019-05-21T09:20:54.680482597Z app = gen_app(config_path=config_path, debug=debug) 2019-05-21T09:20:54.680774869Z File "./listenbrainz/webserver/__init__.py", line 117, in gen_app 2019-05-21T09:20:54.681250180Z db.init_db_connection(app.config['SQLALCHEMY_DATABASE_URI']) 2019-05-21T09:20:54.681545696Z KeyError: 'SQLALCHEMY_DATABASE_URI' 2019-05-21T09:20:54.681663476Z unable to load app 0 (mountpoint='') (callable not found or import error) 2019-05-21T09:20:54.681980213Z *** no app loaded. going in full dynamic mode ***