Fix Known Issues section in docs

This commit is contained in:
Ross Stewart
2025-08-29 17:24:24 +01:00
parent d8409b1fca
commit b9ce61fb24

View File

@@ -456,9 +456,10 @@ You can enable the following debug options by setting the NAVI_DEBUG environment
will be **publicly** available while this is enabled. will be **publicly** available while this is enabled.
Known Issues Known Issues
------------ ************
#. The skill appears to work but no music is played. Errors similar to below appear in the web service log The skill appears to work but no music is played. Errors similar to below appear in the web service log
--------------------------------------------------------------------------------------------------------
.. code-block:: bash .. code-block:: bash
@@ -471,7 +472,9 @@ Known Issues
* I have not found a reason as to why this happens from time to time, however it can be resolved by doing a hard reboot of your Echo device. * I have not found a reason as to why this happens from time to time, however it can be resolved by doing a hard reboot of your Echo device.
Disconnect the power for a minute and plug it back in then try again and music should play Disconnect the power for a minute and plug it back in then try again and music should play
#. The following error is displayed when you try to run the Docker container The following error is displayed when you try to run the Docker container
-------------------------------------------------------------------------
.. code-block:: bash .. code-block:: bash
@@ -480,7 +483,9 @@ Known Issues
* You are using the prebuilt container on a non amd64 based system. You will need to build your own Docker image using the Dockerfile included * You are using the prebuilt container on a non amd64 based system. You will need to build your own Docker image using the Dockerfile included
with the repository. with the repository.
#. You are having trouble connecting to the skill and use CloudFlare You are having trouble connecting to the skill and use CloudFlare
-----------------------------------------------------------------
.. NOTE:: Thanks to @dwebb8272 and @jame25 .. NOTE:: Thanks to @dwebb8272 and @jame25
@@ -512,7 +517,7 @@ Code Documentation
****************** ******************
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 4
:caption: Contents: :caption: Contents:
AskNavidrome main AskNavidrome main