Re: [Arches] Re: Uploaded files status: "queued"

2018-10-15 Thread Vincent Meijer
Thanks Adam, I'll dive into that On Monday, 15 October 2018 16:42:17 UTC+2, Adam Cox wrote: > > Vincent, here's where the value should be set, it's at the end of the > method that handles the filelist request. > > >

Re: [Arches] Re: Uploaded files status: "queued"

2018-10-15 Thread Adam Cox
Vincent, here's where the value should be set, it's at the end of the method that handles the filelist request. https://github.com/archesproject/arches/blob/master/arches/app/datatypes/datatypes.py#L948 I'd suggest adding some step-by-step print statements in that function, because it seems to

[Arches] Re: Uploaded files status: "queued"

2018-10-15 Thread Vincent Meijer
I am still seemingly randomly getting uploaded file tiles that have the 'queued' status. This is preventing me from getting the download url of the file (and thus displaying its contents). Could this be a bug in Arches? It is quite a big problem for my project at the moment. Thanks! Vincent

[Arches] Re: Uploaded files status: "queued"

2018-10-12 Thread Vincent Meijer
And there is also this: https://github.com/archesproject/arches/blob/07d5ac0652af60f435ff1316ee7d26c06c9e0e56/arches/app/media/js/views/components/widgets/file.js#L121 But I still can't find where it could get that 'status = queued' value. On Friday, 12 October 2018 13:50:24 UTC+2, Vincent

[Arches] Re: Uploaded files status: "queued"

2018-10-12 Thread Vincent Meijer
My main problem now is that when status = queued, the url property is also null. I can't find any Arches code that even hints at setting these properties, except in datatypes.FileListDataType where status is set to "uploaded":

[Arches] Re: Uploaded files status: "queued"

2018-10-11 Thread Adam Cox
Hi Vincent, this touches on something we at Legion GIS came across recently, while trying to include file pathsd in a CSV upload. Turns out that because the actual upload process isn't run, even if the files exist in the file system before the import their status is never updated to