'runtime' is an invalid keyword argument
See original GitHub issueHi, 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:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.
Closing as issue filed with the Frida project