Project-MONAI / Project-MONAI/MONAILabel
OHIF V3 MONAI Plugin: Some images stop loading
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
- open multiple tabs
- in each tab click on different study
- some will stop loading
- others will not even start loading
- get message "something went wrong"
May be it is a setup issue and server should have more threads to respond to multiple requests ?
Screenshots
** 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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