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

Unsupported operation: Cannot extract a file path from a c URI #1

Closed
Curstantine opened this issue Jan 19, 2023 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@Curstantine
Copy link

Running build on a windows machine returns the following error:

PS PP> flutter pub run fms build material_symbols.yaml
Someting went wrong while processing material_symbols.yaml!
Unsupported operation: Cannot extract a file path from a c URI

FWIW, the config file is the exact same as one included in the README file.
Other commands works fine, so I doubt something is wrong with my install.

@fujidaiti
Copy link
Owner

fujidaiti commented Jan 19, 2023

It seems to be the same bug as this issue on icon_font_generator.
I committed to master branch. Could you try using the new version and see if it works fine? Since I don't have windows machine, and the bug is windows related one... You can use the latest version as follows:

dev_dependencies:
  fms:
    git:
      url: https://github.com/fujidaiti/fms.git

instead of:

dev_dependencies:
  fms: ^0.9.0

@fujidaiti fujidaiti reopened this Jan 19, 2023
@fujidaiti fujidaiti added the bug Something isn't working label Jan 19, 2023
@fujidaiti fujidaiti self-assigned this Jan 19, 2023
@Curstantine
Copy link
Author

That certainly fixed the issue, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants