Oddbean new post about | logout
 @𓃠 これ試してるんだけど yabu.me でエラーになるかも
processing_url が正しくなさそうな気がしてる(API とコンテンツでドメインが異なることに起因してる?もしくは単にバージョン依存のバグか)
https://github.com/SnowCait/nostter/pull/1432

{
    "status": "success",
    "message": "",
    "processing_url": "https://share.yabu.me/1811",
    "payment_request": "",
    "nip94_event": { ... }
}

GET https://share.yabu.me/1811 404 (Not Found) 
 変にtraefikの処理書いてるからおかしくなってるかも…後でみますー 
 It seems like an issue with the URL returned in the media module. If you replace it with this one, everything works:

https://share.yabu.me/api/v2/media/1811

Can you check the media section under "settings"?

https://nostrcheck.me/media/89e14be49ed0073da83b678279cd29ba5ad86cf000b6a3d1a4c3dc4aa4fdd02c/b365c1cce658b46601c7e9f7c6d1a99181dff46847229aad29159b9170399b5d.webp 
 Fixed and merged🚀 Thank you! 
 Thanks to you 😀 
 Fixed! (API叩いてないのでその先動いているのかわからない) 
 動いたー🎉