Troubleshooting

Unable to install the Probe

We strongly recommend the use of Blackfire repositories to install the Probe.

If you ever experience difficulties while installing or running the Probe with our repositories, you can install it manually by following the manual installation guide in the Probe installation section.

Unable to Install the Agent

We strongly recommend the use of package repositories to install the Agent.

If you ever experience difficulties while installing or running the Agent with our repositories, you can install it manually by following the manual installation guide in the Agent installation section.

Are You Authorized to Profile this Page? Probe Not Found or Invalid signature.

This is the most common issue when installing the Blackfire stack. If this issue occurs, please follow these steps:

  1. Check versions

    Ensure you're using the latest Agent, Probe and Companion. This is quite easy as this page will tell you they're outdated.

  2. Make sure you selected the proper Environment

    If you are using the Premium or Enterprise Edition, you may have created and configured shared Environments. As each Environment has its own set of server credentials, specifying which Environment you are targeting when profiling will grant you the access rights. That can be done either via the drop-down box in the Chrome extension, or via specifying the --env option in the CLI.

Agent's Log Contains Error dial tcp: i/o timeout

This error occurs when a timeout happens between the Agent and the Blackire.io server. If you encounter this issue, you can increase the timeout of the Agent by appending the following line to the Agent configuration:

1
timeout=30s

I Can't Find a Solution on this Page