internetarchive / dweb-transports

GNU Affero General Public License v3.0
25 stars 16 forks source link

Wolk: down #19

Open mitra42 opened 5 years ago

mitra42 commented 5 years ago

I'm seeing two issues with wolk. a) URLs like https://cloud.wolk.com/dweb.archive.org/metadata/netlabels are failing with "Key not found" b) The library is returning that failure as a success, with a data structure that includes headers and a 404. I've disabled it for now in the default library.

rodneywitcher commented 5 years ago

Hi @mitra42 ... I've made changes (and sent a mail separately). The issue lay in a code path that was only logging the error to the console, but not actually "throwing" it ... I've updated and tested on my end, but please do verify/confirm on your end. Sorry about any trouble caused here.

mitra42 commented 5 years ago

Thanks - I relabeled it, and its working at least some of the time (I'm trying to track down if failures are my end or yours) BUT - I am seeing a "DOM Exception" in loadAccounts, which I think is yours, can you confirm.

rodneywitcher commented 5 years ago

Yes, I'm seeing the "DOM Exception". Investigating the cause, but as you said earlier, it doesn't seem to be causing any failures. Something with the jwk export it seems.