# Known-Issues

#### Remix - Contract Deployment&#x20;

When you deploy a contract via Remix, it will not show the contract instance but get deployed successfully. In that scenario, follow these steps

Step 1 - Copy your transaction and explore in -- > <https://explorer.xinfin.network>

Step 2 - Copy the contract address and paste that address in "At address"

Step 3 - Once the address is pasted, click "At Address" and you should be able to see the contract instance below

![](/files/5OcMQ3vDzlSJBmoKga9s)

#### external-initiator - No such help topic is available

{% hint style="info" %}
External initiators are disabled on nodes by default. Set the `FEATURE_EXTERNAL_INITIATORS=true` configuration variable to enable this feature.
{% endhint %}

#### external-initiator command not found

* Ensure " go install " worked fine
* Login & logout from your terminal

#### (<http://localhost:8080/jobs>) received bad response '401 Unauthorized"

* session logged out, try login again

#### WebSocket: bad handshake (Http status 502 bad gateway)

* WebSocket connectivity is down, check your node logs and observe what's going on

#### external-initiator: record not found

* record name\<NAME> you create during below step and the record mentioned in the "job-spec" while creating job should be same

  ```
  plugin initiators create <NAME> <URL>
  ```

#### external-initiator: record not found

select \* from external-initiators; ==> Gives you record name you defined&#x20;

select \* from endpoints ==> gives you endpoint you created

#### How to kill the existing docker containers

* sudo docker ps -qa|xargs sudo docker stop&#x20;
* sudo docker ps -qa|xargs sudo docker rm


---

# 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.goplugin.co/tips-and-tricks/known-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.
