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

# Troubleshooting

| ISSUE                                              | CHECK POINT                                                                                                    |
| -------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| OLED Display is blank                              | Confirm input power is connected                                                                               |
| OLED displays EMERGENCY STOP                       | <p>Confirm showstopper connection to Base<br>Confirm e-stop system is in “Ready” state</p>                     |
| When e-stop is engaged my effect triggers          | Rewire the effect to remain in a safe state when the output is open                                            |
| A different output is triggering than what is cued | Check wiring - most likely miswired                                                                            |
| OLED display shows DISCONNECTED                    | <p>Check Ethernet cable<br>Confirm network switch is connected and on<br>Confirm Spikemark is in LIVE mode</p> |

## Technical Support <a href="#h.axf9jhc22fau" id="h.axf9jhc22fau"></a>

If you get stuck, we’re here to help. The best way to get in touch with a tech expert is via email - even during normal business hours - because most days we are spread around the shop and may not be near the phone. There’s someone in the office from 8:30a-5pm EST Monday - Friday and will return an email or phone call quickly. After hours (honestly when most tech support issues arise) we have a crack team monitoring email and voicemail who will respond quickly to help get you moving.

* Online: [www.creativeconners.com](https://www.google.com/url?q=http://www.creativeconners.com\&sa=D\&source=editors\&ust=1660662070037508\&usg=AOvVaw3w8uujYv_7d1Y4sGXnSna9)
* Email: <support@creativeconners.com>
* Phone: 401-289-2942 x2


---

# 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.creativeconners.com/docs/stagehand/stagehand-fx/troubleshooting.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.
