camicroscope / caMicroscope

Digital pathology image viewer with support for human/machine generated annotations and markups.
BSD 3-Clause "New" or "Revised" License
255 stars 295 forks source link

DIACOM Server Access Error in Slides Tab #694

Closed Akhilesh-max closed 1 day ago

Akhilesh-max commented 8 months ago

I encountered an issue while trying to access the DIACOM server via the slides tab. An error message is displayed both on the console and the screen, indicating that the server is unconfigured.

Screenshot 2024-03-06 at 7 05 15 PM

Steps to Reproduce:

Navigate to the slides tab. Click on the DIACOM button. Observe the error message in the console and the prompt on the screen indicating an unconfigured server.

Expected Outcome: The server should be properly configured, allowing seamless access to the DIACOM server from the slides tab.

Lahitan commented 8 months ago

Hi @Akhilesh-max i would like to work on this project too, I am an Outreachy applicant, but I am finding it difficult navigating to the community or group of other applicants for easy collaboration.

Please can you put me through on how I can start contributing to this project.

Thank you

Akhilesh-max commented 8 months ago

@Lahitan, I feel the initial step should be to establish the development environment. Please use the caMicroscope Docker distribution. Also, ensure that the develop.yml file in the distro points to your local caMicroscope and Caracal repositories.

You can find the Distro and Caracal here

Distro: https://github.com/camicroscope/distro Caracal: https://github.com/camicroscope/Caracal

Lahitan commented 8 months ago

@Akhilesh-max Thank you for the update