You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to download the conversation from one channel I get the following result:
Fetched a total of 1,141 messages from 252 threads
Traceback (most recent call last):
File "c:\users\fgh\anaconda3\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\users\fgh\anaconda3\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\Users\fgh\anaconda3\Scripts\slackchannel2pdf.exe\__main__.py", line 7, in <module>
File "c:\users\fgh\anaconda3\lib\site-packages\slackchannel2pdf\run.py", line 190, in main
exporter.run(
File "c:\users\fgh\anaconda3\lib\site-packages\slackchannel2pdf\slackchannel2pdf.py", line 1519, in run
self._write_messages_to_pdf(document, messages, threads)
File "c:\users\fgh\anaconda3\lib\site-packages\slackchannel2pdf\slackchannel2pdf.py", line 1156, in _write_messages_to_pdf
last_user_id = self._parse_message_and_write_to_pdf(
File "c:\users\fgh\anaconda3\lib\site-packages\slackchannel2pdf\slackchannel2pdf.py", line 870, in _parse_message_and_write_to_pdf
+ file["pretty_type"]
KeyError: 'pretty_type'
The text was updated successfully, but these errors were encountered:
@Xarlos89 Hey. The current available version is 1.3.1 (not 1.1.3), which includes this fix. If you got a similar error, this might be a new issue. Happy to look into it if you can provide me with an example JSON of the message that is causing it. Would also prefer if you open a new issue for it.
When trying to download the conversation from one channel I get the following result:
The text was updated successfully, but these errors were encountered: