From 16340f6afebb945c85de7cc815afc2f4393a4ca2 Mon Sep 17 00:00:00 2001 From: "=^._.^=" Date: Tue, 20 Dec 2016 17:01:08 -0800 Subject: Update faq.md --- docs/faq.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 790636d..f37a786 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -37,3 +37,10 @@ Our [dat.land](http://github.com/datproject/dat.land) prototype used WebRTC to t ## Do you plan to have Python or R or other third-party language integrations? Yes. We are currently developing the serialization format (like .zip archives) called [SLEEP](/sleep) so that third-party libraries can read data without reimplementing all of hyperdrive (which is node-only). + +## Dat on the CLI isn't connecting, how do I debug? + +1. Try running `dat doctor` and following the instructions +2. Try running your command with `DEBUG=discovery* ` in front, e.g. `DEBUG=discovery* dat sync` + +When reading debug output, look for `inbound connection` (means someone else successfully connected to you) or `onconnect` (you successfully connected to someone else). `discovery peer=` messages mean you found a candidate and will try to connect to them. -- cgit v1.2.3