Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Generator Error

I am trying to generate the bdk bot scaffold - using the symphony bot generator. But on running the "yo symphony" command as per the bdk docs, I am getting axios response error:

{
    ...
    _currentUrl: 'http://search.maven.org/solrsearch/select?q=g:org.finos.symphony.bdk',
    [Symbol(kCapture)]: false
  },
  response: undefined,
  isAxiosError: true,
  toJSON: [Function: toJSON]
}

Error symphony 2.0

Cannot read property 'response' of undefined

Please let me know how I can resolve this.

  
  
Posted 2 years ago
Edited 2 years ago
Votes Newest

Answers


Hi Ali,

Thanks for your message,

Firstly, we need to make sure that you are using the up-to-date Symphony Generator along with the correct command.

Can you use the Symphony Generator from the FINOS GitHub respository: https://github.com/finos/generator-symphony

If you are using NPM - you can simply use this command to install it:
npm install -g @finos/generator-symphony

The following command will allow you to run the Symphony Generator & generate the BDK bot scaffold:
yo @finos/symphony

Please let us know if you continue have any issues.

  
  
Posted 2 years ago
Edited 2 years ago
Kaosar Ahmed
310 × 3 Administrator
5K Views
1 Answer
2 years ago
2 years ago
Tags