Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Peerfinder / peers is not working correctly with 1.2.3 #134

Closed
mkimid opened this issue Aug 7, 2018 · 2 comments
Closed

Peerfinder / peers is not working correctly with 1.2.3 #134

mkimid opened this issue Aug 7, 2018 · 2 comments
Assignees

Comments

@mkimid
Copy link

mkimid commented Aug 7, 2018

Need to add one line as

this.config.selfTestSuccess = this.wsSuccess && this.uploadSuccess && this.httpSuccess

at line number 129 of SelfTest.ts

@njlie
Copy link
Contributor

njlie commented Aug 7, 2018

Fixed in #135, released in version 1.2.4. Thanks for catching this.

@mkimid
Copy link
Author

mkimid commented Aug 7, 2018

IMO, there is two points are affected

controllers/peers.ts - line #20

if (!config.selfTestSuccess) {
throw Boom.forbidden('This host is misconfigured.')
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants