# Problemas de conexión

## El bot está tratando de cerrar sesión en el juego y el contador está atascado en 0

La única razón por lo que esto ocurre es que se ha desconectado la nave a través del botón de desconectar, ya sea de forma manual o con la opción de Pausar despues de reiniciar, esta opción se encuentra en :

General>Diversos>Pausar después de reiniciar, por defecto aparece en 5, escribe 0 y pulsa intro.

## El bot no puede volver a conectarse (nueva conexión) o aparece en el inicio de sesión

Causa:

Tu SID es KO (caducado)

{% hint style="info" %}
Si no sabes que es el SID:

SID es tu ID de sesión. Este puede llegar a expirar y nos toca iniciar sesión de nuevo
{% endhint %}

**Solución**:

No inicie sesión en el juego desde el navegador mientras se ejecuta el bot. Si lo haces, se generará un nuevo SID para tu cuenta, lo que hará que el anterior (que es utilizado por el bot) caduque y tarde o temprano, te desconectarás del juego y aparecerás en el login.

Si eres donor, usa el [SIDReviver](https://darkbotes.gitbook.io/darkbot-es-guide/tutoriales-donors/horus-plugin#sid-reviver) del Horus plugin&#x20;

Si necesitas iniciar sesión usa el comando -SidLoginES en el canal de #support-es para tener más información

##


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://darkbotes.gitbook.io/darkbot-es-guide/solucion-de-problemas/problemas-de-conexion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
