dionnejkelly / parrot-im

Automatically exported from code.google.com/p/parrot-im
0 stars 0 forks source link

database returns null (for chatbot) #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. uncomment line 110-114 on MainController
2.
3.

What is the expected output? What do you see instead?

Exception in thread "main" java.lang.NullPointerException
    at model.Model.getQuestionList(Model.java:1103)
    at view.options.modelstub.model.<init>(model.java:17)
    at controller.MainController.<init>(MainController.java:103)
    at ParrotIM.main(ParrotIM.java:30)

Please use labels and text to provide additional information.
This is because there is no data for the customized chatbot.

Original issue reported on code.google.com by shichan....@gmail.com on 16 Jul 2009 at 12:21

GoogleCodeExporter commented 8 years ago
I mean comment those lines

Original comment by shichan....@gmail.com on 16 Jul 2009 at 12:22

GoogleCodeExporter commented 8 years ago

Original comment by shichan....@gmail.com on 17 Jul 2009 at 12:44