DJDoubleD / refreezer

An alternative Deezer music streaming & downloading client, based on Freezer.
GNU General Public License v3.0
276 stars 10 forks source link

[Bug] Unable to compile #37

Closed PetitPrinc3 closed 3 weeks ago

PetitPrinc3 commented 3 weeks ago

🐞 Bug Report

Describe the bug

I am not able to compile the app following the provided steps as environment variables are missing.

To Reproduce

  1. Clone the repo
  2. Clone each submodule separately because git submodule update won't work
  3. Run "run_build_runner.ps1"

Screenshots

image

Additional context

Because of this issue, it is not possible to compile the apk afterwards. (missing env.g.dart)
I tried a few things to no avail, I always end up not being able to compile when running flutter build.
I know I should use my "own" keys, but I am failing to understand how to provide them. I think there is a missing step in this regard.

DJDoubleD commented 3 weeks ago

I updated the ReadMe to include the instructions you're missing. You'll need to find/create the needed keys and secrets yourself, as I'm not including these in the public repo. They might be found in other repos of Deezer download tools. LastFM values can be made with your own LastFM account.

PetitPrinc3 commented 3 weeks ago

Thank you for your work and quick reply !