Skip to content

UnicodeDecodeError when downloading mghdb #68

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

Merged
merged 1 commit into from
Sep 26, 2017
Merged

Conversation

brvier
Copy link

@brvier brvier commented Aug 2, 2017

Downloading the mghdb give the following error:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 1209: ordinal not in range(128)

import wfdb
wfdb.dldatabase('mghdb', os.getcwd(), records = 'all', annotators = 'all' , keepsubdirs = True, overwrite = False)

It s look like text isn t just ascii, but latin 1.

Downloading the mghdb give the following error:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 1209: ordinal not in range(128)

    import wfdb
    wfdb.dldatabase('mghdb', os.getcwd(), records = 'all', annotators = 'all' , keepsubdirs = True, overwrite = False)

It s look like text isn t just ascii, but latin 1.
@cx1111 cx1111 merged commit a06d163 into MIT-LCP:master Sep 26, 2017
@cx1111
Copy link
Member

cx1111 commented Sep 26, 2017

Thank you

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

Successfully merging this pull request may close these issues.

2 participants