Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

About

ccc_debugger is debugging tool that can be used to troubleshoot certain error in Adobe Creative Cloud Connector.

ccc_debugger is used to run the underlying logic of the DACCC(js-sdk) in a browser in order to inspect network calls, console outputs and possible errors or exceptions.

Installation

ccc_debugger is available with every version of DACCC 2.06 or higher on swinstall. 

Simply follow the steps below:

  1. Download and unpack the archive on your desktop.
  2. Open the file `config.js` and set the correct apiUrl, username and password.
  3. Double-click to open any of the HTML files within the debugger to open it in your local browser.

Debuggers


While the debuggers will try to output as much information as possible in the webpage, it might be needed to manually inspect the browser console and network requests for additional information.

sanity_check

sanity_check is a simple debugger that, using the configurations provided, will try to create an instance of the connector. This debugger can be used to catch commonly occurring problem like connection issues, invalid credentials, insufficient roles or permissions, and configurations. For most cases this is the only debugger you need (smile)

Output example of sanity_check in case the user does not have the correct roles and permissions.


  • No labels