I’ve installed rasa x using docker-compose and everything works fine but the changes on rasa x are not being pushed to the github repo. One thing to note is that the color on the integrated version control is orange which indicates there is no merge conflict. Version: Rasa X 0.31.5
Here are the logs for rasa x:
Attaching to rasa_rasa-x_1 rasa-x_1 | INFO:alembic.runtime.migration:Context impl PostgresqlImpl. rasa-x_1 | INFO:alembic.runtime.migration:Will assume transactional DDL. rasa-x_1 | INFO:rasax.community.services.event_service:Starting event service (standalone: False). rasa-x_1 | INFO:rasax.community.services.event_consumers.pika_consumer:Start consuming queue 'rasa_production_eve nts' on pika host 'rabbit'. rasa-x_1 | INFO:rasax.community.services.integrated_version_control.git_service:Cloning git repository from URL ' git@github.com:Syed-Osama-Hussain/Leila.git'. rasa-x_1 | Starting Rasa X server... 🚀 rasa-x_1 | /usr/local/lib/python3.7/site-packages/rasax/community/services/test_service.py:43: UserWarning: Unabl e to get tests from /app/git/1/tests/conversation_tests.md: rasa-x_1 | File '/app/git/1/tests/conversation_tests.md' does not exist. Please, make sure you have end-to-end te sts added to your assistant. See https://rasa.com/docs/rasa-x/user-guide/test-assistant for more information. rasa-x_1 | UserWarning, rasa-x_1 | Execution of job "run_background_synchronization (trigger: cron[minute='*'], next run at: 2020-08-11 1 8:47:00 UTC)" skipped: maximum number of running instances reached (1) rasa-x_1 | Exception occurred while handling uri: 'http://34.87.117.166/' rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.7/site-packages/sanic/app.py", line 940, in handle_request rasa-x_1 | handler, args, kwargs, uri, name = self.router.get(request) rasa-x_1 | File "/usr/local/lib/python3.7/site-packages/sanic/router.py", line 411, in get rasa-x_1 | return self._get(request.path, request.method, "") rasa-x_1 | File "/usr/local/lib/python3.7/site-packages/sanic/router.py", line 452, in _get rasa-x_1 | raise method_not_supported rasa-x_1 | sanic.exceptions.MethodNotSupported: Method POST not allowed for URL / Processed Story Blocks: 100%|██████████| 1/1 [00:00<00:00, 544.93it/s, # trackers=1]WARNING:git.remote:Error lines received while fetching: error: failed to push some refs to 'git@github.com:Syed-Osama-Hussain/Leila.git' rasa-x_1 | Exception occurred while handling uri: 'http://34.87.117.166/' rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.7/site-packages/sanic/app.py", line 940, in handle_request rasa-x_1 | handler, args, kwargs, uri, name = self.router.get(request) rasa-x_1 | File "/usr/local/lib/python3.7/site-packages/sanic/router.py", line 411, in get rasa-x_1 | return self._get(request.path, request.method, "") rasa-x_1 | File "/usr/local/lib/python3.7/site-packages/sanic/router.py", line 452, in _get rasa-x_1 | raise method_not_supported rasa-x_1 | sanic.exceptions.MethodNotSupported: Method POST not allowed for URL / rasa-x_1 | INFO:rasax.community.api.blueprints.models:Nothing changed. You can use the old model stored at '/app/ models/20200818-103850.tar.gz'. Processed Story Blocks: 100%|██████████| 1/1 [00:00<00:00, 802.43it/s, # trackers=1] Processed Story Blocks: 100%|██████████| 1/1 [00:00<00:00, 693.27it/s, # trackers=1] Processed Story Blocks: 100%|██████████| 1/1 [00:00<00:00, 889.38it/s, # trackers=1] Processed Story Blocks: 100%|██████████| 1/1 [00:00<00:00, 742.49it/s, # trackers=1] Processed Story Blocks: 100%|██████████| 1/1 [00:00<00:00, 568.18it/s, # trackers=1] Processed Story Blocks: 100%|██████████| 1/1 [00:00<00:00, 796.49it/s, # trackers=1] Processed Story Blocks: 100%|██████████| 1/1 [00:00<00:00, 882.45it/s, # trackers=1] Processed Story Blocks: 100%|██████████| 1/1 [00:00<00:00, 462.95it/s, # trackers=1] Processed Story Blocks: 100%|██████████| 1/1 [00:00<00:00, 680.12it/s, # trackers=1] Processed Story Blocks: 100%|██████████| 1/1 [00:00<00:00, 783.25it/s, # trackers=1] Processed Story Blocks: 100%|██████████| 1/1 [00:00<00:00, 787.96it/s, # trackers=1] Processed Story Blocks: 100%|██████████| 1/1 [00:00<00:00, 698.47it/s, # trackers=1] Processed Story Blocks: 100%|██████████| 1/1 [00:00<00:00, 791.53it/s, # trackers=1] Processed Story Blocks: 100%|██████████| 1/1 [00:00<00:00, 887.50it/s, # trackers=1] Processed Story Blocks: 100%|██████████| 1/1 [00:00<00:00, 858.43it/s, # trackers=1] Processed Story Blocks: 100%|██████████| 1/1 [00:00<00:00, 651.09it/s, # trackers=1] Processed Story Blocks: 100%|██████████| 1/1 [00:00<00:00, 284.42it/s, # trackers=1] Processed Story Blocks: 100%|██████████| 1/1 [00:00<00:00, 647.87it/s, # trackers=1] Processed Story Blocks: 100%|██████████| 1/1 [00:00<00:00, 732.25it/s, # trackers=1] rasa-x_1 | Exception occurred while handling uri: 'http://34.87.117.166/' rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.7/site-packages/sanic/app.py", line 940, in handle_request rasa-x_1 | handler, args, kwargs, uri, name = self.router.get(request) rasa-x_1 | File "/usr/local/lib/python3.7/site-packages/sanic/router.py", line 411, in get rasa-x_1 | return self._get(request.path, request.method, "") rasa-x_1 | File "/usr/local/lib/python3.7/site-packages/sanic/router.py", line 452, in _get rasa-x_1 | raise method_not_supported rasa-x_1 | sanic.exceptions.MethodNotSupported: Method POST not allowed for URL / rasa-x_1 | INFO:rasax.community.services.integrated_version_control.git_service:Cloning git repository from URL ' git@github.com:Syed-Osama-Hussain/Leila.git'.