i can replicate, and i think these are the relevant messages from the app logs:
INaturalistService.onCreate():613: INaturalistService: Service onCreate
INaturalistService.onStartCommand():619: INaturalistService: Service onStartCommand
INaturalistService.onStartCommand():630: INaturalistService: Should call startIntentForeground? false:get_project_news
INaturalistService.startIntentForeground():653: INaturalistService: Service startIntentForeground
INaturalistService.onHandleIntentWorker():703: INaturalistService: Service: get_project_news
INaturalistService.request():6122: INaturalistService: URL: get - https://api.inaturalist.org/v1/posts?project_id=71923 (params: null / null)
INaturalistService.onDestroy():7152: INaturalistService: onDestroy
INaturalistService.request():6218: INaturalistService: Response: 404: Not Found
INaturalistService.request():6222: INaturalistService: (for URL: GET - https://api.inaturalist.org/v1/posts?project_id=71923 (params: null / null))
INaturalistService.request():6234: INaturalistService: {"error":{"original":{"error":"Not found"}},"status":404}
i get the same error message if i hit the API directly, whether authenticated or not: https://api.inaturalist.org/v1/posts?project_id=71923
{
"error": {
"original": {
"error": "Not found"
}
},
"status": 404
}
this kind of reminds me of another recent bug report: https://forum.inaturalist.org/t/my-dashboard-is-completely-lacking-posts-from-any-projects/28665.