# 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

![](https://1713380242-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fl1AVRR4cLSYjVp62RmtY%2Fuploads%2FAeq7BjWGtR4l3bNlWHGd%2Fimage.png?alt=media\&token=bd7e8a31-c30a-4365-bf99-759504b77e02)

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