Forum Discussion

shailwalas's avatar
shailwalas
Occasional Visitor
1 month ago

ReadyAPI websocket plugin issue

Hi flocks,

I was using WebSocket plugin 1.0.9 in older version of ReadyAPI, but now when I upgraded to latest version my readyapi project failed to import Websocket steps, I tried latest websocket plugin also still I am not able to resolve this, do anybody help me in this?

Thanks

1 Reply

  • So: first things first.

    WebSockets are not a built-in capability. That means that there could be a lot of reasons why it is failing,

    However, the most common issue is simple mismatch between versions of the plugin and ReadyAPI.

    A possibility if you are up for it: clone the plugin’s repo, recompile it against your current ReadyAPI version. The plugin maintainer previously resolved similar incompatibility issues via this method. Not hard, but you have to feel comfortable doing that sort of thing.

    Otherwise, maybe downgrading the version of ReadyAPI you are using?

    Let me know how it goes!