new octomode file breaks octomode #33
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The error that appears is
urllib.error.HTTPError
urllib.error.HTTPError: HTTP Error 401: Unauthorized
Traceback (most recent call last)
The debugger caught an exception in your WSGI application. You can now look at the traceback which led to the error.
To switch between the interactive traceback and the plaintext one, you can click on the "Traceback" headline. From the text traceback you can also create a paste of it. For code execution mouse-over the frame you want to debug and click on the console icon on the right side.
You can execute arbitrary Python code in the stack frames and there are some extra helpers available for introspection:
@ccl
I think that means your API key might be invalid or it somehow can't get the correct permissions for the requests it needs to do.
I fixed the API key but this function is ran when you make a new document or start octomode for the first time?
47e535b9e6/octomode.py (L50)
asks for a list of all pads and that doesn't work anymore because this list is too long.