Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap planner arguments in quotes. #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Wrap planner arguments in quotes. #53

wants to merge 1 commit into from

Conversation

haz
Copy link
Contributor

@haz haz commented Feb 14, 2024

No description provided.

@nirlipo
Copy link
Collaborator

nirlipo commented Feb 19, 2024

It gives the following error:

plan-as-service:~$ python3 test_service.py 
Computing...
{'result': {'call': 'timeout 30 planutils run dual-bfws-ffparser "domain '
                    'problem plan"',
            'output': {'plan.ipc': ''},
            'output_type': 'generic',
            'stderr': 'No output plan file specified, defaulting to '
                      "'plan.ipc'\n"
                      '\n'
                      "ff: can't find fact file: --output\n"
                      '\n'
                      ': No such file or directory\n',
            'stdout': ''},
 'status': 'ok'}
Computing...
{'result': {'error': 'stderr: \n'
                     "No output plan file specified, defaulting to 'plan.ipc'\n"
                     '\n'
                     "ff: can't find fact file: --output\n"
                     '\n'
                     ': No such file or directory\n'
                     '\n'
                     'stdout: \n',
            'length': 0,
            'logPath': 'None',
            'output': '',
            'parse_status': 'err',
            'plan': [],
            'planPath': 'None',
            'type': 'full'},
 'status': 'error'}
Computing...
{'result': {'error': 'stderr: \n'
                     "No output plan file specified, defaulting to 'plan.ipc'\n"
                     '\n'
                     "ff: can't find fact file: --output\n"
                     '\n'
                     ': No such file or directory\n'
                     '\n'
                     'stdout: \n',
            'length': 0,
            'logPath': 'None',
            'output': '',
            'parse_status': 'err',
            'plan': [],
            'planPath': 'None',
            'type': 'full'},
 'status': 'error'}
Computing...
{'result': {'error': 'stderr: \n'
                     "line 1:1583 mismatched character '<EOF>' expecting "
                     "'\\n'\n"
                     "line 1:1583 mismatched input '<EOF>' expecting ')'\n"
                     '\n'
                     'stdout: \n'
                     'Some Syntax Error\n',
            'length': 0,
            'logPath': 'None',
            'output': '',
            'parse_status': 'err',
            'plan': [],
            'planPath': 'None',
            'type': 'full'},
 'status': 'error'}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants