> For the complete documentation index, see [llms.txt](https://ticketking.xyz/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ticketking.xyz/docs/it/risoluzione-dei-problemi/transcript-missing.md).

# Una trascrizione è mancante o vuota

Ogni volta che un ticket si chiude viene creato un transcript. Cattura i messaggi più recenti dal canale: fino a 1.000 su un server gratuito e fino a 5.000 su un <i class="fa-crown">:crown:</i> server Premium. Se un transcript manca o sembra errato, procedi in questo modo.

## Il registro di chiusura dice che il transcript non è disponibile

La causa più comune è che il canale è stato eliminato manualmente invece di essere chiuso tramite Ticket King. Se un membro dello staff elimina direttamente il canale del ticket in Discord invece di usare `/close` o il pulsante Chiudi, il transcript potrebbe non essere disponibile.

Un transcript può anche risultare incompleto se il bot era offline nel momento in cui il ticket è stato chiuso.

Quando ciò accade, il transcript non può essere rigenerato.

## Il link del transcript non si apre

* Potresti star aprendo un link a un transcript più vecchio. I transcript "v1" più vecchi si aprono ancora, ma mostrano un avviso che la v1 è in fase di dismissione. Salva una copia se ti serve ancora. I nuovi ticket usano sempre il visualizzatore corrente "v2".
* Il transcript potrebbe essere stato rimosso su richiesta di qualcuno. Se pensi che un transcript sia stato rimosso e ti serve, contatta <support@ticketking.xyz>.

## Il transcript è vuoto

La causa più probabile è che al bot manchi il **Leggi cronologia messaggi** permesso nel canale del ticket. Senza di esso, il bot non può leggere i messaggi da inserire nel transcript.

Risolvi il problema assegnando al ruolo di Ticket King **Leggi cronologia messaggi**, a livello dell'intero server o in ciascuna categoria di ticket.

## Alcuni messaggi mancano

* **È stato raggiunto il limite di messaggi.** Un transcript conserva i 1.000 messaggi più recenti su un server gratuito, o 5.000 su Premium. Se un ticket ne aveva di più, vengono conservati solo quelli più recenti.
* **Il bot è stato offline per una parte del ticket.** I messaggi arrivati mentre il bot era disconnesso potrebbero mancare.
* **Le modifiche non vengono conservate.** Un transcript conserva solo l'ultima versione di ogni messaggio. Segna il messaggio come modificato, ma non conserva il testo originale. Neppure le reazioni vengono conservate.

## Non puoi aprire un transcript

* **Non hai effettuato l'accesso.** Per aprire un transcript devi accedere con Discord.
* **Non sei autorizzato a visualizzarlo.** Devi essere l'autore del ticket, il proprietario del server, oppure avere i permessi Amministratore o Gestisci server, o avere un ruolo di supporto. Con **Visualizzazione dei transcript specifica per ruolo** attivata, solo i ruoli associati a quello specifico ticket possono visualizzarlo.
* **Ti è stato appena concesso l'accesso.** Se ti è stato appena assegnato un ruolo, attendi un minuto e riprova.

→ [Visualizzazione dei transcript specifica per ruolo](/docs/it/trascrizioni/role-specific-viewing.md)

## Correlati

{% content-ref url="/pages/56e9a10b00b24df9a004a67358d1d9c580f5cb4e" %}
[Cosa c'è in una trascrizione](/docs/it/trascrizioni/whats-in-a-transcript.md)
{% endcontent-ref %}

{% content-ref url="/pages/c0161f4ccdff738f315a5d0546d078ae68221e9d" %}
[Dove trovare una trascrizione](/docs/it/trascrizioni/where-to-find.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ticketking.xyz/docs/it/risoluzione-dei-problemi/transcript-missing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
