You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We are trying to upload slides via API, but so far it hasn't worked.
We launched the distribution via
docker-compose -f caMicroscope.yml up -d
.The
docker ps
command shows the following running containers:Next, based on the SlideLoader documentation (https://github.com/camicroscope/SlideLoader/tree/v3.12.0) we try to send a request to http://localhost:4000/upload/start, using a simple code, but we get an error.
Here is the code:
Error:
Failed to establish a new connection: [Errno 61] Connection refused'
What are we doing wrong?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions