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

🐞 Unlocking trial project fails on FL's latest version #119

Open
1 task done
pzipper opened this issue Feb 22, 2023 · 2 comments
Open
1 task done

🐞 Unlocking trial project fails on FL's latest version #119

pzipper opened this issue Feb 22, 2023 · 2 comments
Assignees
Labels
bug Something isn't working project-general Project-wide settings and song metadata

Comments

@pzipper
Copy link

pzipper commented Feb 22, 2023

Describe the issue

I made a little command line application that should "unlock" a project saved from a trial instance of FL studio. When I run the program and try to re-open the project with FL studio, it crashes, saying "An error occurred while reading the FLP file. It may be corrupted, or some plugin caused an error while opening."

What version of PyFLP are you using?

2.0.0a7.post0

What code caused this issue?

import pyflp
import sys

project = pyflp.parse(sys.argv[1])

project.licensed = True

pyflp.save(project, sys.argv[1])

Screenshots, Additional info

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@pzipper pzipper added the bug Something isn't working label Feb 22, 2023
@demberto demberto changed the title licensing a trial project doesn't work with latest version of FL studio🐞 🐞 Unlocking trial project fails on FL's latest version Feb 23, 2023
@demberto demberto added the project-general Project-wide settings and song metadata label Feb 23, 2023
@demberto demberto added this to the PyFLP 2.0.0 milestone Feb 23, 2023
@demberto
Copy link
Owner

Send the FLP.

@pzipper
Copy link
Author

pzipper commented Feb 24, 2023

@demberto demberto self-assigned this Feb 25, 2023
@demberto demberto modified the milestones: PyFLP 2.0.0, 2.1.0 Mar 18, 2023
@demberto demberto removed this from the 2.1.1 milestone May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working project-general Project-wide settings and song metadata
Projects
None yet
Development

No branches or pull requests

2 participants