Created
January 11, 2018 10:59
-
-
Save gdegani/786f19fa40e40f4c560165f2698ca1e9 to your computer and use it in GitHub Desktop.
Output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building imagga 0.1.0 | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (add_sources) @ imagga --- | |
[INFO] Source directory: /Users/giancarlo/Downloads/cancellami/Imagga-java/src/main/java added. | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ imagga --- | |
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! | |
[INFO] skip non existing resourceDirectory /Users/giancarlo/Downloads/cancellami/Imagga-java/src/main/resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ imagga --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- exec-maven-plugin:1.6.0:java (default-cli) @ imagga --- | |
Calling endpoint: categorize | |
ApiException caught: {"status": "error", "message": "The api credentials you have provided are not valid.", "type": "invalid_api_credentials"} | |
Calling endpoint: croppings | |
ApiException caught: {"status": "error", "message": "The api credentials you have provided are not valid.", "type": "invalid_api_credentials"} | |
Calling endpoint: extract_colors | |
ApiException caught: {"status": "error", "message": "The api credentials you have provided are not valid.", "type": "invalid_api_credentials"} | |
Calling endpoint: list_categorizers | |
ApiException caught: {"status": "error", "message": "The api credentials you have provided are not valid.", "type": "invalid_api_credentials"} | |
Calling endpoint: tagging | |
ApiException caught: {"status": "error", "message": "The api credentials you have provided are not valid.", "type": "invalid_api_credentials"} | |
Calling endpoint: upload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks brother the path I provided was wrong and I corrected it. Thanks