Results 16 comments of lukebarone

I'm having the same issue. ```yaml # Add it as a release - name: Publish release uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.DEPLOY_KEY }} file: FILENAME.zip asset_name: FILENAME.zip tag: master overwrite:...

I'm having a similar issue. Every time the container restarts, I have to wait for it to come up, then manually edit the `ipconfig.php` file to get it working again....

Currently fixed by setting `apresolve.spotify.com` to `0.0.0.0` in the Hosts file. Not sure why that works though, even with a non-downloaded-yet song.

@thesombady On Windows, open (as Administrator) %WINDIR%\System32\drivers\etc\hosts. If the file doesn't exist, that's OK - create it. Add the following line, then save the file: ```nolang 0.0.0.0 apresolve.spotify.com ```

@thesombady On Linux, it's at `/etc/hosts` (and you'll need sudo or root to edit the file)