Replies: 2 comments 2 replies
-
From your webhook.site requests it looks like your Axios attempt posted to |
Beta Was this translation helpful? Give feedback.
1 reply
-
Not sure if you found this code yet but it may be helpful to you if you were just inspecting the request before: canvas-plugins/canvas_cli/apps/plugin/plugin.py Lines 171 to 224 in 5c4be8f |
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
-
Hello, I'm trying to upload a plugin using nodejs, replicating the python cli's functionality. I think I'm replicating the http request correctly, but the plugin is not registered. In fact, the Canvas API returns a 200 status code, which is even more confusing and makes it harder to debug the problem.
I’m using webhook.site to inspect the HTTP requests.
Here’s what my HTTP request to upload the plugin looks like https://webhook.site/#!/view/6d07c2bd-8579-4b28-b8e5-5b63d21e1964/4c8207ab-7a2b-4c32-a216-9d4f86173834/1
And here’s how the HTTP request from your python cli looks like https://webhook.site/#!/view/6d07c2bd-8579-4b28-b8e5-5b63d21e1964/f2b5aae9-d962-416d-ad3f-b923653a83dd/1
Can the Canvas Medical team spot any issue in my http request maybe?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions