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

OS X app: no text on buttons, cannot convert #2

Open
zarazum opened this issue Apr 23, 2019 · 3 comments
Open

OS X app: no text on buttons, cannot convert #2

zarazum opened this issue Apr 23, 2019 · 3 comments

Comments

@zarazum
Copy link

zarazum commented Apr 23, 2019

App starts without text on buttons, see screenshot:

screesnshot

When I try to convert file, the app gives exception:

Скриншот 2019-04-23 13 42 16

@zarazum
Copy link
Author

zarazum commented Apr 23, 2019

Similar error with tdconv:

tdconv x.csv --format opml

Traceback (most recent call last):
  File "/usr/local/bin/tdconv", line 9, in <module>
    load_entry_point('todoist-converter==1.0rc1', 'console_scripts', 'tdconv')()
  File "build/bdist.macosx-10.14-intel/egg/tdconv/tdconv.py", line 115, in main
  File "build/bdist.macosx-10.14-intel/egg/tdconv/tdconv.py", line 48, in convert
  File "build/bdist.macosx-10.14-intel/egg/tdconv/opml.py", line 30, in convert
  File "build/bdist.macosx-10.14-intel/egg/tdconv/common.py", line 66, in convert
  File "build/bdist.macosx-10.14-intel/egg/tdconv/note.py", line 24, in __init__
  File "build/bdist.macosx-10.14-intel/egg/tdconv/note.py", line 32, in _extract_content_and_attachment
KeyError: u'file_name'

@bboc
Copy link
Owner

bboc commented Apr 23, 2019

@zarazum Thanks, I will investigate this.

Which OS version are you on? I haven't had the chance to test this on Mojave yet. Also, what version of Python is on your system? (You can run python --version to find out.)

@zarazum
Copy link
Author

zarazum commented Apr 23, 2019

macOS Mojave 10.14.4 (18E226)
Python 2.7.10

I also have Python 3.7.1 installed.

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

2 participants