Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weapon not found #33

Closed
tpnonthealps opened this issue Nov 26, 2022 · 4 comments
Closed

Weapon not found #33

tpnonthealps opened this issue Nov 26, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@tpnonthealps
Copy link

螢幕截圖 2022-11-26 21 37 19

Fetching battle list...
Exported stat.ink: 4
Fetching coop battle list...
Error: Weapon not found: 14式竹筒槍‧甲
    at StatInkExporter.mapCoopWeapon (file:///app/src/exporters/stat.ink.ts:477:13)
    at async Promise.all (index 1)
    at async StatInkExporter.mapCoopPlayer (file:///app/src/exporters/stat.ink.ts:503:16)
    at async Promise.all (index 0)
    at async StatInkExporter.mapCoop (file:///app/src/exporters/stat.ink.ts:641:16)
    at async StatInkExporter.exportGame (file:///app/src/exporters/stat.ink.ts:202:20)
    at async step (file:///app/src/app.ts:323:23)
    at async App.exportGameList (file:///app/src/app.ts:338:9)
    at async showError (file:///app/src/utils.ts:75:12)
    at async Promise.all (index 0)

Failed to export to stat.ink: Error: Weapon not found: 14式竹筒槍‧甲
    at StatInkExporter.mapCoopWeapon (file:///app/src/exporters/stat.ink.ts:477:13)
    at async Promise.all (index 1)
    at async StatInkExporter.mapCoopPlayer (file:///app/src/exporters/stat.ink.ts:503:16)
    at async Promise.all (index 0)
    at async StatInkExporter.mapCoop (file:///app/src/exporters/stat.ink.ts:641:16)
    at async StatInkExporter.exportGame (file:///app/src/exporters/stat.ink.ts:202:20)
    at async step (file:///app/src/app.ts:323:23)
    at async App.exportGameList (file:///app/src/app.ts:338:9)
    at async showError (file:///app/src/utils.ts:75:12)
Exported stat.ink: 0
    at async Promise.all (index 0)
Error: Weapon not found: 14式竹筒槍‧甲
    at StatInkExporter.mapCoopWeapon (file:///app/src/exporters/stat.ink.ts:477:13)
    at async Promise.all (index 1)
    at async StatInkExporter.mapCoopPlayer (file:///app/src/exporters/stat.ink.ts:503:16)
    at async Promise.all (index 0)
    at async StatInkExporter.mapCoop (file:///app/src/exporters/stat.ink.ts:641:16)
    at async StatInkExporter.exportGame (file:///app/src/exporters/stat.ink.ts:202:20)
    at async step (file:///app/src/app.ts:323:23)
    at async App.exportGameList (file:///app/src/app.ts:338:9)
    at async showError (file:///app/src/utils.ts:75:12)
    at async Promise.all (index 0)
error: Uncaught (in promise) Error: Weapon not found: 14式竹筒槍‧甲
      throw new Error(`Weapon not found: ${name}`);
            ^
    at StatInkExporter.mapCoopWeapon (file:///app/src/exporters/stat.ink.ts:477:13)
    at async Promise.all (index 1)
    at async StatInkExporter.mapCoopPlayer (file:///app/src/exporters/stat.ink.ts:503:16)
    at async Promise.all (index 0)
    at async StatInkExporter.mapCoop (file:///app/src/exporters/stat.ink.ts:641:16)
    at async StatInkExporter.exportGame (file:///app/src/exporters/stat.ink.ts:202:20)
    at async step (file:///app/src/app.ts:323:23)
    at async App.exportGameList (file:///app/src/app.ts:338:9)
    at async showError (file:///app/src/utils.ts:75:12)
    at async Promise.all (index 0)
@spacemeowx2
Copy link
Owner

14式竹筒槍·甲
14式竹筒槍‧甲

The only difference is the dot. I'll try to fix it.

@spacemeowx2
Copy link
Owner

And which version do you run? I failed to reproduce the problem

@tpnonthealps
Copy link
Author

And which version do you run? I failed to reproduce the problem

ba43bb6c5542b7b5ce6301c03f1e69c90bf0b216

@spacemeowx2 spacemeowx2 added the bug Something isn't working label Nov 27, 2022
@spacemeowx2
Copy link
Owner

Should be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants