You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've heavily used getDaymet() to get precipitation data for my work for the past year. However, for the past days (June 2024), it consistently takes longer for the function to run and gives back an error that says:
syntax error, unexpected WORD_WORD, expecting SCAN_ATTR or SCAN_DATASET or SCAN_ERROR. The proxy server received an invalid response from an upstream server. The proxy server could not handle the request. Error reading from remote server.
Any ideas why this is happening and what the solution can be?
The error occurs regardless of AOI used and can be replicated using this code:
I believe this issue also occurs with the getCHIRPS function, but not for all years. It worked perfectly from 1981 to 1994. However, for the following years, the error appears with the message "syntax error, unexpected $end, expecting SCAN_ATTR or SCAN_DATASET or SCAN_ERROR."
I've heavily used getDaymet() to get precipitation data for my work for the past year. However, for the past days (June 2024), it consistently takes longer for the function to run and gives back an error that says:
syntax error, unexpected WORD_WORD, expecting SCAN_ATTR or SCAN_DATASET or SCAN_ERROR. The proxy server received an invalid response from an upstream server. The proxy server could not handle the request. Error reading from remote server.
Any ideas why this is happening and what the solution can be?
The error occurs regardless of AOI used and can be replicated using this code:
The text was updated successfully, but these errors were encountered: