Skip to content

Instantly share code, notes, and snippets.

@RNGIllSkillz
Created January 13, 2024 18:12
Show Gist options
  • Save RNGIllSkillz/824632d3584d618934f3768676aea519 to your computer and use it in GitHub Desktop.
Save RNGIllSkillz/824632d3584d618934f3768676aea519 to your computer and use it in GitHub Desktop.
api start up
2024-01-13 20:28:37.263894+03:00+ funkwhale-manage collectstatic --noinput
2024-01-13 20:28:37.388076+03:002024-01-13 17:28:37,387 funkwhale_api.config DEBUG No env file found at /app/.env
2024-01-13 20:28:37.388098+03:002024-01-13 17:28:37,387 funkwhale_api.config DEBUG No env file found at /config/.env
2024-01-13 20:28:37.388104+03:002024-01-13 17:28:37,388 funkwhale_api.config INFO Running with the following plugins enabled: funkwhale_api.contrib.scrobbler, funkwhale_api.contrib.listenbrainz, funkwhale_api.contrib.maloja
2024-01-13 20:28:37.495808+03:002024-01-13 17:28:37,495 plugins DEBUG Calling handlers for filter plugins_dependencies
2024-01-13 20:28:37.495846+03:002024-01-13 17:28:37,495 plugins DEBUG Calling handlers for filter plugins_apps
2024-01-13 20:28:37.495849+03:002024-01-13 17:28:37,495 plugins DEBUG Calling handlers for filter middlewares_before
2024-01-13 20:28:37.495870+03:002024-01-13 17:28:37,495 plugins DEBUG Calling handlers for filter middlewares_after
2024-01-13 20:28:38.011476+03:002024-01-13 17:28:38,011 plugins DEBUG Plugin scrobbler running with settings {'lastfm_api_key': None, 'lastfm_api_secret': None}
2024-01-13 20:28:38.011502+03:002024-01-13 17:28:38,011 plugins DEBUG Plugin listenbrainz running with settings {}
2024-01-13 20:28:38.011505+03:002024-01-13 17:28:38,011 plugins DEBUG Plugin maloja running with settings {}
2024-01-13 20:28:38.171033+03:002024-01-13 17:28:38,170 funkwhale_api.typesense.utils INFO Typesense is not activated. You can enable it by setting the TYPESENSE_API_KEY env variable.
2024-01-13 20:28:38.171048+03:002024-01-13 17:28:38,170 funkwhale_api.typesense.tasks INFO Typesense is not activated. You can enable it by setting the TYPESENSE_API_KEY env variable.
2024-01-13 20:28:38.181700+03:002024-01-13T20:28:38.181700403+03:00
2024-01-13 20:28:38.181704+03:000 static files copied to '/srv/funkwhale/data/static', 169 unmodified.
2024-01-13 20:28:38.329681+03:00+ funkwhale-manage migrate
2024-01-13 20:28:38.440138+03:002024-01-13 17:28:38,439 funkwhale_api.config DEBUG No env file found at /app/.env
2024-01-13 20:28:38.440162+03:002024-01-13 17:28:38,440 funkwhale_api.config DEBUG No env file found at /config/.env
2024-01-13 20:28:38.440166+03:002024-01-13 17:28:38,440 funkwhale_api.config INFO Running with the following plugins enabled: funkwhale_api.contrib.scrobbler, funkwhale_api.contrib.listenbrainz, funkwhale_api.contrib.maloja
2024-01-13 20:28:38.541758+03:002024-01-13 17:28:38,541 plugins DEBUG Calling handlers for filter plugins_dependencies
2024-01-13 20:28:38.541789+03:002024-01-13 17:28:38,541 plugins DEBUG Calling handlers for filter plugins_apps
2024-01-13 20:28:38.541804+03:002024-01-13 17:28:38,541 plugins DEBUG Calling handlers for filter middlewares_before
2024-01-13 20:28:38.541813+03:002024-01-13 17:28:38,541 plugins DEBUG Calling handlers for filter middlewares_after
2024-01-13 20:28:39.055829+03:002024-01-13 17:28:39,055 plugins DEBUG Plugin scrobbler running with settings {'lastfm_api_key': None, 'lastfm_api_secret': None}
2024-01-13 20:28:39.055852+03:002024-01-13 17:28:39,055 plugins DEBUG Plugin listenbrainz running with settings {}
2024-01-13 20:28:39.055862+03:002024-01-13 17:28:39,055 plugins DEBUG Plugin maloja running with settings {}
2024-01-13 20:28:39.204286+03:002024-01-13 17:28:39,204 funkwhale_api.typesense.utils INFO Typesense is not activated. You can enable it by setting the TYPESENSE_API_KEY env variable.
2024-01-13 20:28:39.204308+03:002024-01-13 17:28:39,204 funkwhale_api.typesense.tasks INFO Typesense is not activated. You can enable it by setting the TYPESENSE_API_KEY env variable.
2024-01-13 20:28:39.309083+03:002024-01-13 17:28:39,308 plugins DEBUG Calling handlers for filter urls
2024-01-13 20:28:39.592332+03:00Operations to perform:
2024-01-13 20:28:39.592355+03:00Apply all migrations: account, admin, audio, auth, authtoken, common, contenttypes, dynamic_preferences, favorites, federation, history, moderation, music, playlists, radios, requests, sessions, sites, socialaccount, tags, users
2024-01-13 20:28:39.668665+03:00Running migrations:
2024-01-13 20:28:39.668702+03:00No migrations to apply.
2024-01-13 20:28:40.013938+03:00+ exec gunicorn config.asgi:application --workers 4 --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:5000
2024-01-13 20:28:40.167555+03:00[2024-01-13 17:28:40 +0000] [1] [INFO] Starting gunicorn 20.1.0
2024-01-13 20:28:40.167724+03:00[2024-01-13 17:28:40 +0000] [1] [INFO] Listening at: http://0.0.0.0:5000 (1)
2024-01-13 20:28:40.167745+03:00[2024-01-13 17:28:40 +0000] [1] [INFO] Using worker: uvicorn.workers.UvicornWorker
2024-01-13 20:28:40.169331+03:00[2024-01-13 17:28:40 +0000] [9] [INFO] Booting worker with pid: 9
2024-01-13 20:28:40.241120+03:00[2024-01-13 17:28:40 +0000] [10] [INFO] Booting worker with pid: 10
2024-01-13 20:28:40.245637+03:00[2024-01-13 17:28:40 +0000] [11] [INFO] Booting worker with pid: 11
2024-01-13 20:28:40.265642+03:002024-01-13 17:28:40,265 funkwhale_api.config DEBUG No env file found at /app/.env
2024-01-13 20:28:40.265678+03:002024-01-13 17:28:40,265 funkwhale_api.config DEBUG No env file found at /config/.env
2024-01-13 20:28:40.265689+03:002024-01-13 17:28:40,265 funkwhale_api.config INFO Running with the following plugins enabled: funkwhale_api.contrib.scrobbler, funkwhale_api.contrib.listenbrainz, funkwhale_api.contrib.maloja
2024-01-13 20:28:40.330246+03:002024-01-13 17:28:40,330 funkwhale_api.config DEBUG No env file found at /app/.env
2024-01-13 20:28:40.330281+03:002024-01-13 17:28:40,330 funkwhale_api.config DEBUG No env file found at /config/.env
2024-01-13 20:28:40.330292+03:002024-01-13 17:28:40,330 funkwhale_api.config INFO Running with the following plugins enabled: funkwhale_api.contrib.scrobbler, funkwhale_api.contrib.listenbrainz, funkwhale_api.contrib.maloja
2024-01-13 20:28:40.332161+03:002024-01-13 17:28:40,332 plugins DEBUG Calling handlers for filter plugins_dependencies
2024-01-13 20:28:40.332233+03:002024-01-13 17:28:40,332 plugins DEBUG Calling handlers for filter plugins_apps
2024-01-13 20:28:40.332250+03:002024-01-13 17:28:40,332 plugins DEBUG Calling handlers for filter middlewares_before
2024-01-13 20:28:40.332265+03:002024-01-13 17:28:40,332 plugins DEBUG Calling handlers for filter middlewares_after
2024-01-13 20:28:40.333638+03:002024-01-13 17:28:40,333 funkwhale_api.config DEBUG No env file found at /app/.env
2024-01-13 20:28:40.333681+03:002024-01-13 17:28:40,333 funkwhale_api.config DEBUG No env file found at /config/.env
2024-01-13 20:28:40.333756+03:002024-01-13 17:28:40,333 funkwhale_api.config INFO Running with the following plugins enabled: funkwhale_api.contrib.scrobbler, funkwhale_api.contrib.listenbrainz, funkwhale_api.contrib.maloja
2024-01-13 20:28:40.339313+03:00[2024-01-13 17:28:40 +0000] [12] [INFO] Booting worker with pid: 12
2024-01-13 20:28:40.397706+03:002024-01-13 17:28:40,397 plugins DEBUG Calling handlers for filter plugins_dependencies
2024-01-13 20:28:40.397753+03:002024-01-13 17:28:40,397 plugins DEBUG Calling handlers for filter plugins_apps
2024-01-13 20:28:40.397784+03:002024-01-13 17:28:40,397 plugins DEBUG Calling handlers for filter middlewares_before
2024-01-13 20:28:40.397792+03:002024-01-13 17:28:40,397 plugins DEBUG Calling handlers for filter middlewares_after
2024-01-13 20:28:40.400988+03:002024-01-13 17:28:40,400 plugins DEBUG Calling handlers for filter plugins_dependencies
2024-01-13 20:28:40.401018+03:002024-01-13 17:28:40,400 plugins DEBUG Calling handlers for filter plugins_apps
2024-01-13 20:28:40.401039+03:002024-01-13 17:28:40,401 plugins DEBUG Calling handlers for filter middlewares_before
2024-01-13 20:28:40.401063+03:002024-01-13 17:28:40,401 plugins DEBUG Calling handlers for filter middlewares_after
2024-01-13 20:28:40.430247+03:002024-01-13 17:28:40,430 funkwhale_api.config DEBUG No env file found at /app/.env
2024-01-13 20:28:40.430271+03:002024-01-13 17:28:40,430 funkwhale_api.config DEBUG No env file found at /config/.env
2024-01-13 20:28:40.430321+03:002024-01-13 17:28:40,430 funkwhale_api.config INFO Running with the following plugins enabled: funkwhale_api.contrib.scrobbler, funkwhale_api.contrib.listenbrainz, funkwhale_api.contrib.maloja
2024-01-13 20:28:40.498426+03:002024-01-13 17:28:40,498 plugins DEBUG Calling handlers for filter plugins_dependencies
2024-01-13 20:28:40.498451+03:002024-01-13 17:28:40,498 plugins DEBUG Calling handlers for filter plugins_apps
2024-01-13 20:28:40.498457+03:002024-01-13 17:28:40,498 plugins DEBUG Calling handlers for filter middlewares_before
2024-01-13 20:28:40.498473+03:002024-01-13 17:28:40,498 plugins DEBUG Calling handlers for filter middlewares_after
2024-01-13 20:28:40.876439+03:002024-01-13 17:28:40,876 plugins DEBUG Plugin scrobbler running with settings {'lastfm_api_key': None, 'lastfm_api_secret': None}
2024-01-13 20:28:40.876466+03:002024-01-13 17:28:40,876 plugins DEBUG Plugin listenbrainz running with settings {}
2024-01-13 20:28:40.876470+03:002024-01-13 17:28:40,876 plugins DEBUG Plugin maloja running with settings {}
2024-01-13 20:28:40.937881+03:002024-01-13 17:28:40,937 plugins DEBUG Plugin scrobbler running with settings {'lastfm_api_key': None, 'lastfm_api_secret': None}
2024-01-13 20:28:40.937908+03:002024-01-13 17:28:40,937 plugins DEBUG Plugin listenbrainz running with settings {}
2024-01-13 20:28:40.937911+03:002024-01-13 17:28:40,937 plugins DEBUG Plugin maloja running with settings {}
2024-01-13 20:28:40.940992+03:002024-01-13 17:28:40,940 plugins DEBUG Plugin scrobbler running with settings {'lastfm_api_key': None, 'lastfm_api_secret': None}
2024-01-13 20:28:40.941015+03:002024-01-13 17:28:40,940 plugins DEBUG Plugin listenbrainz running with settings {}
2024-01-13 20:28:40.941019+03:002024-01-13 17:28:40,940 plugins DEBUG Plugin maloja running with settings {}
2024-01-13 20:28:41.036557+03:002024-01-13 17:28:41,036 plugins DEBUG Plugin scrobbler running with settings {'lastfm_api_key': None, 'lastfm_api_secret': None}
2024-01-13 20:28:41.036593+03:002024-01-13 17:28:41,036 plugins DEBUG Plugin listenbrainz running with settings {}
2024-01-13 20:28:41.036596+03:002024-01-13 17:28:41,036 plugins DEBUG Plugin maloja running with settings {}
2024-01-13 20:28:41.043905+03:002024-01-13 17:28:41,043 funkwhale_api.typesense.utils INFO Typesense is not activated. You can enable it by setting the TYPESENSE_API_KEY env variable.
2024-01-13 20:28:41.043952+03:002024-01-13 17:28:41,043 funkwhale_api.typesense.tasks INFO Typesense is not activated. You can enable it by setting the TYPESENSE_API_KEY env variable.
2024-01-13 20:28:41.081321+03:00[2024-01-13 17:28:41 +0000] [9] [INFO] Started server process [9]
2024-01-13 20:28:41.081349+03:00[2024-01-13 17:28:41 +0000] [9] [INFO] Waiting for application startup.
2024-01-13 20:28:41.081405+03:00[2024-01-13 17:28:41 +0000] [9] [INFO] ASGI 'lifespan' protocol appears unsupported.
2024-01-13 20:28:41.081414+03:00[2024-01-13 17:28:41 +0000] [9] [INFO] Application startup complete.
2024-01-13 20:28:41.107536+03:002024-01-13 17:28:41,107 funkwhale_api.typesense.utils INFO Typesense is not activated. You can enable it by setting the TYPESENSE_API_KEY env variable.
2024-01-13 20:28:41.107566+03:002024-01-13 17:28:41,107 funkwhale_api.typesense.tasks INFO Typesense is not activated. You can enable it by setting the TYPESENSE_API_KEY env variable.
2024-01-13 20:28:41.109184+03:002024-01-13 17:28:41,109 funkwhale_api.typesense.utils INFO Typesense is not activated. You can enable it by setting the TYPESENSE_API_KEY env variable.
2024-01-13 20:28:41.109225+03:002024-01-13 17:28:41,109 funkwhale_api.typesense.tasks INFO Typesense is not activated. You can enable it by setting the TYPESENSE_API_KEY env variable.
2024-01-13 20:28:41.130843+03:00[2024-01-13 17:28:41 +0000] [10] [INFO] Started server process [10]
2024-01-13 20:28:41.130867+03:00[2024-01-13 17:28:41 +0000] [10] [INFO] Waiting for application startup.
2024-01-13 20:28:41.130930+03:00[2024-01-13 17:28:41 +0000] [10] [INFO] ASGI 'lifespan' protocol appears unsupported.
2024-01-13 20:28:41.130951+03:00[2024-01-13 17:28:41 +0000] [10] [INFO] Application startup complete.
2024-01-13 20:28:41.132153+03:00[2024-01-13 17:28:41 +0000] [11] [INFO] Started server process [11]
2024-01-13 20:28:41.132177+03:00[2024-01-13 17:28:41 +0000] [11] [INFO] Waiting for application startup.
2024-01-13 20:28:41.132234+03:00[2024-01-13 17:28:41 +0000] [11] [INFO] ASGI 'lifespan' protocol appears unsupported.
2024-01-13 20:28:41.132253+03:00[2024-01-13 17:28:41 +0000] [11] [INFO] Application startup complete.
2024-01-13 20:28:41.195725+03:002024-01-13 17:28:41,195 funkwhale_api.typesense.utils INFO Typesense is not activated. You can enable it by setting the TYPESENSE_API_KEY env variable.
2024-01-13 20:28:41.195760+03:002024-01-13 17:28:41,195 funkwhale_api.typesense.tasks INFO Typesense is not activated. You can enable it by setting the TYPESENSE_API_KEY env variable.
2024-01-13 20:28:41.216936+03:00[2024-01-13 17:28:41 +0000] [12] [INFO] Started server process [12]
2024-01-13 20:28:41.216955+03:00[2024-01-13 17:28:41 +0000] [12] [INFO] Waiting for application startup.
2024-01-13 20:28:41.216968+03:00[2024-01-13 17:28:41 +0000] [12] [INFO] ASGI 'lifespan' protocol appears unsupported.
2024-01-13 20:28:41.216994+03:00[2024-01-13 17:28:41 +0000] [12] [INFO] Application startup complete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment