############### Troubleshooting ############### Most common issues ================== #. Gerrit triggers not working - Make sure your GH organization accepts Personal Access Tokens - Click on Organization Settings, Personal Access Tokens, Settings where setup prompt questions will appear to complete the Fine-Grained and Personal token configuration. - Confirm the token is active under Organization Settings, Personal Access Tokens, Active tokens. - Make sure the resource owner of the token created by the admin user is the organization and not the user. Event troubleshooting ===================== #. Manually craft a trigger and see if there is an error - Login to the Gerrit system and switch to the Gerrit user - Execute a trigger hook replicating a new event: .. code-block:: bash ./hooks/patchset-created --change ~~ \ --kind REWORK --change-url --change-owner "Foo " \ --change-owner-username foo --project --branch --topic \ --uploader "Foo " --uploader-username foo --commit --patchset - Debug the error produced