Jaden Furtado

Results 2 issues of Jaden Furtado

In the containerfile of websockt_to_websocket, ``` FROM docker.io/library/rust:1.66 COPY . /usr/src/websocket-to-websocket WORKDIR /usr/src/websocket-to-websocket RUN \ --mount=type=cache,dst=/root/.cargo \ --mount=type=cache,dst=/usr/src/websocket-to-websocket/target \ cargo install --path . WORKDIR /srv CMD [ "websocket-to-websocket" ] ```...

### Describe the bug Running the setup.sh script throws an error: ModuleNotFoundError: No module named 'jwt' ![image](https://github.com/user-attachments/assets/3d0a6298-8315-4d38-8057-f9661bdb2d26) ### Reproduction steps 1. Follow the steps as detailed in the Readme.md 2....

bug