[ckan-discuss] ckan-discuss Digest, Vol 39, Issue 5

Ilia Gromislav igromislav at gmail.com
Sat Apr 13 18:45:01 BST 2013


I have some problem with upload file.
"Unable to authenticate upload"

development.ini:
after: [app:main]
# 'Bucket' to use for file storage
ckan.storage.bucket = /var/local/ckan

# To enable local file storage:
ofs.impl = pairtree
ofs.storage_dir = /var/local/ckan

'ckan' have permission 777 and empty (var/local/ckan)
and I have installed 'pairtree'
and run sudo /etc/init.d/nginx reload

and still "Unable to authenticate upload"


What have I done wrong?

http://my.site/storage/upload_handle
I have mesage:
"Server Error
An internal server error occurred"


2013/4/13 <ckan-discuss-request at lists.okfn.org>

> Send ckan-discuss mailing list submissions to
>         ckan-discuss at lists.okfn.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.okfn.org/mailman/listinfo/ckan-discuss
> or, via email, send a message with subject or body 'help' to
>         ckan-discuss-request at lists.okfn.org
>
> You can reach the person managing the list at
>         ckan-discuss-owner at lists.okfn.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of ckan-discuss digest..."
>
>
> Today's Topics:
>
>    1. Re: Cannot fetch index base URL
>       http://pypi.python.org/simple/ (Adri? Mercader)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 12 Apr 2013 18:34:41 +0100
> From: Adri? Mercader <adria.mercader at okfn.org>
> Subject: Re: [ckan-discuss] Cannot fetch index base URL
>         http://pypi.python.org/simple/
> To: Ketty Adoch <kettya298 at gmail.com>
> Cc: CKAN discuss <ckan-discuss at lists.okfn.org>
> Message-ID:
>         <
> CAGJR8iKsH1SfrJUcx1hCfxqoTxWJaDWGLiSb8nozMz97TsDH7Q at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi Ketty,
>
> You are on the right track, just be careful with the command line commands
>
> On 12 April 2013 10:38, Ketty Adoch <kettya298 at gmail.com> wrote:
> > when i run pip install pip-requirements.txt file i get the error below
>
> You need to run:
>
> pip install -r pip-requirements.txt
>
> (notice the -r)
>
> This tells pip to read the pip-requirements.txt file, otherwise you
> are trying to install a package called pip-requirements.txt
>
>
> > I tried to install carrot 0.10.1 manually by running
> >
> > pip install carrot 0.10.1 and the error was
>
> You need the ==, so it would be:
>
> pip install carrot==0.10.1
>
> But you won't need this one if you run the previous command
>
>
> Adri?
>
>
>
> ------------------------------
>
> _______________________________________________
> ckan-discuss mailing list
> ckan-discuss at lists.okfn.org
> http://lists.okfn.org/mailman/listinfo/ckan-discuss
> Unsubscribe: http://lists.okfn.org/mailman/optionss/ckan-discuss
>
>
> End of ckan-discuss Digest, Vol 39, Issue 5
> *******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.okfn.org/pipermail/ckan-discuss/attachments/20130413/a80bcc55/attachment.htm>


More information about the ckan-discuss mailing list