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

load_flow_from_json("path/to/flow.json") returns UnicodeDecodeError #165

Merged
merged 4 commits into from
Apr 20, 2023
Merged

load_flow_from_json("path/to/flow.json") returns UnicodeDecodeError #165

merged 4 commits into from
Apr 20, 2023

Commits on Apr 17, 2023

  1. Using an exported Flow JSON file with load_flow_from_json("path/to/fl…

    …ow.json") returns
    
    "UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 9465: character maps to
    <undefined>".
    
    Specifying the encodint type in the function helps to fix that error.
    Petru Molla authored and Petru Molla committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    5020c27 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Update loading.py

    ogabrielluiz authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    733ce01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd047a4 View commit details
    Browse the repository at this point in the history
  3. Update loading.py

    bigKeter authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    db9bc6a View commit details
    Browse the repository at this point in the history