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 used docker with WSL2 to run this; https://github.com/mojaloop/ml-testing-toolkit/. Unfortunately, the simulators in the demos can not make any requests but rather keep loading until they timeout. The same happens in the monitor. This means that the demo simulators and monitor might not be of help until requests and responses can work. I am using the TTK web ui running at port: 6060 on the localhost. I am using version 15.6 TTK. Please help me out.
The text was updated successfully, but these errors were encountered:
Hi @kasgeo
You are attempting to run the simulator from within the testing toolkit repo which is without any supporting services i.e the simulator in the backend to support the requests, that's why requests on the UI are getting to timeout.
To get requests from the simulator to run successfully, run the testing toolkit from the core test harness repo ( https://github.com/mojaloop/ml-core-test-harness ) This has the necessary supporting services for the simulator and demo to work fine.
I used docker with WSL2 to run this; https://github.com/mojaloop/ml-testing-toolkit/. Unfortunately, the simulators in the demos can not make any requests but rather keep loading until they timeout. The same happens in the monitor. This means that the demo simulators and monitor might not be of help until requests and responses can work. I am using the TTK web ui running at port: 6060 on the localhost. I am using version 15.6 TTK. Please help me out.
The text was updated successfully, but these errors were encountered: