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

step 4 of tutorial 1 #868

Open
vinith-reddy25 opened this issue Jan 17, 2022 · 1 comment
Open

step 4 of tutorial 1 #868

vinith-reddy25 opened this issue Jan 17, 2022 · 1 comment

Comments

@vinith-reddy25
Copy link

When I run

"$genie augment synthesized.tsv --locale en-US --thingpedia thingpedia.tt --parameter-datasets parameter-datasets.tsv -o augmented.tsv"

I'm getting following error:

"
{
id: '2000001006',
flags: {
replaced: false,
augmented: false,
contextual: false,
synthetic: true,
eval: false
},
preprocessed: 'is my QUOTED_STRING_0 light-bulb on or off',
target_code: [
'@org.thingpedia.iot.light-bulb ( name = QUOTED_STRING_0 ) . power ( ) ;'
]
}
[Error: SQLITE_ERROR: no such table: string] {
errno: 1,
code: 'SQLITE_ERROR'
}
{
id: '2000001006',
flags: {
replaced: false,
augmented: false,
contextual: false,
synthetic: true,
eval: false
},
preprocessed: 'is my QUOTED_STRING_0 light-bulb on or off',
target_code: [
'@org.thingpedia.iot.light-bulb ( name = QUOTED_STRING_0 ) . power ( ) ;'
]
}
[Error: SQLITE_ERROR: no such table: string] {
errno: 1,
code: 'SQLITE_ERROR'
}
{
id: '2000001006',
flags: {
replaced: false,
augmented: false,
contextual: false,
synthetic: true,
eval: false
},
preprocessed: 'is my QUOTED_STRING_0 light-bulb on or off',
target_code: [
'@org.thingpedia.iot.light-bulb ( name = QUOTED_STRING_0 ) . power ( ) ;'
]
}
[Error: SQLITE_ERROR: no such table: string] {
errno: 1,
code: 'SQLITE_ERROR'
}
{
id: '2000001006',
flags: {
replaced: false,
augmented: false,
contextual: false,
synthetic: true,
eval: false
},
preprocessed: 'is my QUOTED_STRING_0 light-bulb on or off',
target_code: [
'@org.thingpedia.iot.light-bulb ( name = QUOTED_STRING_0 ) . power ( ) ;'
]
}
[Error: SQLITE_ERROR: no such table: string] {
errno: 1,
code: 'SQLITE_ERROR'
}
{
id: '2000001006',
flags: {
replaced: false,
augmented: false,
contextual: false,
synthetic: true,
eval: false
},
preprocessed: 'is my QUOTED_STRING_0 light-bulb on or off',
target_code: [
'@org.thingpedia.iot.light-bulb ( name = QUOTED_STRING_0 ) . power ( ) ;'
]
}
[Error: SQLITE_ERROR: no such table: string] {
errno: 1,
code: 'SQLITE_ERROR'
}
/home/vinith/Documents/genie-toolkit/dist/tool/genie.js:41
throw up;
^

Error: SQLITE_ERROR: no such table: string
Emitted 'error' event on DatasetAugmenter instance at:
at errorOrDestroy (internal/streams/destroy.js:108:12)
at DatasetAugmenter.onerror (_stream_readable.js:754:7)
at DatasetAugmenter.emit (events.js:314:20)
at errorOrDestroy (internal/streams/destroy.js:108:12)
at onwriteError (_stream_writable.js:424:5)
at onwrite (_stream_writable.js:445:5)
at DatasetAugmenter.afterTransform (_stream_transform.js:98:3)
at /home/vinith/Documents/genie-toolkit/dist/lib/dataset-tools/augmentation/index.js:83:13 {
errno: 1,
code: 'SQLITE_ERROR'
}

"

@sileix
Copy link
Member

sileix commented Feb 2, 2022

This tutorial needs some updates. We will keep you posted once we have a newer version.

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

No branches or pull requests

2 participants