AttributeError: 'NoneType' object has no attribute 'items' #718
-
Hi, The following appears in the log: | Version: 4.1.14 (Docker) | The config file is the following (I have it translated into Spanish, but before translating it it also did the same thing to me): Este es un archivo de configuración de ejemplo que documenta todas las opciones.Será necesario modificarlo para su caso de uso específico.Consulte el enlace a continuación para obtener más detalles sobre cómo configurar el archivo de configuraciónhttps://github.com/StuffAnThings/qbit_manage/wiki/Config-Setupcommands: Los comandos definidos a continuación IGNORARÁ cualquier comando utilizado en la línea de comandos y en las variables de entorno de Docker.dry_run: True qbt: Parámetros de qBittorrenthost: ******************* settings: - cross-seed- Uploadtracker_error_tag: issue # Establecerá la etiqueta de cualquier torrent que no tenga un rastreador en funcionamiento. directory: No quite estosCross-seed var: </your/path/here/> #Directorio de salida de semillas cruzadasroot_dir var: </your/path/here/> # Directorio de descargas raíz utilizado para verificar archivos huérfanos, noHL y RecycleBin.remote_dir var: </your/path/here/> # Ruta de mapeo del host de Docker de root_dir.remote_dir debe configurarse si está ejecutando qbit_manage localmente y qBittorrent/cross_seed está en un contenedorremote_dir no debe configurarse si qbit_manage se ejecuta en un contenedorrecycle_bin var: </your/path/here/> # Ruta de la carpeta Papelera de reciclaje. La ubicación predeterminada es remote_dir/.RecycleBin torrents_dir var: </your/path/here/> # Ruta del directorio de torrents de qbittorrent. Necesario para el atributo
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Your configure file is invalid and is missing required attributes. Review the sample configure file for the correct structure and wiki for what is required. You cannot simply arbitrarily delete config file sections. You removed the mandatory and required tracker section. |
Beta Was this translation helpful? Give feedback.
Your configure file is invalid and is missing required attributes.
Review the sample configure file for the correct structure and wiki for what is required.
You cannot simply arbitrarily delete config file sections.
You removed the mandatory and required tracker section.