> For the complete documentation index, see [llms.txt](https://docs.plugin.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plugin.global/tips-and-tricks/known-issues.md).

# 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
