Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Channel categories missing #2454

Closed
igrexac opened this issue Jun 2, 2021 · 2 comments
Closed

Channel categories missing #2454

igrexac opened this issue Jun 2, 2021 · 2 comments

Comments

@igrexac
Copy link

igrexac commented Jun 2, 2021

Problem

  • In the new CLI version @joystream/cli/0.5.0 win32-x64 node-v14.16.0 (Windows) there is no way to add categories for videos and channels. Error:
    image

  • Added channel categories with @joystream/cli/0.5.1 linux-x64 node-v14.16.1 are not displayed on the JoyStream Studio platform. When creating a channel, there is no way to select a category.
    image

image

  • Previously, it was possible to update channel data using CLI (media:updateChannel or content:updateChannel), now this command does not work (both CLI Win & Linux), so I check only through the portal.
@Lezek123
Copy link
Contributor

Lezek123 commented Jun 3, 2021

Thank you for creating the issue @igrexac

In the new CLI version @joystream/cli/0.5.0 win32-x64 node-v14.16.0 (Windows) there is no way to add categories for videos and channels

This is a known issue with version 0.5.0 that has been patched in 0.5.1 (which should be the default @joystream/cli version installed with npm install -g @joystream/clinow)

Previously, it was possible to update channel data using CLI (media:updateChannel or content:updateChannel), now this command does not work (both CLI Win & Linux), so I check only through the portal.

Those commands have been replaced with content:updateChannel and content:updateVideo.
You can run joystream-cli content to see the list of supported commands.
The json format of the update is the same as for the channel/video creation: https://github.com/Joystream/joystream/blob/master/cli/examples/content/CreateChannel.json (only the provided fields will be updated)

@kdembler
Copy link
Member

Channel categories have been removed on carthage branch, closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants