Skip to content
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

More Comprehensive logging #4

Closed
deefdragon opened this issue Dec 24, 2019 · 2 comments
Closed

More Comprehensive logging #4

deefdragon opened this issue Dec 24, 2019 · 2 comments

Comments

@deefdragon
Copy link

we are recieving an error when attempting to run the action . I THINK that the issue is that I used the wrong name, (how its displayed on the store, not in the manifest), but debugging is very difficult as there is little to no logging of what is actually happening in the action.

@trmcnvn
Copy link
Owner

trmcnvn commented Dec 24, 2019

Yeah, you'll need to refer to the extension with its identifier and not its name.

Example:

https://chrome.google.com/webstore/detail/mute-tab/blljobffcekcbopmkgfhpcjmbfnelkfg

would be referred to as blljobffcekcbopmkgfhpcjmbfnelkfg


The action does log its responses from the Chrome API -- You can enable debug logging on an action by following the steps here

@trmcnvn trmcnvn closed this as completed Dec 24, 2019
@deefdragon
Copy link
Author

It might be relavent to add that to the readme. Thanks for the help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants