HARPgroup / r-dh-ecohydro

A set of R scripts for generating Ecological Limit Functions (ELF), storing the modeled output with REST in drupal VAHydro (dH), and a set of scripts for querying and analyzing processed ELF data
0 stars 1 forks source link

'Send to rest' not working #31

Closed jenniferRapp closed 6 years ago

jenniferRapp commented 6 years ago

I'm wanting to re-run my RRC breakpoint Huc6 and include quant reg and Ymax. Thought I should send to Rest. It works locally, but when I choose Send to Rest it bombs. Below is the error I get.

Error: is.character(headers) is not TRUE In addition: Warning message: In if (token == "") { : the condition has length > 1 and only the first element will be used Called from: request(headers = c(..., .headers)) Browse[1]>**

################################

rburghol commented 6 years ago

I would check to make sure that you have a “rest.private” file in your main directory that has the restws_admin username and password, Joey can send you the latest correct credentials via email.

On Fri, Jan 19, 2018 at 11:29 AM JenniferRapp notifications@github.com wrote:

I'm wanting to re-run my RRC breakpoint Huc6 and include quant reg and Ymax. Thought I should send to Rest. It works locally, but when I choose Send to Rest it bombs. Below is the error I get.

Error: is.character(headers) is not TRUE In addition: Warning message: In if (token == "") { : the condition has length > 1 and only the first element will be used Called from: request(headers = c(..., .headers)) Browse[1]>**

################################

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/HARPgroup/r-dh-ecohydro/issues/31, or mute the thread https://github.com/notifications/unsubscribe-auth/AEXAIk11NlO4QgBUAWI_YAA1kvLTmTk7ks5tMMMAgaJpZM4RkuW- .

--

Robert W. Burgholzer 'Making the simple complicated is commonplace; making the complicated simple, awesomely simple, that's creativity.' - Charles Mingus Athletics: http://athleticalgorithm.wordpress.com/ Science: http://robertwb.wordpress.com/ Wine: http://reesvineyard.wordpress.com/

jenniferRapp commented 6 years ago

Setting that file fixed my issue.