jj-tetraquark / wanikani-burn

Adds a space on the wanikani dash that reviews random burned items
4 stars 2 forks source link

Resurrecting burn items not working #24

Open MrInfernalBadger opened 6 years ago

MrInfernalBadger commented 6 years ago

When I attempt to resurrect a burned item it it sends me to the following URL

https://www.wanikani.com/retired/vocabulary/%E7%89%9B?resurrect=true

This page cannot be found and does not resurrect the item.

jj-tetraquark commented 6 years ago

Ah yes, it appears the URL has changed format.

Now the resurrect URL is of the form: https://www.wanikani.com/assignments/{ID}/resurrect

I'll fix this when I have a spare moment

jj-tetraquark commented 6 years ago

The ID is not available in the v1 API that this plugin uses. This bug will get fixed when the v2 API reaches a stable release so the plugin can be migrated to it.