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

TypeError: 'comment' is an invalid keyword argument for this function #868

Closed
reetishrestha opened this issue Mar 25, 2019 · 1 comment
Closed

Comments

@reetishrestha
Copy link

reetishrestha commented Mar 25, 2019

Versions

  • Python:2.7
  • OS:10.13.6

Output Error:

Traceback (most recent call last):
  File "app.py", line 47, in <module>
    updated_parsed = entry.updated_parsed,
  File "/Users/ontreat/Documents/Reeti/Python/yankk/myvenv/lib/python3.6/site-packages/django/db/models/manager.py", line 85, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/Users/ontreat/Documents/Reeti/Python/yankk/myvenv/lib/python3.6/site-packages/django/db/models/query.py", line 392, in create
    obj = self.model(**kwargs)
  File "/Users/ontreat/Documents/Reeti/Python/yankk/myvenv/lib/python3.6/site-packages/django/db/models/base.py", line 573, in __init__
    raise TypeError("'%s' is an invalid keyword argument for this function" % list(kwargs)[0])
TypeError: 'comment' is an invalid keyword argument for this function
@AndreMiras
Copy link
Member

We're missing a lot of info here, it's hard to say. What command did you use. What buildozer version are you running?

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

No branches or pull requests

2 participants