Project-MONAI / Project-MONAI/MONAILabel

OHIF V3 MONAI Plugin: Some images stop loading

Open
#1,565 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
891
Forks
269
Avg merge
15h 41m
Merged PRs (30d)
1

Description

Describe the bug
OHIF seems to be unstable, it some times load the images but when retrying again / reloading/ opening multiple tabs it hangs. Specially with large images

To Reproduce

  1. open multiple tabs
  2. in each tab click on different study
  3. some will stop loading
  4. others will not even start loading
  5. get message "something went wrong"

May be it is a setup issue and server should have more threads to respond to multiple requests ?

Screenshots
image

image

** Error**
Even images that load I still see errors in the logs as
a. 46Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('') does not match the recipient window's origin ('null').
b. GET https://www.w3schools.com/w3css/4/w3.css net::ERR_BLOCKED_BY_RESPONSE.NotSameOriginAfterDefaultedToSameOriginByCoep 200 (OK)

@sedghi @diazandr3s @tangy5

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue with multiple browser tabs and different studies, including large images, then inspect the browser and server logs. Compare the loading failures with the reported postMessage and w3.css errors. Done means the cause of stalled requests is identified and image loading remains reliable under the described concurrent usage.

Written by the indexing model from the issue text.

Assessment

Domain
frontend, web-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.