Ted Steen

Results 48 comments of Ted Steen

Same/similar problem here, it is stuck on signing. Nothing fancy going on just the vanilla `tauri-apps/tauri-action` with the following env variables: ```yaml - uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}...

It has to do with the way the certs are imported. I don't know what it is, but it works for me when using this action instead of my own...

> has someone find a way to fix this issue? My comment above f.ex :)

Haven't looked at trace, but looking at the code it seems like there is nothing you can do once the token has expired, even if it is saved/cached somewhere. To...

I guess I could keep track of the token expiry on my side and make sure to update the token in the librespot session, but I think it would be...

The provided steps are correct at least from my machine and implementation, my last comment is based on assumptions from looking at the code. I assumed that you used the...

Got back to my computer after being away for some time today and got this `Error { kind: Unauthenticated, error: StatusCode(401) }` when trying to call [Track::get](https://docs.rs/librespot-metadata/0.5.0/librespot_metadata/track/struct.Track.html#method.get). Since you described...

>And this code works if you call get_track straight away but reliably fails when you call it an hour after logging in? Yes, it works fine until I leave it...

How do you compress your zip file? Check this for a working example https://github.com/tedsteen/nes-bundler/blob/master/config/prepare.sh

Does it work when you just try it out using this method? https://github.com/tedsteen/nes-bundler?tab=readme-ov-file#try-it-out