There are some errors that might occur while adding widgets to a page.
If you don't see anything on the page then one of this scenarios might have happened:
- widgetloader script is missing,
- wrong client id,
- wrong widget element in script,
- unrecognized widget (widget name is not correct).
Example
SIR('addWidget', '<widget-container>', '<widget-name>', {
...widgetProps,
silent: true,
});
In other cases you will see an error as icon. Here are the examples:
No Config
If you see Something went wrong... error there is probably a hint in console of what the issue is. This kind of errors can be linked to missing or wrong matchId
, seasonId
, tournamentId
,... or some other required widget parameter.
No Statistics
No statistics available or No data available happens because match has not yet started or simply because at the moment, there is no data to display.
No License
For errors about licensing please read the Licensing page.
Error
In case of such error please contact our support and provide a feedback of the issue.