tools/ucalls.py with java: "TypeError: can't concat bytes to str"
Open
- Dominant language
- C
- Stars
- 22.7k
- Forks
- 4.1k
- Avg merge
- 10d 4h
- Merged PRs (30d)
- 3
Description
I get this error when using ucalls.py with a java application.
It is easily fixed by adding .decode() after kv[0].clazz and kv[0].method in the get_data() function, but it will probably break the other languages.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.