# SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, The Funkwhale Collective # This file is distributed under the same license as the funkwhale package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: funkwhale 1.3.0-rc3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-03-01 14:39+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../../administrator/troubleshooting/backend.md:1 msgid "Troubleshoot backend issues" msgstr "" #: ../../administrator/troubleshooting/backend.md:3 msgid "The Funkwhale backend is made up of lots of moving parts. This guide shows you how to troubleshoot and gather information about the most important elements of the backend." msgstr "" #: ../../administrator/troubleshooting/backend.md:5 msgid "Tools" msgstr "" #: ../../administrator/troubleshooting/backend.md:7 msgid "If you have access to the Funkwhale backend, you can use logs to get more information about an issue." msgstr "" #: ../../administrator/troubleshooting/backend.md:9 msgid "**Reverse proxy logs** – check these logs if you have connectivity issues." msgstr "" #: ../../administrator/troubleshooting/backend.md:0 msgid "Nginx" msgstr "" #: ../../administrator/troubleshooting/backend.md:0 msgid "Apache2" msgstr "" #: ../../administrator/troubleshooting/backend.md:33 msgid "**API logs** – check these if you are having issues with the Funkwhale app, federation, or imports." msgstr "" #: ../../administrator/troubleshooting/backend.md:0 msgid "Debian" msgstr "" #: ../../administrator/troubleshooting/backend.md:0 msgid "Docker" msgstr "" #: ../../administrator/troubleshooting/backend.md:56 msgid "**Celery logs** – check these if a federation or import task isn't working." msgstr "" #: ../../administrator/troubleshooting/backend.md:79 msgid "Troubleshoot issues" msgstr "" #: ../../administrator/troubleshooting/backend.md:81 msgid "API issues" msgstr "" #: ../../administrator/troubleshooting/backend.md:83 msgid "If the API isn't serving audio files, try the following:" msgstr "" #: ../../administrator/troubleshooting/backend.md:85 msgid "If you’re using Docker, check you have commented out the `MEDIA_ROOT` variable in your `.env` file." msgstr "" #: ../../administrator/troubleshooting/backend.md:86 msgid "Check the `_protected/media` block in your webserver points to your media path. This is `/srv/funkwhale/data/media` by default." msgstr "" #: ../../administrator/troubleshooting/backend.md:87 msgid "If you’re using the in-place import, check you have configured your media paths. Check the `MUSIC_DIRECTORY_PATH`, `MUSIC_DIRECTORY_SERVE_PATH` and `REVERSE_PROXY_TYPE` variables in your `.env` file. Make sure the webserver can read these directories." msgstr "" #: ../../administrator/troubleshooting/backend.md:89 msgid "Import issues" msgstr "" #: ../../administrator/troubleshooting/backend.md:91 msgid "If you're having issues importing files, try the following:" msgstr "" #: ../../administrator/troubleshooting/backend.md:93 msgid "Check that the file is encoded in a supported format" msgstr "" #: ../../administrator/troubleshooting/backend.md:0 msgid "Supported formats" msgstr "" #: ../../administrator/troubleshooting/backend.md:97 msgid "flac" msgstr "" #: ../../administrator/troubleshooting/backend.md:98 msgid "ogg" msgstr "" #: ../../administrator/troubleshooting/backend.md:99 msgid "mp3" msgstr "" #: ../../administrator/troubleshooting/backend.md:100 msgid "opus" msgstr "" #: ../../administrator/troubleshooting/backend.md:101 msgid "aac" msgstr "" #: ../../administrator/troubleshooting/backend.md:102 msgid "m4a" msgstr "" #: ../../administrator/troubleshooting/backend.md:103 msgid "aiff" msgstr "" #: ../../administrator/troubleshooting/backend.md:104 msgid "aif" msgstr "" #: ../../administrator/troubleshooting/backend.md:108 msgid "Make sure your files play in another media player." msgstr "" #: ../../administrator/troubleshooting/backend.md:109 msgid "Make sure your files are [tagged correctly](../../user/libraries/content/tag.md)." msgstr "" #: ../../administrator/troubleshooting/backend.md:110 msgid "Check the Celery logs for errors during the import." msgstr "" #: ../../administrator/troubleshooting/backend.md:112 msgid "Federation issues" msgstr "" #: ../../administrator/troubleshooting/backend.md:114 msgid "If you are having issues accessing federated content, try the following:" msgstr "" #: ../../administrator/troubleshooting/backend.md:116 msgid "Check that the remote library received your follow request and approved it." msgstr "" #: ../../administrator/troubleshooting/backend.md:117 msgid "Trigger a library scan in the Funkwhale frontend." msgstr "" #: ../../administrator/troubleshooting/backend.md:118 msgid "Check the Celery logs for errors during the scan." msgstr "" #: ../../administrator/troubleshooting/backend.md:120 msgid "Memory tracing" msgstr "" #: ../../administrator/troubleshooting/backend.md:122 msgid "If your Funkwhale server uses more memory than expected, you can check the footprint of requests. This requires a middleware to check memory allocation. To set up this middleware:" msgstr "" #: ../../administrator/troubleshooting/backend.md:124 msgid "Add the middleware to your `.env` file." msgstr "" #: ../../administrator/troubleshooting/backend.md:130 msgid "Enable memory tracing in your `.env` file." msgstr "" #: ../../administrator/troubleshooting/backend.md:136 #: ../../administrator/troubleshooting/backend.md:175 msgid "Restart your Funkwhale server." msgstr "" #: ../../administrator/troubleshooting/backend.md:159 msgid "The middleware prints out the top 25 memory allocations to the API logs. You can use these to see what requests use the most memory." msgstr "" #: ../../administrator/troubleshooting/backend.md:161 msgid "To disable memory tracing:" msgstr "" #: ../../administrator/troubleshooting/backend.md:163 msgid "Remove the middleware from your `.env` file." msgstr "" #: ../../administrator/troubleshooting/backend.md:169 msgid "Disable memory tracing in your `.env` file." msgstr "" #: ../../administrator/troubleshooting/backend.md:198 msgid "Get help" msgstr "" #: ../../administrator/troubleshooting/backend.md:200 msgid "If you can't solve the issue yourself, ask the community for help. Check out the [get help](help.md) guide for information about where to ask your question and what details to provide." msgstr ""