mitachibana / misaka-revolt

Bot for Genshin/Star Rail api services. For use in the server ReVoYo
0 stars 0 forks source link

JPY from .json is undefined #1

Closed mitachibana closed 1 month ago

mitachibana commented 8 months ago

Odd issue in the daily.js module where the exchange rate .json is returning an undefined error on all 4 exchange rates. The issue can be fixed by separating the fetch and .json() with an await for both. Perhaps the api at the url is too slow at handling the request at once?

mitachibana commented 1 month ago

Fixed by reverting to an older version. Api server needs to handle each request separately. Issue has been resolved.