OriginTrail / ot-node

OriginTrail Decentralized Knowledge Graph network node
https://origintrail.io
Apache License 2.0
193 stars 68 forks source link

Command error dereferencing a URL #2458

Open jwtex opened 1 year ago

jwtex commented 1 year ago

Issue description

V6 node not attempting to bid, getting this error repeatedly in the logs:

[2023-04-19 23:00:14] ERROR: Command error (PublishLocalStoreRemoteError): Dereferencing a URL did not result in a valid JSON-LD object. Possible causes are an inaccessible URL perhaps due to a same-origin policy (ensure the server uses CORS if you are using client-side JavaScript), too many redirects, a non-JSON response, or more than one HTTP Link Header was provided for a remote context.

Expected behavior

Actual behavior

Steps to reproduce the problem

1. 2. 3.

Specifications

Contact details

Error logs

Disclaimer

Please be aware that the issue reported on a public repository allows everyone to see your node logs, node details, and contact details. If you have any sensitive information, feel free to share it by sending an email to tech@origin-trail.com.

Valcyclovir commented 1 year ago

Just wanted to add that I am getting similar error message after each "Inserting asset with assertion id" on 6.0.9.

Setup: Ubuntu 22.04 fresh install using libp2p priv key, db and triplestore from an old node that I restored on a Hetzner VPS.

image