When troubleshooting issues with the Vidyard player, it is not uncommon to examine the console logs to find any errors that may be relevant to the investigation.
Depending on the browser being used, the steps to collect any messages from the console logs will be different. The following steps can be taken to open the browser console.
In Firefox:
- Right-click on the page
- Click Inspect Element
- Click the Console tab
- Copy and paste the contents of the console into a text file
In Chrome:
- Right-click on the page
- Click Inspect Element
- Click the Console tab
- Copy and paste the contents of the console into a text file
In Internet Explorer:
- Open the F12 tools by pressing F12 on your keyboard
- Open the Console tab
- Copy the contents of the console into a text file
In Safari:
- Open Safari Preferences
- Click the gear icon (Advanced)
- Select the Show Develop menu in menu bar checkbox
- From the Develop menu, select Show Error Console
- Copy the contents of the console into a text file
Note: Regardless of the browser, in some scenarios, you may need to refresh the page or reproduce the issue after displaying the console.