This is where we find out that an ad or script blocker is hiding a user that is in the Streamer Allowlist for some reason.
Might be worth inspect elementing (or extensionless browser) to take a look. Or poke around to see if there is a user there that is not drawing correctly to the UI.
It’s unlikely but something to check/dig about for. As “start typing” only appears if it’s empty I think anyway.
The API output for this suggests an allowlist is present:
"can_install": false,
as can_install
is false which usually indicates a streamer allowlist is present
~ $ twitch api get 'extensions/released?extension_id=gg38jg2zoibgcx7734sdgrs0nnhqvw'
{
"data": [
{
"allowlisted_config_urls": [
"https://plink.tech",
"https://plink.gg",
"https://twitch.plink.gg",
"https://secure.download.dm.origin.com/"
],
"allowlisted_panel_urls": [
"https://plink.tech",
"https://plink.gg",
"https://twitch.plink.gg",
"https://secure.download.dm.origin.com/"
],
"author_name": "PLINK",
"bits_enabled": false,
"can_install": false,
"configuration_location": "hosted",
"description": "Share your Apex Legends stats during the stream.\r\n\r\nFind teammates in PLINK app on IOS and Android - https://plink.gg\r\n\r\n\r\nAPEX LEGENDS and Electronic Arts Inc. are trademarks of Electronic Arts Inc. Plink, Inc. claims no rights to such marks and no affiliation with APEX LEGENDS and Electronic Arts Inc.",
"eula_tos_url": "https://plink.tech/static/pages/pdfs/ToU.pdf",
"has_chat_support": false,
"icon_url": "https://media.forgecdn.net/avatars/191/850/636861793917886299.png",
"icon_urls": {
"100x100": "https://media.forgecdn.net/avatars/191/850/636861793917886299.png",
"24x24": "https://media.forgecdn.net/avatars/191/858/636861812913240997.png",
"300x200": "https://media.forgecdn.net/avatars/193/152/636867003777986849.png"
},
"id": "gg38jg2zoibgcx7734sdgrs0nnhqvw",
"name": "PLINK Stats for Apex Legends",
"privacy_policy_url": "https://plink.tech/static/pages/pdfs/PP.pdf",
"request_identity_link": false,
"screenshot_urls": [
"https://media.forgecdn.net/attachments/247/45/twitch.png"
],
"state": "Released",
"subscriptions_support_level": "none",
"summary": "Your statistics in Apex Legends on the screen",
"support_email": "support@plink.tech",
"version": "0.2.3",
"viewer_summary": "Your statistics in Apex Legends on the screen",
"views": {
"component": {
"aspect_height": 0,
"aspect_ratio_x": 48000,
"aspect_ratio_y": 36000,
"aspect_width": 0,
"autoscale": true,
"can_link_external_content": false,
"scale_pixels": 1024,
"size": 0,
"target_height": 5333,
"viewer_url": "https://gg38jg2zoibgcx7734sdgrs0nnhqvw.ext-twitch.tv/gg38jg2zoibgcx7734sdgrs0nnhqvw/0.2.3/beafd09beebc094b3bb5878fcb01d923/video_component.html",
"zoom": false,
"zoom_pixels": 0
},
"config": {
"can_link_external_content": true,
"viewer_url": "https://gg38jg2zoibgcx7734sdgrs0nnhqvw.ext-twitch.tv/gg38jg2zoibgcx7734sdgrs0nnhqvw/0.2.3/beafd09beebc094b3bb5878fcb01d923/config.html"
},
"live_config": {
"can_link_external_content": true,
"viewer_url": "https://gg38jg2zoibgcx7734sdgrs0nnhqvw.ext-twitch.tv/gg38jg2zoibgcx7734sdgrs0nnhqvw/0.2.3/beafd09beebc094b3bb5878fcb01d923/live_config.html"
},
"panel": {
"can_link_external_content": true,
"height": 300,
"viewer_url": "https://gg38jg2zoibgcx7734sdgrs0nnhqvw.ext-twitch.tv/gg38jg2zoibgcx7734sdgrs0nnhqvw/0.2.3/beafd09beebc094b3bb5878fcb01d923/panel.html"
}
}
}
]
}
Also for the record you can upload images to the forum they’ll display inline