# Troubleshooting Guide

While executing the Utility, If you encounter an issue, we suggest referring the following guide to help you troubleshoot.

<details>

<summary>no valid credential sources for S3 Backend found.</summary>

`duplo_token` has expired. Access DuploCloud Portal> User > Profile > Temporary API Token and export

```
export duplo_token="xxx-xxxxx-xxxxxxxx"
```

</details>

<details>

<summary>NoSuchBucket: The specified bucket does not exist status code: 404</summary>

If you encounter this error while executing `make run`

Set `DISABLETFSTATERESOURCECREATION` key as false in DuploCloud.

Please [contact the DuploCloud team](https://duplocloud.com/company/contact-us/) for assistance.

</details>


---

# 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://docs.duplocloud.com/docs/automation-platform/terraform-support/duplocloud-terraform-exporter/troubleshooting-guide.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.
