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

Error: 'NoneType' object is not callable #1

Open
bodhwani opened this issue Sep 2, 2020 · 0 comments
Open

Error: 'NoneType' object is not callable #1

bodhwani opened this issue Sep 2, 2020 · 0 comments

Comments

@bodhwani
Copy link

bodhwani commented Sep 2, 2020

Hi @byeongjokim,
I was trying to contribute in this project but I am getting this error:

self.onto ==  get_ontology("baseball.owl#")
Traceback (most recent call last):
  File "kbo.py", line 66, in <module>
    app = KBO(isSimulation=False, isAPI=True)
  File "kbo.py", line 16, in __init__
    self.web = Web(resource=self.resource)
  File "/Users/geek_vinit/Desktop/Automatic-Baseball-Commentary-Generation-Using-DeepLearning/Web/web.py", line 26, in __init__
    self._set_game_info(data["gameInfo"])
  File "/Users/geek_vinit/Desktop/Automatic-Baseball-Commentary-Generation-Using-DeepLearning/Web/web.py", line 45, in _set_game_info
    create_game(self.onto, self.GameInfo)
  File "/Users/geek_vinit/Desktop/Automatic-Baseball-Commentary-Generation-Using-DeepLearning/Web/set_onto.py", line 3, in create_game
    game = onto.Game(GameInfo["DateHomeAway"])
TypeError: 'NoneType' object is not callable

Can you please help me out in this?

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

1 participant