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
What steps will reproduce the problem?
1. clone source code
2. build
3. run Main
What is the expected output? What do you see instead?
java.io.FileNotFoundException:
/home/duy/ws/aiml/bots/alice2/aimlif/train.aiml.csv (No such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
at java.io.FileOutputStream.<init>(FileOutputStream.java:110)
at java.io.FileWriter.<init>(FileWriter.java:63)
at org.alicebot.ab.Bot.writeAIMLIFFiles(Bot.java:419)
at org.alicebot.ab.Bot.<init>(Bot.java:160)
at Main.mainFunction(Main.java:69)
at Main.main(Main.java:37)
What version of the product are you using? On what operating system?
ubuntu 12.04 lts
the latest souce code
Please provide any additional information below.
it looks like the folder /aimlif isn't in the source folder. where can i
download it?
Original issue reported on code.google.com by [email protected] on 18 Sep 2014 at 7:30
The text was updated successfully, but these errors were encountered:
I got the same issue. The aimlif is not included in the package.
I don't even know what aimlif can do if that would be included in the package.
The whole system works, except from the exception errors.
I hope the developers would say what does it do with the program.
I had the same issue. Seems like the program is trying to create/write files to
a directory that doesn't exist. I added a new empty directory bots/alice2/aimlf
and the issue was resolved.
Original issue reported on code.google.com by
[email protected]
on 18 Sep 2014 at 7:30The text was updated successfully, but these errors were encountered: