Alex Phillips
Alex Phillips
@sentriz so it's not a CORS issue after all, but that `getPlaylist` is returning a 502 Bad Gateway for some reason.... ``` $ curl -LD - "https://gonic.example.com/rest/ping.view?f=json&c=CLIENT&v=1.15&u=USERNAME&s=S&t=TOKEN" HTTP/2 200 server:...
Update: Error outputted fro m502 endpoint: ``` 2020/04/09 16:49:07 http: panic serving 172.18.0.39:43586: runtime error: invalid memory address or nil pointer dereference goroutine 29036 [running]: net/http.(*conn).serve.func1(0xc0001dc0a0) /usr/local/go/src/net/http/server.go:1772 +0x139 panic(0x9ef660, 0xf14e30)...
@sentriz I think it's because my playlists might be showing 0 as the song count. Not sure why, I'll try re-importing. But that might help narrow it down?
@sentriz Ok, so my playlists are all populated now and it's working fine. Not sure how they got cleared out, but no more 502s.
Great! Thanks again for the great project.
@sentriz Just a thought - this could happen if a playlist includes a track filepath that may no longer exist in the library anymore. I.e., if I had MP3 of...
What do you mean clean stage? You mean a normal scan?
``` 2020/04/30 22:58:19 finished scan in 44.522807583s, +575/77359 tracks (0 err) 2020/04/30 22:58:42 finished clean in 22.668578276s, -39 tracks ```
This would definitely be useful. I was debating on the best way to have the node class access the account credentials and information when I built it and really couldn't...
@mikeTWC1984 Sure, happy to give it a try.