You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: