tools/open_trace_in_ui script executon failed #2413
-
I want to use the tools/open_trace_in_ui script to open a local trace.perfetto-trace file, but after the script executes, the browser displays a pop-up error: Could not load local trace TypeError: Failed to fetch. When checking through Google's developer tools, the error messages are as follows: What might be causing this issue, and are there any solutions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Are you running on a remote machine e.g. via SSH? If so you would need to port forward port 9001 and also use the -n flag to prevent the browser window from trying to be opened on the remote machine. Alternatively if you are running on WSL or Windows, firewall or antivirus may be preventing access to 9001, you will need to allow us to access that port. |
Beta Was this translation helpful? Give feedback.
Are you running on a remote machine e.g. via SSH? If so you would need to port forward port 9001 and also use the -n flag to prevent the browser window from trying to be opened on the remote machine.
Alternatively if you are running on WSL or Windows, firewall or antivirus may be preventing access to 9001, you will need to allow us to access that port.