Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing error messages when importing folder #3

Open
amazy opened this issue Sep 9, 2023 · 0 comments
Open

missing error messages when importing folder #3

amazy opened this issue Sep 9, 2023 · 0 comments

Comments

@amazy
Copy link
Member

amazy commented Sep 9, 2023

On My dev PC, I tried running this command and do not get any feedback although nothing happens

PS C:\Users\Alain> python -m orthanc_tools.orthanc_folder_importer --folder="C:\\Orthanc" --url=http://localhost:8044 --user=orthanc --password=orthanc
C:\Program Files\Python38\lib\runpy.py:127: RuntimeWarning: 'orthanc_tools.orthanc_folder_importer' found in sys.modules after import of package 'orthanc_tools', but prior to execution of 'orthanc_tools.orthanc_folder_importer'; this may result in unpredictable behaviour
  warn(RuntimeWarning(msg))

Tested with v 0.8.9.
And an Orthanc has been started with this command:

docker run -p 8044:8042 osimis/orthanc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant