question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

gist edit fails with ERROR[gist] handle_gist_edit() takes 2 positional arguments but 4 were given

See original GitHub issue
$ gist edit xyzzy
1615939555.966 ERROR[gist] handle_gist_edit() takes 2 positional arguments but 4 were given

$ gist version
v0.9.2

Yeah, I know xyzzy isn’t a valid gist, but the same thing happens with a valid gist id…

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
nealmcbcommented, Mar 18, 2021

Confirmed - works well. This is one of the best features of this code! Many thanks.

0reactions
jdownercommented, Mar 17, 2021

@nealmcb thanks for your patience! Version 0.10.1 has been released and (touch wood) fixes this problem 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

error: choice() takes 2 positional arguments but 4 were given
random.choice accepts a list as an argument, so it should be: q = random.choice([x,y,z]).
Read more >
all() takes 2 positional arguments but 4 were given. Occurred ...
Bug ~/test/.env/lib/python3.8/site-packages/torch/onnx/utils.py in _run_symbolic_function(g, block, n, inputs, env, operator_export_type) ...
Read more >
TypeError: reply() takes 2 positional arguments but 4 were given
After running this above code, I am getting the error mentioned in the title . Can anybody tell what's wrong or what's the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found