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
shashi165 opened this issue
Mar 8, 2021
· 1 comment
Assignees
Labels
bugSomething isn't working or it has wrong behavior on a Mojaloop Core serviceoss-coreThis is an issue - story or epic related to a feature on a Mojaloop core service or related to ittriagedThis bug has been triaged by the triage team!
Summary:
The quoting service does not handle the partySubIdOrType in party, it gives below error
[dev1-quoting-service-57c765f8-78tsn quoting-service] (node:26) UnhandledPromiseRejectionWarning: FSPIOPError: Unsupported party identifier type '30'
[dev1-quoting-service-57c765f8-78tsn quoting-service] at Object.createFSPIOPError (/opt/quoting-service/node_modules/@mojaloop/central-services-error-handling/src/factory.js:198:12)
[dev1-quoting-service-57c765f8-78tsn quoting-service] at CachedDatabase.getPartyIdentifierType (/opt/quoting-service/src/data/database.js:330:36)
[dev1-quoting-service-57c765f8-78tsn quoting-service] at runMicrotasks (<anonymous>)
[dev1-quoting-service-57c765f8-78tsn quoting-service] at processTicksAndRejections (internal/process/task_queues.js:97:5)
[dev1-quoting-service-57c765f8-78tsn quoting-service] at async CachedDatabase.getCacheValue (/opt/quoting-service/src/data/cachedDatabase.js:109:17)
[dev1-quoting-service-57c765f8-78tsn quoting-service] at async CachedDatabase.createQuoteParty (/opt/quoting-service/src/data/database.js:479:35)
[dev1-quoting-service-57c765f8-78tsn quoting-service] at async QuotesModel.handleQuoteRequest (/opt/quoting-service/src/model/quotes.js:292:24)
[dev1-quoting-service-57c765f8-78tsn quoting-service] (node:26) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 8)
Severity:
Low
Priority:
Low
Expected Behavior
The POST /quotes should be processed successfully for partySubIdOrType
Notes:
This issue is observed for the persistent mode. The pass-through mode will be fine, since it doesn’t involve storing quote request in the database.
1. Maintenance updates to monitoring/efk:
- Fluentd-elasticsearch dependency chart in monitoring/efk has been deprecated and moved to `https://kokuwaio.github.io/helm-charts`.
- Updated docs, dependencies for https://kokuwaio.github.io/helm-charts repository
- Upgraded all monitoring/efk dependencies to latest stable versions
2. Added missing event_* config to ALS Helm chart to ensure that Tracing works by default.
3. Upgraded the following components:
- Central-Ledger v13.0.1 -> v13.2.5
- Mojaloop-Simulator v11.3.0 -> v11.4.1
- SDK-Scheme-Adapter v11.11.2 -> v11.16.0
- ML-Testing-Toolkit v11.9.4 -> v11.12.0
4. Fixes included:
- mojaloop/project#2102
- mojaloop/project#2103
- mojaloop/project#1962
bugSomething isn't working or it has wrong behavior on a Mojaloop Core serviceoss-coreThis is an issue - story or epic related to a feature on a Mojaloop core service or related to ittriagedThis bug has been triaged by the triage team!
Summary:
The quoting service does not handle the partySubIdOrType in party, it gives below error
Severity:
Low
Priority:
Low
Expected Behavior
The POST /quotes should be processed successfully for
partySubIdOrType
Steps to Reproduce
Specifications
Notes:
This issue is observed for the persistent mode. The pass-through mode will be fine, since it doesn’t involve storing quote request in the database.
Pull Requests:
feat(db migrations): fix subid db central-ledger#836
fix: #2103 fix subid functionality in POST quotes request quoting-service#264
Severity when opened: Medium
Priority when opened: Medium
The text was updated successfully, but these errors were encountered: