Skip to content
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

Bug when parsing #263

Open
pmeyer-git opened this issue Nov 15, 2022 · 2 comments
Open

Bug when parsing #263

pmeyer-git opened this issue Nov 15, 2022 · 2 comments

Comments

@pmeyer-git
Copy link

Hello,
The attached document makes the parser crashing.
...
File "C:\Users\xxxxx\Anaconda3\lib\site-packages\pydocx\export\base.py", line 524, in export_simple_field
parsed_instr = simple_field.parse_instr()
File "C:\Users\xxxxx\Anaconda3\lib\site-packages\pydocx\openxml\wordprocessing\simple_field.py", line 41, in parse_instr
m = self._parse_instr_into_field_type_and_arg_string()
File "C:\Users\xxxxx\Anaconda3\lib\site-packages\pydocx\openxml\wordprocessing\simple_field.py", line 35, in _parse_instr_into_field_type_and_arg_string
return re.match('^\s*([^\s]+)\s*(.*)$', self.instr)
File "C:\Users\xxxxx\Anaconda3\lib\re.py", line 191, in match
return _compile(pattern, flags).match(string)
TypeError: expected string or bytes-like object

I isolated the buggy element here:
Pydocx bug.docx

Thanks.
Pat

@pmeyer-git
Copy link
Author

pydocx (0.9.10)

@pmeyer-git
Copy link
Author

Seems to be DUP of previous issue... Already solved but not published...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant