question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to run formbot

See original GitHub issue

Rasa version:0.15 (latest github download)

Python version: 3.6.7

Operating system (windows, osx, …): Ubuntu 16.04.5 LTS

Issue: I downloaded and installed the latest code from rasa repo. I was trying to run the formbot example. I am able to run

  1. make train
  2. make run-core

However when i run

make run-actions

I get the following error:

Traceback (most recent call last): File “/home/sfrplindia1/Work/SantaFe/Raghuram/chatbots/venv_rasa_14/bin/rasa”, line 11, in <module> load_entry_point(‘rasa’, ‘console_scripts’, ‘rasa’)() File “/home/sfrplindia1/Work/SantaFe/Raghuram/chatbots/rasa/rasa/main.py”, line 68, in main cmdline_arguments.func(cmdline_arguments) File “/home/sfrplindia1/Work/SantaFe/Raghuram/chatbots/rasa/rasa/cli/run.py”, line 67, in run_actions import rasa_core_sdk.endpoint as sdk File “/home/sfrplindia1/Work/SantaFe/Raghuram/chatbots/venv_rasa_14/lib/python3.6/site-packages/rasa_core_sdk/endpoint.py”, line 11, in <module> from flask import Flask, jsonify, request File “/home/sfrplindia1/Work/SantaFe/Raghuram/chatbots/venv_rasa_14/lib/python3.6/site-packages/flask/init.py”, line 21, in <module> from .app import Flask, Request, Response File “/home/sfrplindia1/Work/SantaFe/Raghuram/chatbots/venv_rasa_14/lib/python3.6/site-packages/flask/app.py”, line 25, in <module> from . import cli, json File “<frozen importlib._bootstrap>”, line 971, in _find_and_load File “<frozen importlib._bootstrap>”, line 955, in _find_and_load_unlocked File “<frozen importlib._bootstrap>”, line 665, in _load_unlocked File “<frozen importlib._bootstrap_external>”, line 674, in exec_module File “<frozen importlib._bootstrap_external>”, line 779, in get_code File “<frozen importlib._bootstrap_external>”, line 487, in _compile_bytecode EOFError: EOF read where object expected Makefile:21: recipe for target ‘run-actions’ failed make[1]: *** [run-actions] Error 1

Content of configuration file (config.yml):

language: en

pipeline:
  - name: WhitespaceTokenizer
  - name: CRFEntityExtractor
  - name: EntitySynonymMapper
  - name: CountVectorsFeaturizer
    token_pattern: (?u)\b\w+\b
  - name: EmbeddingIntentClassifier
  - name: DucklingHTTPExtractor
    url: http://localhost:8000
    dimensions:
      - number

policies:
  - name: FallbackPolicy
  - name: MemoizationPolicy
  - name: FormPolicy

Content of domain file (domain.yml) (if used & relevant):


Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
oldmonkABAcommented, May 15, 2019

thank you

0reactions
paulaWesselmanncommented, May 14, 2019

Try using rasa train core -d domain.yml -s data/stories.md --out models -c config.yml instead

You can find all available parameters by running rasa -h and for the specific commands for example rasa train -h, the -o flag is not supported anymore.

Read more comments on GitHub >

github_iconTop Results From Across the Web

FormBot : Encountered an exception while running action
i'm unable to run example/formbot in the github ie Form action ( rasa_core/examples/formbot at master · RasaHQ/rasa_core · GitHub ) there ...
Read more >
Reviews (44) - FORMBOT 3D Printer
I just would wish for a little bit longer electronic wires, to be able to wire ... and it doesn'ty seems like Formbot...
Read more >
VORON CoreXY 3D Printer | So I just received my Formbot kit
Formbot kit, Voron 2.4 R2. I'm about a week into building, part time. I might be able to power on today and start...
Read more >
Voron V0 Formbot Kit Build/Review : r/voroncorexy - Reddit
Folks frequently ask about the Formbot kit on discord and I though ... heater run with a bead of high temp RTV in...
Read more >
Formbot T Rex 2 Opinions? - 3D Printing / 3D Printers - 3D Hubs
She also gave me the chance to go to SIGGRAPH and help run the 3d printer lab for ... I haven't been able...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found