-
Notifications
You must be signed in to change notification settings - Fork 43
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
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd6 in position 0: ordinal not in range(128) #12
Comments
@dparrini I have a similar issue, when using the version 0.0.4 it raises a "UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe7 in position 7: invalid continuation byte", so I had to downgrade to version 0.0.3 in order to read some of the oscillographies, but the version 0.0.3 doesn't read all oscillographies because of some issues with this version |
I think something that may help is that in my case I could read these oscillographies on version 0.0.3, I think it's because of this commit what issue where you trying to address when you did this? |
@dparrini still the same problem. (note: I copied the comtrade file from this repo and pasted on the comtrade file of my pc as I couldn't install the changes using pip) |
Hi @LFBJC , I pushed a new commit fb09c66 with what I think is a fix to the problem you're having. I didn't release a version in pip with this new commit yet but will if it solves your issue. Let me know if it works. Thanks for your patience. |
Hi @dparrini I tried again, it raised another exception, but I think you're getting there. |
I did a pull request |
Great @LFBJC , thank you for your support on this! |
@dparrini no worries! tell me when you release a version in pip |
@LFBJC just published it. |
rec.load(fileCFG,fileDAT)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd6 in position 0: ordinal not in range(128)
The text was updated successfully, but these errors were encountered: