openpodcast / api

OpenPodcast API server
https://openpodcast.dev
8 stars 2 forks source link

anchor episode_id mess #128

Closed woolfg closed 1 year ago

woolfg commented 1 year ago

anchor is using two episode_ids:

episodeId: 66700997 (int 8 digits) webEpisodeId: "e50i285" (7 chars)

https://podcasters.spotify.com/pod/api/proxy/v3/stations/webStationId:abc123/episodePage?isMumsCompatible=true&limit=15&orderBy=publishOn

is returning a json containing both IDs -> we should store this as metadata. we should also rename all epsiode_id fields accordingly to have proper joins

woolfg commented 1 year ago

will be fixed with https://github.com/openpodcast/api/pull/130

woolfg commented 1 year ago

2023-08-16 15:00:43.198 | Error: Unknown endpoint in meta: episodesPage

https://openpodcast.grafana.net/goto/VlrkbigIg?orgId=1

mre commented 1 year ago

Merged #130. This is a reminder to check if this fixes the problem in Grafana.

woolfg commented 1 year ago

looks good now