Error when trying to extend ODKSheetsPlugin
#37
Unanswered
pritamps
asked this question in
Troubleshooting and Clarifications
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to build a HTML to PDF transformer for UCI. I have set up a new plugin
I have created a new server for this plugin, and the server starts successfully. However, when I make a request, I get the following error:
If I create the
req_data
variable and pass it in, it works, but this would break the inheritance, so I would rather not do that.What could the issue be? The same request works if I start the
ODKPlugin
server, so there therequest
object is available to the class instance.Beta Was this translation helpful? Give feedback.
All reactions