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

Mining issue #16

Open
DudeChill opened this issue Jan 25, 2023 · 1 comment
Open

Mining issue #16

DudeChill opened this issue Jan 25, 2023 · 1 comment

Comments

@DudeChill
Copy link

i was trying to mine coal and got the following error
`:> mine coal_ore 3 10

  • Coal
    COLLECTION UNLOCKED Coal
    Traceback (most recent call last):
    File "", line 198, in run_module_as_main
    File "", line 88, in run_code
    File "C:\Users\alexg\skyblock\skyblock_main
    .py", line 18, in
    skyblock_main()
    File "C:\Users\alexg\skyblock\skyblock_main
    .py", line 14, in skyblock_main
    main()
    File "C:\Users\alexg\skyblock\skyblock\function\util.py", line 35, in result
    return func(*args, **kwargs)
    ^^^^^^^^^^^^^^^^^^^^^
    File "C:\Users\alexg\skyblock\skyblock\menu.py", line 64, in main
    lastest_profile.mainloop()
    File "C:\Users\alexg\skyblock\skyblock\function\util.py", line 35, in result
    return func(*args, **kwargs)
    ^^^^^^^^^^^^^^^^^^^^^
    File "C:\Users\alexg\skyblock\skyblock\profile\function\main.py", line 467, in mainloop
    self.gather(name, tool_index, amount)
    File "C:\Users\alexg\skyblock\skyblock\function\util.py", line 35, in result
    return func(*args, **kwargs)
    ^^^^^^^^^^^^^^^^^^^^^
    File "C:\Users\alexg\skyblock\skyblock\profile\function\grind.py", line 453, in gather
    self.stats['ores_mined'] += 1

KeyError: 'ores_mined'`

@TreesOnTop
Copy link
Contributor

This problem should be fixed now in the latest commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants