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.

'runtime' is an invalid keyword argument

See original GitHub issue

Hi, when I use jnitrace, it told me below errors

frida version:12.2.6 jnitrace version:3.0.7 android version: 4.4.2(kitkat) arm emulator

jnitrace -l xx.so com.xxx Traceback (most recent call last): File “/usr/local/bin/jnitrace”, line 8, in <module> sys.exit(main()) File “/usr/local/lib/python3.6/site-packages/jnitrace/jnitrace.py”, line 552, in main script = session.create_script(jscode, runtime=“v8”) File “/usr/local/lib/python3.6/site-packages/frida/core.py”, line 148, in create_script return Script(self._impl.create_script(*args, **kwargs)) TypeError: ‘runtime’ is an invalid keyword argument for this function

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
jiychcommented, May 18, 2020

@oleavr Frida 12.8.20 didn’t work for me, I’ve been opened a new issue here: https://github.com/frida/frida/issues/1299 I will test Frida master if work on my emulator later.

0reactions
chame1eoncommented, Jan 10, 2021

Closing as issue filed with the Frida project

Read more comments on GitHub >

github_iconTop Results From Across the Web

Detect an invalid keyword argument - python - Stack Overflow
I want to make sure that the only valid keyword arguments are start_index or end_index . Anything else will raise an error, even...
Read more >
How to Fix: SyntaxError: positional argument follows keyword ...
In this article, we will discuss how to fix the syntax error that is positional argument follows keyword argument in Python.
Read more >
Error in trunk opening PostgreSQL database
RuntimeError : Failure to connect, tried 5 times: 'check_same_thread' is an invalid keyword argument for this function. Error snapshot [image: help] Detailed ...
Read more >
[Python3] sorting + binary search - LeetCode Discuss
but it threw runtime error saying TypeError: 'key' is an invalid keyword argument for bisect_right(). also i want to mention one more thing ......
Read more >
Error Message "Unexpected keyword argument passed to ...
Before creating a training job, use the ModelArts development environment to debug the training code to maximally eliminate errors in code migration.
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