> For the complete documentation index, see [llms.txt](https://docs.annoto.net/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.annoto.net/guides/troubleshooting/comments.md).

# Comments

## I cannot record my screen when using video as a comment

{% hint style="warning" %}
Somewhat similar error might appear if you do not grant browser permission to record screen when prompted. Please make sure to grant the permissions when prompted by the browser.
{% endhint %}

Due to recent browser permission changes in some environments you may get an error when trying to capture your screen:

![](/files/hFqossria2Ji7IjRMLp8)

This issue may typically appear in LTI embeds inside LMS. The issue is due to LMS not providing screen capture permission for the LTI iframe embed.

We expect the LMSs will update their LTI embed permissions in the near feature, and this issue would be resolved.

{% hint style="info" %}
For more information please see "**Chrome launches display-capture"** a&#x74;**:** [**https://support.google.com/chrome/a/answer/7679408#94\&zippy=%2Cchrome**](https://support.google.com/chrome/a/answer/7679408#94\&zippy=%2Cchrome)

Other browsers have released similar updates.
{% endhint %}

## Why am I getting an error when trying to play a video as a comment?

Once a video is recorded and uploaded to Kaltura, it takes a few seconds/minutes to process it. In case you the video is played before processing is completed by Kaltura, you will get an error saying: **"No source video was found - Entry in process". Like this:**

<figure><img src="/files/cPRhc4ZGAAlfVBgKaTam" alt=""><figcaption></figcaption></figure>

Not to worry! Wait a bit and then play the video again.&#x20;

## Why I can't edit\delete my comment?

If you are unable to edit your comment or delete it, it is probably because one of the following happened:

* More than 24 hours have passed since you wrote the comment
* Someone already replied to your comment


---

# 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://docs.annoto.net/guides/troubleshooting/comments.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.
