I think I told you in a previous mail that the blobServer url that is
generated in the default camput config might be broken.
Do you have
"blobServer": "
http://localhost:3179",
?
if yes, append a "bs" so that it looks like:
"blobServer": "
http://localhost:3179/bs",
alternatively, if you pull again, you'll get brad's latest changes
which improved discovery and should avoid that issue.
On 11/8/12, Maxime Lavigne <
dugu...@gmail.com> wrote:
> Hi,
>
> I recently encountered a problem with the initial configuration of
> Camlistore and I am unsure if it is caused by me forgetting a step or by
> something else.
>
> I did my test on both Windows x64 and Linux Ubuntu i686. I want to test
> default configuration so I deleted all the configuration
> and environment variables related to Camlistore.
>
> First I start ./camlistore and it use the newly created
> "identity-secring.gpg" and than I do a ./camput init --gpgkey={key given by
>
> camli UI} with the newly generated key ID.
>
> Finaly, when I try to do a ./camput file CONTRIBUTORS, I get the same error
>
> on both hosts : "Error putting file: invalid character '<' looking for
> beginning of value". When I debbuged it, it came from trying to do a
> StatBlob on "
http://localhost:3179/camli/stat". The code seems to assume
> it's gonna receive a json object but it receives "This is camlistored, a
> Camlistore server. If you're coming from localhost, hit /setup.".It is
> failing at pkg/client/upload.go:93.
>
> Did I miss a step somewhere? I'm running from the tip of the repository but
>
> I remember running it without problem previously.
>
> Thanks
>