# Troubleshooting

## Most common issues

> ### TypeError: channel.isTextBased is not a function

<div align="left"><figure><img src="https://i.gyazo.com/42cdb5b81e0600e743436322d950cf3f.png" alt="" width="375"><figcaption><p>This is an example of the error you receive.</p></figcaption></figure></div>

If you receive TypeError errors, most times it happened because Discord had rolled a new update. If this happens, always update your bloom to the latest version, if you already did that. Check the 'package.json' and check if the discord.js version is atleast **`^14.9.0`**

> ### Receiving alot of errors on npm start

<figure><img src="https://i.gyazo.com/044944978ce55f60fb1a8570018f3696.png" alt=""><figcaption><p>This is an example error.</p></figcaption></figure>

You need to have NodeJS v16 or v18 to let your npm work properly, please check the **`Installation`** page again, if that didn't work please create a [**discord**](https://discord.bloomauth.com) ticket.

{% hint style="info" %}
If an issue that is listed here (or not) didn't work, contact us on [discord](https://discord.bloomauth.com).
{% endhint %}


---

# 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:

```
GET https://docs.bloomauth.com/bloom/discord-products/bloom/bloom-license-manager/troubleshooting.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.
