-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined variable 'utils' in html_decapsulator.py #42
Comments
Thanks for this issue. Error is caused by a missing import. |
@doerrf This is now fixed in the current rtfparse version. I wonder how you came about this error. If you don't mind, please share the rtf producing the error. I suspect that there is a deeper problem in rtfparse than just this missing import had been. To me it looks like rtfparse may be ignoring certain control words which it isn't supposed to ignore. |
Sure. I'll have to remove some proprietary elements from the RTF, since
it's proprietary data, but when I get some time I'll try to isolate the
specific lines of text that are causing the error.
…On Sun, Nov 10, 2024 at 11:55 PM fleetingbytes ***@***.***> wrote:
@doerrf </~https://github.com/doerrf> This is now fixed in the current
rtfparse version. I wonder how you came about this error. If you don't
mind, please share the rtf producing the error. I suspect that there is a
deeper problem in rtfparse than just this missing import had been. To me it
looks like rtfparse may be ignoring certain control words which it isn't
supposed to ignore.
—
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or unsubscribe
</~https://github.com/notifications/unsubscribe-auth/AL3QDBP4NE6DY4MRLXRX3XD2AA2E3AVCNFSM6AAAAABRJV6FVWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRXGIZTINBSG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I'm not sure what "utils" is meant to be, but I resolved this issue by adding the following to html_decapsulator.py:
The text was updated successfully, but these errors were encountered: