jessopb

Results 64 issues of jessopb

When loading a channel the speech instance has not loaded before, thumbnails are hit and miss, and show up broken.

level: 2
priority: high

# Currently Behavior: ### Updating or customizing your spee.ch site must be done by command line or dev tools. # Desired Behavior: ### Given a system of user authentication levels,...

priority: medium

Most queries in chainquery claimQueries restrict queries: ``` const whereClause = bidState || { [sequelize.Op.or]: [ { bid_state: 'Controlling' }, { bid_state: 'Active' }, { bid_state: 'Accepted' }, ], };...

Users experience lockouts publishing a reasonable number of posts per day. Passing a token in the header from lbry-desktop, and checking that against lbryinc could decrease the support load.

The approved channels array in siteConfig requires name, longid, and shortId. This is not documented nor is how to find their shortid.

needs: exploration
priority: low

Readme and ubuntu should discuss settings and procedures for locking down your publishing.

priority: high

Decide how to handle this. Parse a tags for lbry:// and process to: - regex tax body to replace with open.lbry.io link? - replace with link to $host/canonicalUri

priority: low

Current behavior: Users must manually look up and add their thumbnail channels if they set "publishOnlyApproved": true, Desired behavior: Some automated process to add thumbnail channel approval given approved channels.

priority: medium

Current behavior: When you create a channel, and lbrynet is not running, you get unexpected character < in JSON at position 0. When you go to visit content, error messaging...

priority: medium

In api/claim/get/index.js let lbrynetResult = await getClaim(`${name}#${claimId}`); If this is returned: { error: 'Failed to resolve stream at lbry://hello#3ddd4f08ef7aeaf04d530615a68acf6bf2fd6cb5' } It does not register as an error. Catch it.

help wanted
level: 1