You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possible fix: weeding out any inputs that don't have numbers in the shortenLength() method.
Other thoughts: This process probably fails like nobody's business in any other language and I'm not sure there's much I can do about it, aside from fix those issues when the time comes. Turns out Japenese is the only language where they don't use some form of the word minute and that works for me so I'm planning to fix it by detecting 分 as well. This might not be the only issue in Japanese though.
The text was updated successfully, but these errors were encountered:
In some cases the wishlist extraction will stop and throw this error in the browser console:
audible-library-extractor/src/content-script/_components/_mixins/main-step/process-wishlist.js
Line 135 in 2876a43
shortenLength()
method.This process probably fails like nobody's business in any other language and I'm not sure there's much I can do about it, aside from fix those issues when the time comes.Turns out Japenese is the only language where they don't use some form of the wordminute
and that works for me so I'm planning to fix it by detecting分
as well. This might not be the only issue in Japanese though.The text was updated successfully, but these errors were encountered: