insanity54 / futureporn

Unofficial ProjektMelody Chaturbate VOD Archive. For Adults Only.
https://futureporn.net
26 stars 3 forks source link

futureporn-qa taskAddVideoSrcHash and taskAddVideo240Hash fail #193

Closed insanity54 closed 1 year ago

insanity54 commented 1 year ago

It looks like adding files to IPFS using this task end up failing. The file appears to transfer to the cluster, but the file is not pinned. Subsequent pinning attempts fail, and the file shows PINNING or PIN_QUEUED on cluster peers. Only after manually pinning the file does it become pinned on more than one cluster peer.

insanity54 commented 1 year ago

Couple potential snags. as mentioned in the /add/ endpoint section of https://ipfscluster.io/documentation/reference/api/

Firstly, we might be running into slow pinning because pinning is happening all at once across multiple peers. This is undersirable, we want fast pinning so I'm adding &local=true to the POST request.

If that doesn't fix the issue, we might have a GC issue. Last I remember, I think I disabled GC, but we'll verify this if local=true doesn't solve.

insanity54 commented 1 year ago

it's working! :smile: