# Player troubleshooting Find quick solutions to common player-related issues. ## Token issue The message below displays in the player if the player either misses a token or uses an invalid token. The troubleshooting scenario is slightly different depending on the type of embed you are using. ```txt id="token" Invalid token ``` * First, make sure you have added a token to the player config. * Next, if you have a token in the player config, make sure that the token is a valid token for your account. This can be done by reviewing the [Token configuration](/docs/wowza-flowplayer/player/configure#token-configuration) section. * If your account is active and you get this error message, you should contact [support](https://portal.wowza.com/account/support). ## Element ID and UMD conflict If you create an element with an `id` that conflicts with a umd global, you may experience the following issue: [Named access on the window object](https://html.spec.whatwg.org/multipage/window-object.html#named-access-on-the-window-object). This is especially important in single-page applications where DOM nodes may be both rendered and removed very quickly during a session. Info As a rule, never create elements that have ids which conflict with umd namespaces. ```html // import the flowplayer umd ``` ## Using async attribute with flowplayer assets It is possible to add an [`async`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script#attr-async) attribute to a `