# Debug Issues

Our tool is a 3rd party product that integrates with the depop website. This section is a small guide explaining things you may run into while using our application

If you run into an issue, don’t panic. Read through this section and if you can’t find an answer: just send us an email at <hey@selleraider.com> , we will help you.

### Failed to Fetch error

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

* Download this chrome extension:  <https://chromewebstore.google.com/detail/cors-unblock/lfhmikememgdcahcdlaciloancbhjino&#x20>;
* &#x20;Follow the installation steps for the extension \* Reload the depop website; \* Click the icon for the extension you just downloaded

### **Errors containing a number starting with 5 (500, 501, 502, 503, 504+):**

5xx errors are server error responses from depop, you can learn more about them [here](https://www.belugacdn.com/blog/cdn/what-is-a-5xx-error/). Any error message containing these numbers can indicate that depop servers are overworked.\
;This is not caused specifically by you, but it is a good idea to take a break for an hour or so if/when you encounter an error like this. If you see a “reason” (mobile/web) attached to the error, it refers to the depop server that caused the issue.\\

### **Errors that include the number 429:**

This error is a strong indication that your delay may be set too low as it roughly translates to “Too Many Requests”. We recommend taking a break.

### **Depop Login Errors:**

The bot does not interact with the depop login page. Clear your browser cookies/cache and try again. If that doesn’t solve the problem you are facing, contact depop’s support for help.

### **Login Errors:**

If you are prompted to enter a login code to use the bot and the code has not shown up, send us an email <hey@selleraider.com>

### **Blank white screen when going on the depop site:**

This occurs if you are using a VPN to access the depop site. When you use a VPN you are sharing an IP address with lots of people, many sites routinely blacklist the IP addresses from popular VPN’s which leads to this issue.


---

# 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://guide.selleraider.com/grow/depop/debug-issues.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.
