-
Notifications
You must be signed in to change notification settings - Fork 2
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
ddrimport entity hanging on Identifier #90
Comments
I confirmed that contents of the log on kinkura agree with the screenshot. I copied the CSV to my local dev environment and ran it on a local copy of that collection but was not able to duplicate the error. Before we do anything else, can you update your copy of ddrlocal? It's a couple versions behind. |
I updated my copy to version 2.6.3 and I tried running the same ddrimport entity command and I got the same result. |
I've downloaded both the CSV (ddr-csujad-14-entities-20180501-1049.csv) and the repository itself from kinkura to my local system. I also rolled back all the DDR components (ddr-defs, ddr-cmdln, ddr-local) to the where they are in 2.6.3 and recompiled everything from scratch. Unfortunately I still haven't been able to duplicate this bug. |
In future bug reports, it's better to cut-and-paste text from the terminal rather than take screenshots. This makes it a lot easier to work with paths and stuff, cut-and-paste rather than squint and type. Thanks for including the version number and the host OS. |
I notice the command does not include the ID service username or password. Did you have these in environment variables, e.g. I ask because the very next thing that happens after the collection identifier gets printed (the last thing before it hangs) is the ID service login. If username is not in an environment variable, you'll get a username prompt. Once |
Aha! okay I added my ID service username and password to the command and the command worked! |
Awesome! I guess i need to make it complain and quit if it doesnt have that info.
…On September 7, 2018 11:51:56 AM PDT, Sara Beckman ***@***.***> wrote:
Aha! okay I added my ID service username and password to the command
and the command worked!
--
You are receiving this because you were assigned.
Reply to this email directly or view it on GitHub:
#90 (comment)
--
"Work as if you live in the early days of a better national. --Alasdair Gray
|
Fixed in 9906b50. |
Fixed in ea770a6. |
ddrimport entity is not moving past the first DDR.identifier.Identifier collection step. The process doesn't stop and I have to manually cancel out of the operation.
I'm running master version 2.6.1 on my local VM. My local VM is also running stretch.
The text was updated successfully, but these errors were encountered: