AttributeError: 'Attribute' object has no attribute 'id' when using "Unicorn.call("component","method","parameter") #337
Jocelyn-AGORO
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi, can you give me more some more information about this error? Best way would be to fork this repo and replicate it using https://github.com/adamghill/django-unicorn/blob/master/example/www/templates/www/index.html#L8 and https://github.com/adamghill/django-unicorn/blob/master/example/unicorn/components/hello_world.py#L11 or a unit test that demonstrates the issue. Second best would be a small piece of code in this discussion that replicates the problem. Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error when using Unicorn.call() on a page to call backend method on component.
Beta Was this translation helpful? Give feedback.
All reactions