PondiB / openeocubes

A lightweight R-based RESTful service to analyze Earth Observation data cubes in the cloud.
Apache License 2.0
30 stars 9 forks source link

Object `errors` not found error #4

Closed aoles closed 1 year ago

aoles commented 1 year ago

Hi,

I've run into the following issue partly because of #3. Once the service is set-up locally via docker run -p 8000:8000 brianpondi/openeocubes and one of the scripts from examples is run without a valid call to login the following error comes up:

HTTP 500 Internal Server Error.
• SERVER-ERROR: object 'errors' not found

As indicated by the message I suspect that object errors from https://github.com/PondiB/openeogdalcubes/blob/main/R/error.R#L45 is not resolved properly. However, I couldn't figure out where it is supposed to be initialized? Looking forward to your thoughts on this.

Cheers, Andrzej

PondiB commented 1 year ago

Closing this now , revamping the platform over time.