-
Notifications
You must be signed in to change notification settings - Fork 14
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
Execution errors #8
Comments
Hi
The options must have an Can you please try it again with the Thanks |
|
Wait, no it's not... The problem is that the
As you can see, after not using this command for a while even I was a tad confused. I created #9 but if you have any other ideas on how to improve the docs (I do mention the above, should probably be clearer) or the command please let me know.
Should do a good job. If you wouldn't mind checking out this branch and giving me some feedback that would be great. It contains a small fix that ignores errors from other classes like Aspera.
Now that's funny... |
I updated to docs to better describe |
I was curious about this tool's ability to make sense of iTMSTransporter's error messages, but I haven't been able to get it off the ground. I'm using ruby 2.1.5p273, itunes_store_transporter 0.1.1, Xcode 6.1.1, on OS X 10.9.5. The interactive command always fails, in a couple of different ways.
First, if I specify my credentials in the command, itms always rejects the package's name as invalid:
I banged my head against this for a while, then tried storing the username and password in
~/.itms
. That led to a different error:This looks to me like iTMSTransporter isn't being told the path of the package, but if I leave off the --package argument, itms barks at me:
option required: 'package'
.FWIW, if I run iTMSTransporter in verify mode on the same package I'm passing to itms, I get the expected russian novel of status output.
The text was updated successfully, but these errors were encountered: