{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreigobc34s4efu3tmjdcp4pnhdsugm7h4w67drs3sqceafyr6fmqqf4",
"uri": "at://did:plc:34cg4tn4iwemk3v5k3n3adwf/app.bsky.feed.post/3mfoljh67haf2"
},
"path": "/t/units-cur-jan-2026-packetizer-problem-and-fix/34135#post_2",
"publishedAt": "2026-02-25T10:24:19.000Z",
"site": "https://forum.f-droid.org",
"textContent": "\n $ cat units_curr_packetizer_fix.patch\n --- /data/data/com.termux/files/usr/bin/units_cur_orig 2026-01-18 04:37:00.000000000 +0000\n +++ /data/data/com.termux/files/usr/bin/units_cur 2026-02-23 13:14:19.028000173 +0000\n @@ -556,8 +556,8 @@\n # Get precious metals data and bitcoin\n #\n\n -metals = getjson('https://services.packetizer.com/spotprices',{'f':'json'})\n -bitcoin = getjson('https://services.packetizer.com/btc',{'f':'json'})\n +metals = getjson('https://services.packetizer.com/spotprices/',{'f':'json'})\n +bitcoin = getjson('https://services.packetizer.com/btc/',{'f':'json'})\n\n metallist = ['']*len(validmetals)\n for metal, price in metals.items():\n\n\nThe above patch should fix the problem.\n\nI hope it posted correctly.\n\nI’m out of time at the moment.",
"title": "Units_cur Jan 2026 packetizer problem and fix"
}