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

Fatal error #1284

Open
makabde opened this issue Jan 7, 2019 · 3 comments
Open

Fatal error #1284

makabde opened this issue Jan 7, 2019 · 3 comments

Comments

@makabde
Copy link

makabde commented Jan 7, 2019

Hi,
On a fresh Mojave install, I am getting the following error.
Mackup was installed using Homebrew.

Traceback (most recent call last):
  File "/usr/local/bin/mackup", line 11, in <module>
    load_entry_point('mackup==0.8.21', 'console_scripts', 'mackup')()
  File "/usr/local/Cellar/mackup/0.8.21/libexec/lib/python3.7/site-packages/mackup/main.py", line 64, in main
    mckp = Mackup()
  File "/usr/local/Cellar/mackup/0.8.21/libexec/lib/python3.7/site-packages/mackup/mackup.py", line 24, in __init__
    self._config = config.Config()
  File "/usr/local/Cellar/mackup/0.8.21/libexec/lib/python3.7/site-packages/mackup/config.py", line 42, in __init__
    self._parser = self._setup_parser(filename)
  File "/usr/local/Cellar/mackup/0.8.21/libexec/lib/python3.7/site-packages/mackup/config.py", line 148, in _setup_parser
    parser.read(os.path.join(os.path.join(os.environ['HOME'], filename)))
  File "/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/lib/python3.7/configparser.py", line 696, in read
    self._read(fp, filename)
  File "/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/lib/python3.7/configparser.py", line 1014, in _read
    for lineno, line in enumerate(fp, start=1):
  File "/usr/local/Cellar/mackup/0.8.21/libexec/bin/../lib/python3.7/codecs.py", line 322, in decode
    (result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe0 in position 24: invalid continuation byte
@lacymorrow
Copy link

lacymorrow commented Jan 9, 2019

yep.

@TheJayWright
Copy link

Likewise.

@lra
Copy link
Owner

lra commented Jan 14, 2019

The 2 errors seem to be unrelated. I suggest opening different issue.

@makabde what's your $HOME? Is there unicode in it?
@lacymorrow Looks like mackup tries to move some credentials files but it can't, due to permission errors.

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

4 participants