Skip to content

Instantly share code, notes, and snippets.

@gdegani
Created January 11, 2018 10:59
Show Gist options
  • Save gdegani/786f19fa40e40f4c560165f2698ca1e9 to your computer and use it in GitHub Desktop.
Save gdegani/786f19fa40e40f4c560165f2698ca1e9 to your computer and use it in GitHub Desktop.
Output
[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
@F505
Copy link

F505 commented Jan 11, 2018

Thanks brother the path I provided was wrong and I corrected it. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment