Videos can't be found in the Catalog

When you go to your favorites > video, this message appears at the top of your screen:

image

Which is silly because:

  1. Videos can’t be found in the catalog
  2. “Get More” directs you to the catalog
  3. It’s grammatically incorrect and should be “Videos”

When looking in your inventory > video, the message is correct, albeit still with the grammatical error:

image

This has been occurring ever since videos were a thing. Repro steps are provided above.

9 Likes

I am pretty sure that is static to those types of pages. And uses `` in JS to put “Video”. An example of that is,

console.log(`${user.username}: left group ${group.name}`)

It replaces ${data.here} with a string.

In this case, it would probably look like:

document.write(`Explore the catalog to find more ${catalog.contentype}.`)

Thanks for the report! We’ve filed a ticket to our internal database and we’ll follow up when we have an update for you.

2 Likes

I am in the process of checking over bug reports and following up on some bugs that haven’t received any activity in a while.
Is this issue still occurring or can you confirm that this bug has been resolved? We are having a hard time reproducing this issue.

1 Like

The bug has been solved, and you get redirected to the Library.

image

If you were having trouble with reproduction, perhaps you were checking your Inventory and not your Favorites? The bug has been resolved so that may be also why you cannot repro. Thanks for checking in!

This issue should now be resolved! If this issue is still occurring, please create a new topic for us to look into.

3 Likes

This topic was automatically closed after 6 days. New replies are no longer allowed.