Mephiles / torntools_extension

A browser extension for Torn.com
GNU General Public License v3.0
106 stars 60 forks source link

Unable to use Quick Items #783

Closed Cryborg closed 4 months ago

Cryborg commented 4 months ago

When in Quick Items, I click on Edit, then click on an item, I have this message in the console :

ttQuickItems.js:133 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '206')

206 seems to be the ID of Xanax, but it does the same for every item.

I am on a Macbook Air under Sonoma 14.2.1 (23C71), with Chrome 121.0.6167.160 (arm64)

Kwack-Kwack commented 4 months ago

This normally implies a corrupt torndata issue. Could you try reset torndata (on the extension's settings, there will be an API tab up the top, and you'll see a button to reset it)?

Cryborg commented 4 months ago

This normally implies a corrupt torndata issue. Could you try reset torndata (on the extension's settings, there will be an API tab up the top, and you'll see a button to reset it)?

Thank you, this was in fact much simpler :) I hadn't filled in my API key... Now everything works as expected!