Skip to content

ai.imjoy.io server not responding when using imjoy-rpc connection from piximi.app #563

@PaulaLlanos

Description

@PaulaLlanos

We are using imjoy-rpc (version 0.5.48) in piximi.app to connect to a service hosted at https://ai.imjoy.io. The connection stopped working again last week. The endpoint seems to be down or unreachable.

Here is the relevant snippet of code we use for connection:

import { hyphaWebsocketClient } from "imjoy-rpc";

const api = await hyphaWebsocketClient.connectToServer({
  name: "test client",
  server_url: "https://ai.imjoy.io",
  passive: true,
});

const triton = await api.getService("triton-client");
const res = await triton.execute(...);

Is this the right place to report this issue? If not, could you please redirect us to the appropriate repository or maintainer?

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions