Wonderful! On Apr 19, 2017 11:44 PM, "Darcy Christ" <[email protected]> wrote:
> Perfect, Alexei. That worked like a charm! > > > > Darcy W. Christ > Digital Generalist > @1000camels > > > > On Apr 20, 2017, at 4:36 PM, Alexei Peters <[email protected]> wrote: > > Hi Darcy, > Changing line 191 in "/home/hkarches/lib/python2.7/ > site-packages/arches_hip/models/resource.py" > > from this: > entity_data.append(node.value) > > to this: > entity_data.append(str(node.value)) > > should fix the issue you're seeing. > > This is only temporary as nothing has been pushed to the HIP repo yet. > Cheers, > Alexei > > PS. v4 should be much more stable! > > > Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 > <(971)%20227-3173> > > On Wed, Apr 19, 2017 at 9:29 PM, Darcy Christ <[email protected]> > wrote: > >> We keep getting intermittent errors updating information resources. The >> messages do not make sense, since we are not even editing dates >> >> http://dpaste.com/3G0CBAE >> >> >> Any help is appreciated. >> >> >> >> We haven't moved to v4 yet, but we're hoping the system is more stable, >> as we've had tons of issues like this. >> >> >> >> Darcy >> >> -- >> -- To post, send email to [email protected]. To >> unsubscribe, send email to [email protected]. >> For more information, visit https://groups.google. >> com/d/forum/archesproject?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Arches Project" 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. > > > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" 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.
