Skip to content

[BUG] TypeError: <= not supported between instances of str and int when using format_exc with spp mode #1060

@pauloswear

Description

@pauloswear

Hello. I'm using format_exc() to send logs with possible errors to my database.
Using SPP mode (pyarmor-7), the output of format_exc exception is:

Traceback (most recent call last):
File , line 385, in run
File , line -1, in spp_caller
File , line -1, in spp_caller
TypeError: <= not supported between instances of str and int

Is there anyway to know exactly where is the error ? Using past VM mode it was working well

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions