Received this error when trying to run any requests on DatastreamDSWS2R

I have been getting this error when trying to run any timeseriesrequest or snapshotrequest. Tried it on some simple securities since yesterday but has not been working. Please help

Error requesting json...
Error: Forbidden


GenericCurlError:
Forbidden

ForbiddenHTTPErrorsimpleErrorerrorcondition
Error in rjson::fromJSON(json_str = myDataResponse) : 
  STRING_ELT() can only be applied to a 'character vector', not a 'list'

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @WestWinter

    I can run it properly.

    Could you please share the code that you are using? Moreover, you can also add the following line to enable logging.

    mydsws$logging <- 5

Answers