Hmm, before we dig any deeper, I'd advise you to retry with the
camlistore source hosted at $GOPATH/src/camlistore.org instead. We
rely enough on this import path that it might just be the cause of
your trouble. If you want to build from source, you should probably
also use 'go run make.go' rather than plain go get, as make.go takes
care of a few other things.

On 4 May 2016 at 09:56, Parker Moore <[email protected]> wrote:
> Hey Mathieu,
>
> Thanks for the reply.
>
>> Have you tried googling for it?
>
> Yes, and I came up with nada. It's a generic Chrome error.
>
> I upgraded to 0.9 and am now seeing `net::ERR_SPDY_PROTOCOL_ERROR` on the
> latest Chrome (Version 50.0.2661.86 (64-bit)).
>
> My server is running Nginx 1.9.15 with the HTTP2 module enabled. It reverse
> proxies to the camlistored service running on the host. It only errors for a
> handful of JS files:
>
> GET https://camli.example.com/ui/react/react-with-addons.js
> net::ERR_SPDY_PROTOCOL_ERROR
> GET https://camli.example.com/ui/closure/goog/iter/iter.js
> net::ERR_SPDY_PROTOCOL_ERROR
> GET https://camli.example.com/ui/closure/goog/uri/uri.js
> net::ERR_SPDY_PROTOCOL_ERROR
> GET https://camli.example.com/ui/closure/goog/net/xhrio.js
> net::ERR_SPDY_PROTOCOL_ERROR
> GET https://camli.example.com/ui/closure/goog/style/style.js
> net::ERR_SPDY_PROTOCOL_ERROR
>
> All the CSS loads fine and a number of JS files are fine, too.
>
> On the server, I have the binaries and I ran `go get` on the repo and set
> the repo root in my GOPATH as the sourceRoot in my server-config.json.
>
> [camlistore@kenny2 camlistore]$ pwd
> /home/camlistore/go/src/github.com/camlistore/camlistore
> [camlistore@kenny2 camlistore]$ find . -iname react-with-addons.js
> ./third_party/react/react-with-addons.js
> [camlistore@kenny2 camlistore]$ find . -iname iter.js
> ./third_party/closure/lib/closure/goog/iter/iter.js
> [camlistore@kenny2 camlistore]$ find . -iname uri.js
> ./third_party/closure/lib/closure/goog/uri/uri.js
> [camlistore@kenny2 camlistore]$ find . -iname xhrio.js
> ./third_party/closure/lib/closure/goog/net/xhrio.js
> [camlistore@kenny2 camlistore]$ find . -iname style.js
> ./third_party/closure/lib/closure/goog/style/style.js
> ./server/camlistored/ui/style.js
>
> How are these resources requested? How are they served via `camlistored`?
>
> Parker
>
> --
> You received this message because you are subscribed to the Google Groups
> "Camlistore" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Camlistore" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to