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
d_response['message'] ="pypx.then = '%s' was executed successfully"% \
d_queryTerms['then']
Somewhere within this block of code, if PFDCM is configured with a pacs.json file where serverPort is a number instead of a string, pfdcm will respond "500 Internal Server Error" with no debugging help nor anything printed to stdout/stderr.
The text was updated successfully, but these errors were encountered:
jennydaman
changed the title
Unvalidated configration causes
Unvalidated configration of serverIP
Mar 28, 2024
jennydaman
changed the title
Unvalidated configration of serverIP
Unvalidated configration of serverPort
Mar 28, 2024
pfdcm/pfdcm/controllers/pacsQRcontroller.py
Lines 180 to 190 in 3c9c2c8
Somewhere within this block of code, if PFDCM is configured with a pacs.json file where
serverPort
is a number instead of a string, pfdcm will respond "500 Internal Server Error" with no debugging help nor anything printed to stdout/stderr.The text was updated successfully, but these errors were encountered: