Open v0ku opened 2 years ago
Feel free to switch debug to true and post the log output so I can review it. No one has ever reported an issue like this before and I can't reproduce.
2022-01-26 21:11:03.371 | INFO | labbie.constants:load:67 - Loading constants from F:\Games\POE Tools\Labbie\config\constants.toml specified by default (with 0 overrides). 2022-01-26 21:11:03.372 | INFO | labbie.config:load:72 - Loading config from F:\Games\POE Tools\Labbie\config\config.toml 2022-01-26 21:11:03.372 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.Config VERSION=Missing 2022-01-26 21:11:03.372 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.config.UiConfig 2022-01-26 21:11:03.373 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.UiConfig VERSION=Missing 2022-01-26 21:11:03.373 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.config.HotkeysConfig 2022-01-26 21:11:03.373 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.HotkeysConfig VERSION=Missing 2022-01-26 21:11:03.373 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.config.OcrConfig 2022-01-26 21:11:03.373 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.OcrConfig VERSION=Missing 2022-01-26 21:11:03.373 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.bounds.Bounds 2022-01-26 21:11:03.373 | DEBUG | labbie.mixins:from_dict:207 - labbie.bounds.Bounds VERSION=Missing 2022-01-26 21:11:03.374 | DEBUG | labbie.di.module:provide_config:24 - Loaded config Config(ui=UiConfig(hotkeys=HotkeysConfig(ocr='')), ocr=OcrConfig(clear_previous=True, bounds=Bounds(left=677, top=418, right=1844, bottom=916)), league=True, daily=False) 2022-01-26 21:11:04.056 | DEBUG | labbie.resources:needs_update:88 - F:\Games\POE Tools\Labbie\data\resources\stats.json.gz needs_update=False cached_hash='vhylmL8Wh9A87219JRJ1jg=='==remote_hash='vhylmL8Wh9A87219JRJ1jg==' 2022-01-26 21:11:04.191 | DEBUG | labbie.resources:needs_update:88 - F:\Games\POE Tools\Labbie\data\resources\items.json.gz needs_update=False cached_hash='yuJNqQXH0zip7LS9hnb6tQ=='==remote_hash='yuJNqQXH0zip7LS9hnb6tQ==' 2022-01-26 21:11:04.326 | DEBUG | labbie.resources:needs_update:88 - F:\Games\POE Tools\Labbie\data\resources\mods.json.gz needs_update=False cached_hash='9vJPY47pGMnkjKj2pKlTpw=='==remote_hash='9vJPY47pGMnkjKj2pKlTpw==' 2022-01-26 21:11:04.337 | DEBUG | labbie.mixins:notify:90 - labbie.state.AppState notify, event='resources_ready' args=(True,) 2022-01-26 21:11:04.338 | DEBUG | labbie.mixins:notify:94 - labbie.state.AppState generic notify 2022-01-26 21:11:04.343 | DEBUG | labbie.ui.app.presenter:_ocr_hotkey_changed:40 - ocr hotkey changed val='' 2022-01-26 21:11:04.343 | DEBUG | labbie.ui.app.presenter:show:113 - Getting new presenter for key=SystemTrayIconKey() 2022-01-26 21:11:04.358 | DEBUG | labbie.ui.app.presenter:show:113 - Getting new presenter for key=SearchWindowKey(results=None, clear=False) 2022-01-26 21:11:04.967 | DEBUG | labbie.ui.search.widget.presenter:populate_view:77 - results=None 2022-01-26 21:11:05.178 | INFO | labbie.enchants:download_or_load:109 - starting refresh task for league 2022-01-26 21:11:06.490 | INFO | labbie.enchants:download:280 - downloading league enchants 2022-01-26 21:11:07.822 | INFO | labbie.enchants:download:289 - found data for date=2022-01-20 2022-01-26 21:11:20.227 | INFO | labbie.enchants:_download_when_available:172 - checking if fresh league scrape is downloadable 2022-01-26 21:11:37.928 | INFO | labbie.enchants:find_matching_enchants:332 - target='40% increased freezing pulse damage' 2022-01-26 21:11:37.963 | DEBUG | labbie.ui.app.presenter:show:113 - Getting new presenter for key=ErrorWindowKey(exception=EnchantsNotLoaded('Enchants are not loaded.')) 2022-01-26 21:11:37.969 | ERROR | labbie.ui.error.widget.presenter:populate_view:23 - Enchants are not loaded. Traceback (most recent call last):
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-Vo48-Db_-py3.8\Lib\site-packages\cx_Freeze\initscripts__startup__.py", line 113, in run
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-Vo48-Db_-py3.8\Lib\site-packages\cx_Freeze\initscripts\Console.py", line 15, in run
File "entry_point.py", line 4, in
File "D:\dev\labbie\src\labbie__main__.py", line 73, in main
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-Vo48-Db_-py3.8\lib\site-packages\qasync__init__.py", line 378, in run_forever
File "D:\dev\labbie\src\labbie\ui\search\widget\presenter.py", line 112, in on_search_mod
File "D:\dev\labbie\src\labbie\enchants.py", line 207, in find_matching_enchants
labbie.errors.EnchantsNotLoaded: Enchants are not loaded.
What did I do to generate that?
Yep, it looks like it finds and at least starts downloading the enchants:
2022-01-26 21:11:06.490 | INFO | labbie.enchants:download:280 - downloading league enchants
2022-01-26 21:11:07.822 | INFO | labbie.enchants:download:289 - found data for date=2022-01-20
Can you double check whether they downloaded successfully? Path should be data/helm/league/2022-01-20.json.gz
.
2022-01-20.json.gz exists and has a size of 365kb. Funny. It works now. Is it possible that Labbie somehow crashes because of its logging? Because the only two things I "changed" today is to empty logfile folder completly by hand and to turn off league and instead enabling Daily.
So downloads are working for League as well as daily, but when I activate League and disable Daily I always receive the error message. current_run.log for League:
2022-01-26 22:07:08.917 | INFO | labbie.constants:load:67 - Loading constants from F:\Games\POE Tools\Labbie\config\constants.toml specified by default (with 0 overrides).
2022-01-26 22:07:08.918 | INFO | labbie.config:load:72 - Loading config from F:\Games\POE Tools\Labbie\config\config.toml
2022-01-26 22:07:08.918 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.Config __VERSION__=Missing
2022-01-26 22:07:08.918 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.config.UiConfig
2022-01-26 22:07:08.919 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.UiConfig __VERSION__=Missing
2022-01-26 22:07:08.919 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.config.HotkeysConfig
2022-01-26 22:07:08.919 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.HotkeysConfig __VERSION__=Missing
2022-01-26 22:07:08.919 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.config.OcrConfig
2022-01-26 22:07:08.919 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.OcrConfig __VERSION__=Missing
2022-01-26 22:07:08.919 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.bounds.Bounds
2022-01-26 22:07:08.919 | DEBUG | labbie.mixins:from_dict:207 - labbie.bounds.Bounds __VERSION__=Missing
2022-01-26 22:07:08.920 | DEBUG | labbie.di.module:provide_config:24 - Loaded config Config(ui=UiConfig(hotkeys=HotkeysConfig(ocr='')), ocr=OcrConfig(clear_previous=True, bounds=Bounds(left=677, top=418, right=1844, bottom=916)), league=True, daily=False)
2022-01-26 22:07:09.546 | DEBUG | labbie.resources:needs_update:88 - F:\Games\POE Tools\Labbie\data\resources\stats.json.gz needs_update=False cached_hash='vhylmL8Wh9A87219JRJ1jg=='==remote_hash='vhylmL8Wh9A87219JRJ1jg=='
2022-01-26 22:07:09.673 | DEBUG | labbie.resources:needs_update:88 - F:\Games\POE Tools\Labbie\data\resources\items.json.gz needs_update=False cached_hash='yuJNqQXH0zip7LS9hnb6tQ=='==remote_hash='yuJNqQXH0zip7LS9hnb6tQ=='
2022-01-26 22:07:09.806 | DEBUG | labbie.resources:needs_update:88 - F:\Games\POE Tools\Labbie\data\resources\mods.json.gz needs_update=False cached_hash='9vJPY47pGMnkjKj2pKlTpw=='==remote_hash='9vJPY47pGMnkjKj2pKlTpw=='
2022-01-26 22:07:09.808 | DEBUG | labbie.mixins:notify:90 - labbie.state.AppState notify, event='resources_ready' args=(True,)
2022-01-26 22:07:09.808 | DEBUG | labbie.mixins:notify:94 - labbie.state.AppState generic notify
2022-01-26 22:07:09.813 | DEBUG | labbie.ui.app.presenter:_ocr_hotkey_changed:40 - ocr hotkey changed val=''
2022-01-26 22:07:09.813 | DEBUG | labbie.ui.app.presenter:show:113 - Getting new presenter for key=SystemTrayIconKey()
2022-01-26 22:07:09.832 | DEBUG | labbie.ui.app.presenter:show:113 - Getting new presenter for key=SearchWindowKey(results=None, clear=False)
2022-01-26 22:07:10.246 | DEBUG | labbie.ui.search.widget.presenter:populate_view:77 - results=None
2022-01-26 22:07:10.392 | INFO | labbie.enchants:download_or_load:109 - starting refresh task for league
2022-01-26 22:07:11.696 | INFO | labbie.enchants:download:280 - downloading league enchants
2022-01-26 22:07:11.767 | DEBUG | labbie.ui.app.presenter:show:113 - Getting new presenter for key=ErrorWindowKey(exception=EnchantsNotLoaded('Enchants are not loaded.'))
2022-01-26 22:07:11.772 | ERROR | labbie.ui.error.widget.presenter:populate_view:23 - Enchants are not loaded.
Traceback (most recent call last):
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-Vo48-Db_-py3.8\Lib\site-packages\cx_Freeze\initscripts\__startup__.py", line 113, in run
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-Vo48-Db_-py3.8\Lib\site-packages\cx_Freeze\initscripts\Console.py", line 15, in run
File "entry_point.py", line 4, in <module>
File "D:\dev\labbie\src\labbie\__main__.py", line 73, in main
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-Vo48-Db_-py3.8\lib\site-packages\qasync\__init__.py", line 378, in run_forever
> File "D:\dev\labbie\src\labbie\ui\search\widget\presenter.py", line 105, in on_search_mod
File "D:\dev\labbie\src\labbie\enchants.py", line 207, in find_matching_enchants
labbie.errors.EnchantsNotLoaded: Enchants are not loaded.
2022-01-26 22:07:12.985 | INFO | labbie.enchants:download:289 - found data for date=2022-01-20
2022-01-26 22:07:13.681 | DEBUG | labbie.ui.base:closeEvent:106 - closeEvent, signalling
2022-01-26 22:07:13.684 | DEBUG | labbie.ui.app.presenter:delete:131 - deleting key=ErrorWindowKey(exception=EnchantsNotLoaded('Enchants are not loaded.'))
If I turn off League, turn on Daily, close Labbie, delete logs, run it again and press Search I get results and a log file like this:
2022-01-26 22:08:58.464 | INFO | labbie.constants:load:67 - Loading constants from F:\Games\POE Tools\Labbie\config\constants.toml specified by default (with 0 overrides).
2022-01-26 22:08:58.465 | INFO | labbie.config:load:72 - Loading config from F:\Games\POE Tools\Labbie\config\config.toml
2022-01-26 22:08:58.466 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.Config __VERSION__=Missing
2022-01-26 22:08:58.466 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.config.UiConfig
2022-01-26 22:08:58.466 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.UiConfig __VERSION__=Missing
2022-01-26 22:08:58.466 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.config.HotkeysConfig
2022-01-26 22:08:58.466 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.HotkeysConfig __VERSION__=Missing
2022-01-26 22:08:58.466 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.config.OcrConfig
2022-01-26 22:08:58.467 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.OcrConfig __VERSION__=Missing
2022-01-26 22:08:58.467 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.bounds.Bounds
2022-01-26 22:08:58.467 | DEBUG | labbie.mixins:from_dict:207 - labbie.bounds.Bounds __VERSION__=Missing
2022-01-26 22:08:58.467 | DEBUG | labbie.di.module:provide_config:24 - Loaded config Config(ui=UiConfig(hotkeys=HotkeysConfig(ocr='')), ocr=OcrConfig(clear_previous=True, bounds=Bounds(left=677, top=418, right=1844, bottom=916)), league=False, daily=True)
2022-01-26 22:08:58.992 | DEBUG | labbie.resources:needs_update:88 - F:\Games\POE Tools\Labbie\data\resources\stats.json.gz needs_update=False cached_hash='vhylmL8Wh9A87219JRJ1jg=='==remote_hash='vhylmL8Wh9A87219JRJ1jg=='
2022-01-26 22:08:59.121 | DEBUG | labbie.resources:needs_update:88 - F:\Games\POE Tools\Labbie\data\resources\items.json.gz needs_update=False cached_hash='yuJNqQXH0zip7LS9hnb6tQ=='==remote_hash='yuJNqQXH0zip7LS9hnb6tQ=='
2022-01-26 22:08:59.248 | DEBUG | labbie.resources:needs_update:88 - F:\Games\POE Tools\Labbie\data\resources\mods.json.gz needs_update=False cached_hash='9vJPY47pGMnkjKj2pKlTpw=='==remote_hash='9vJPY47pGMnkjKj2pKlTpw=='
2022-01-26 22:08:59.250 | DEBUG | labbie.mixins:notify:90 - labbie.state.AppState notify, event='resources_ready' args=(True,)
2022-01-26 22:08:59.250 | DEBUG | labbie.mixins:notify:94 - labbie.state.AppState generic notify
2022-01-26 22:08:59.255 | DEBUG | labbie.ui.app.presenter:_ocr_hotkey_changed:40 - ocr hotkey changed val=''
2022-01-26 22:08:59.255 | DEBUG | labbie.ui.app.presenter:show:113 - Getting new presenter for key=SystemTrayIconKey()
2022-01-26 22:08:59.268 | DEBUG | labbie.ui.app.presenter:show:113 - Getting new presenter for key=SearchWindowKey(results=None, clear=False)
2022-01-26 22:08:59.700 | DEBUG | labbie.ui.search.widget.presenter:populate_view:77 - results=None
2022-01-26 22:08:59.831 | INFO | labbie.enchants:download_or_load:109 - starting refresh task for daily
2022-01-26 22:09:01.144 | INFO | labbie.enchants:download:280 - downloading daily enchants
2022-01-26 22:09:01.640 | DEBUG | labbie.ui.app.presenter:show:113 - Getting new presenter for key=SettingsWindowKey()
2022-01-26 22:09:02.469 | INFO | labbie.enchants:download:289 - found data for date=2022-01-20
2022-01-26 22:09:02.963 | DEBUG | labbie.ui.base:closeEvent:106 - closeEvent, signalling
2022-01-26 22:09:02.966 | DEBUG | labbie.ui.app.presenter:delete:131 - deleting key=SettingsWindowKey()
2022-01-26 22:09:04.496 | INFO | labbie.enchants:find_matching_enchants:332 - target='tornado shot fires an additional secondary projectile'
2022-01-26 22:09:04.524 | DEBUG | labbie.ui.search.widget.presenter:populate_view:77 - results=Result(title='Tornado Shot fires an additional secondary Projectile', search='Tornado Shot fires an additional secondary Projectile', league_result=[Enchant(account='chillippeper', character='PeperThomi', item_name='Horror Cowl', item_base='Regicide Mask', display_name='Regicide Mask', ilvl=83, influences=[], unique=False, mods=['Tornado Shot fires an additional secondary Projectile']), '(... 394 other results ...)'], daily_result=[Enchant(account='chillippeper', character='PeperThomi', item_name='Horror Cowl', item_base='Regicide Mask', display_name='Regicide Mask', ilvl=83, influences=[], unique=False, mods=['Tornado Shot fires an additional secondary Projectile']), '(... 394 other results ...)'])
We can have a discord screen sharing session if this behavior doesn't make sense to you.
Thanks for the details, I will try to repro and fix this.
Got the same error today
2022-07-02 10:38:36.890 | INFO | labbie.constants:load:67 - Loading constants from D:\Labbie\config\constants.toml specified by default (with 0 overrides). 2022-07-02 10:38:36.894 | INFO | labbie.config:load:72 - Loading config from D:\Labbie\config\config.toml 2022-07-02 10:38:38.488 | INFO | labbie.enchants:download_or_load:109 - starting refresh task for league 2022-07-02 10:38:38.489 | INFO | labbie.enchants:download_or_load:109 - starting refresh task for daily 2022-07-02 10:38:47.271 | ERROR | labbie.ui.error.widget.presenter:populate_view:23 - Enchants are not loaded. Traceback (most recent call last):
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts__startup__.py", line 113, in run
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts\Console.py", line 15, in run
File "entry_point.py", line 4, in
File "D:\dev\scratch\labbie\src\labbie__main__.py", line 73, in main
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\lib\site-packages\qasync__init__.py", line 378, in run_forever
File "D:\dev\scratch\labbie\src\labbie\ui\search\widget\presenter.py", line 105, in on_search_mod
File "D:\dev\scratch\labbie\src\labbie\enchants.py", line 207, in find_matching_enchants
labbie.errors.EnchantsNotLoaded: Enchants are not loaded. 2022-07-02 10:38:51.457 | ERROR | labbie.ui.error.widget.presenter:populate_view:23 - Enchants are not loaded. Traceback (most recent call last):
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts__startup__.py", line 113, in run
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts\Console.py", line 15, in run
File "entry_point.py", line 4, in
File "D:\dev\scratch\labbie\src\labbie__main__.py", line 73, in main
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\lib\site-packages\qasync__init__.py", line 378, in run_forever
File "D:\dev\scratch\labbie\src\labbie\ui\search\widget\presenter.py", line 105, in on_search_mod
File "D:\dev\scratch\labbie\src\labbie\enchants.py", line 207, in find_matching_enchants
labbie.errors.EnchantsNotLoaded: Enchants are not loaded. 2022-07-02 10:38:53.508 | INFO | labbie.enchants:_download_when_available:172 - checking if fresh daily scrape is downloadable 2022-07-02 10:38:53.510 | INFO | labbie.enchants:_download_when_available:172 - checking if fresh league scrape is downloadable 2022-07-02 10:39:21.301 | ERROR | labbie.ui.error.widget.presenter:populate_view:23 - Enchants are not loaded. Traceback (most recent call last):
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts__startup__.py", line 113, in run
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts\Console.py", line 15, in run
File "entry_point.py", line 4, in
File "D:\dev\scratch\labbie\src\labbie__main__.py", line 73, in main
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\lib\site-packages\qasync__init__.py", line 378, in run_forever
File "D:\dev\scratch\labbie\src\labbie\ui\search\widget\presenter.py", line 140, in on_search_base
File "D:\dev\scratch\labbie\src\labbie\enchants.py", line 218, in find_matching_bases
labbie.errors.EnchantsNotLoaded: Enchants are not loaded. 2022-07-02 10:39:29.407 | ERROR | labbie.ui.error.widget.presenter:populate_view:23 - Enchants are not loaded. Traceback (most recent call last):
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts__startup__.py", line 113, in run
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts\Console.py", line 15, in run
File "entry_point.py", line 4, in
File "D:\dev\scratch\labbie\src\labbie__main__.py", line 73, in main
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\lib\site-packages\qasync__init__.py", line 378, in run_forever
File "D:\dev\scratch\labbie\src\labbie\ui\search\widget\presenter.py", line 105, in on_search_mod
File "D:\dev\scratch\labbie\src\labbie\enchants.py", line 207, in find_matching_enchants
labbie.errors.EnchantsNotLoaded: Enchants are not loaded. 2022-07-02 10:40:42.620 | ERROR | labbie.ui.error.widget.presenter:populate_view:23 - Enchants are not loaded. Traceback (most recent call last):
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts__startup__.py", line 113, in run
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts\Console.py", line 15, in run
File "entry_point.py", line 4, in
File "D:\dev\scratch\labbie\src\labbie__main__.py", line 73, in main
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\lib\site-packages\qasync__init__.py", line 378, in run_forever
File "D:\dev\scratch\labbie\src\labbie\ui\search\widget\presenter.py", line 105, in on_search_mod
File "D:\dev\scratch\labbie\src\labbie\enchants.py", line 207, in find_matching_enchants
labbie.errors.EnchantsNotLoaded: Enchants are not loaded.
2022-07-02 11:01:43.985 | INFO | labbie.constants:load:67 - Loading constants from D:\Labbie\config\constants.toml specified by default (with 0 overrides). 2022-07-02 11:01:43.986 | INFO | labbie.config:load:72 - Loading config from D:\Labbie\config\config.toml 2022-07-02 11:01:43.987 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.Config VERSION=Missing 2022-07-02 11:01:43.987 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.config.UiConfig 2022-07-02 11:01:43.987 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.UiConfig VERSION=Missing 2022-07-02 11:01:43.987 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.config.HotkeysConfig 2022-07-02 11:01:43.988 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.HotkeysConfig VERSION=Missing 2022-07-02 11:01:43.988 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.config.OcrConfig 2022-07-02 11:01:43.988 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.OcrConfig VERSION=Missing 2022-07-02 11:01:43.988 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.bounds.Bounds 2022-07-02 11:01:43.988 | DEBUG | labbie.mixins:from_dict:207 - labbie.bounds.Bounds VERSION=Missing 2022-07-02 11:01:43.989 | DEBUG | labbie.di.module:provide_config:24 - Loaded config Config(ui=UiConfig(hotkeys=HotkeysConfig(ocr='')), ocr=OcrConfig(clear_previous=True, bounds=Bounds(left=335, top=207, right=923, bottom=462)), league=True, daily=True) 2022-07-02 11:01:44.852 | DEBUG | labbie.resources:needs_update:88 - D:\Labbie\data\resources\stats.json.gz needs_update=False cached_hash='apBrdIF5adLDYDwVC71Sfg=='==remote_hash='apBrdIF5adLDYDwVC71Sfg==' 2022-07-02 11:01:45.041 | DEBUG | labbie.resources:needs_update:88 - D:\Labbie\data\resources\items.json.gz needs_update=False cached_hash='ooY3svjsht9C/ssQQr2p/A=='==remote_hash='ooY3svjsht9C/ssQQr2p/A==' 2022-07-02 11:01:45.228 | DEBUG | labbie.resources:needs_update:88 - D:\Labbie\data\resources\mods.json.gz needs_update=False cached_hash='k6CsWrOFqX82JnYyd4Y0tg=='==remote_hash='k6CsWrOFqX82JnYyd4Y0tg==' 2022-07-02 11:01:45.230 | DEBUG | labbie.mixins:notify:90 - labbie.state.AppState notify, event='resources_ready' args=(True,) 2022-07-02 11:01:45.230 | DEBUG | labbie.mixins:notify:94 - labbie.state.AppState generic notify 2022-07-02 11:01:45.236 | DEBUG | labbie.ui.app.presenter:_ocr_hotkey_changed:41 - ocr hotkey changed val='' 2022-07-02 11:01:45.236 | DEBUG | labbie.ui.app.presenter:show:113 - Getting new presenter for key=SystemTrayIconKey() 2022-07-02 11:01:45.258 | DEBUG | labbie.ui.app.presenter:show:113 - Getting new presenter for key=SearchWindowKey(results=None, clear=False) 2022-07-02 11:01:45.526 | DEBUG | labbie.ui.search.widget.presenter:populate_view:77 - results=None 2022-07-02 11:01:45.625 | INFO | labbie.enchants:download_or_load:109 - starting refresh task for league 2022-07-02 11:01:45.626 | INFO | labbie.enchants:download_or_load:109 - starting refresh task for daily 2022-07-02 11:01:53.235 | DEBUG | labbie.ui.app.presenter:show:113 - Getting new presenter for key=ErrorWindowKey(exception=EnchantsNotLoaded('Enchants are not loaded.')) 2022-07-02 11:01:53.241 | ERROR | labbie.ui.error.widget.presenter:populate_view:23 - Enchants are not loaded. Traceback (most recent call last):
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts__startup__.py", line 113, in run
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts\Console.py", line 15, in run
File "entry_point.py", line 4, in
File "D:\dev\scratch\labbie\src\labbie__main__.py", line 73, in main
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\lib\site-packages\qasync__init__.py", line 378, in run_forever
File "D:\dev\scratch\labbie\src\labbie\ui\search\widget\presenter.py", line 105, in on_search_mod
File "D:\dev\scratch\labbie\src\labbie\enchants.py", line 207, in find_matching_enchants
labbie.errors.EnchantsNotLoaded: Enchants are not loaded. 2022-07-02 11:01:55.292 | DEBUG | labbie.ui.base:closeEvent:106 - closeEvent, signalling 2022-07-02 11:01:55.294 | DEBUG | labbie.ui.app.presenter:delete:131 - deleting key=ErrorWindowKey(exception=EnchantsNotLoaded('Enchants are not loaded.')) 2022-07-02 11:02:00.649 | INFO | labbie.enchants:_download_when_available:172 - checking if fresh daily scrape is downloadable 2022-07-02 11:02:00.650 | INFO | labbie.enchants:_download_when_available:172 - checking if fresh league scrape is downloadable 2022-07-02 11:02:10.041 | DEBUG | labbie.ui.app.presenter:show:113 - Getting new presenter for key=ErrorWindowKey(exception=EnchantsNotLoaded('Enchants are not loaded.')) 2022-07-02 11:02:10.046 | ERROR | labbie.ui.error.widget.presenter:populate_view:23 - Enchants are not loaded. Traceback (most recent call last):
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts__startup__.py", line 113, in run
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts\Console.py", line 15, in run
File "entry_point.py", line 4, in
File "D:\dev\scratch\labbie\src\labbie__main__.py", line 73, in main
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\lib\site-packages\qasync__init__.py", line 378, in run_forever
File "D:\dev\scratch\labbie\src\labbie\ui\search\widget\presenter.py", line 105, in on_search_mod
File "D:\dev\scratch\labbie\src\labbie\enchants.py", line 207, in find_matching_enchants
labbie.errors.EnchantsNotLoaded: Enchants are not loaded. 2022-07-02 11:02:11.705 | DEBUG | labbie.ui.base:closeEvent:106 - closeEvent, signalling 2022-07-02 11:02:11.708 | DEBUG | labbie.ui.app.presenter:delete:131 - deleting key=ErrorWindowKey(exception=EnchantsNotLoaded('Enchants are not loaded.')) 2022-07-02 11:02:16.230 | DEBUG | labbie.ui.base:closeEvent:106 - closeEvent, signalling
This is happening because I've not updated the enchants in a while, should be fixed in around half an hour.
On Fri, Jul 1, 2022 at 11:06 PM OlegVal @.***> wrote:
2022-07-02 11:01:43.985 | INFO | labbie.constants:load:67 - Loading constants from D:\Labbie\config\constants.toml specified by default (with 0 overrides). 2022-07-02 11:01:43.986 | INFO | labbie.config:load:72 - Loading config from D:\Labbie\config\config.toml 2022-07-02 11:01:43.987 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.Config VERSION=Missing 2022-07-02 11:01:43.987 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.config.UiConfig 2022-07-02 11:01:43.987 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.UiConfig VERSION=Missing 2022-07-02 11:01:43.987 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.config.HotkeysConfig 2022-07-02 11:01:43.988 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.HotkeysConfig VERSION=Missing 2022-07-02 11:01:43.988 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.config.OcrConfig 2022-07-02 11:01:43.988 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.OcrConfig VERSION=Missing 2022-07-02 11:01:43.988 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.bounds.Bounds 2022-07-02 11:01:43.988 | DEBUG | labbie.mixins:from_dict:207 - labbie.bounds.Bounds VERSION=Missing 2022-07-02 11:01:43.989 | DEBUG | labbie.di.module:provide_config:24 - Loaded config Config(ui=UiConfig(hotkeys=HotkeysConfig(ocr='')), ocr=OcrConfig(clear_previous=True, bounds=Bounds(left=335, top=207, right=923, bottom=462)), league=True, daily=True) 2022-07-02 11:01:44.852 | DEBUG | labbie.resources:needs_update:88 - D:\Labbie\data\resources\stats.json.gz needs_update=False cached_hash='apBrdIF5adLDYDwVC71Sfg=='==remote_hash='apBrdIF5adLDYDwVC71Sfg==' 2022-07-02 11:01:45.041 | DEBUG | labbie.resources:needs_update:88 - D:\Labbie\data\resources\items.json.gz needs_update=False cached_hash='ooY3svjsht9C/ssQQr2p/A=='==remote_hash='ooY3svjsht9C/ssQQr2p/A==' 2022-07-02 11:01:45.228 | DEBUG | labbie.resources:needs_update:88 - D:\Labbie\data\resources\mods.json.gz needs_update=False cached_hash='k6CsWrOFqX82JnYyd4Y0tg=='==remote_hash='k6CsWrOFqX82JnYyd4Y0tg==' 2022-07-02 11:01:45.230 | DEBUG | labbie.mixins:notify:90 - labbie.state.AppState notify, event='resources_ready' args=(True,) 2022-07-02 11:01:45.230 | DEBUG | labbie.mixins:notify:94 - labbie.state.AppState generic notify 2022-07-02 11:01:45.236 | DEBUG | labbie.ui.app.presenter:_ocr_hotkey_changed:41 - ocr hotkey changed val='' 2022-07-02 11:01:45.236 | DEBUG | labbie.ui.app.presenter:show:113 - Getting new presenter for key=SystemTrayIconKey() 2022-07-02 11:01:45.258 | DEBUG | labbie.ui.app.presenter:show:113 - Getting new presenter for key=SearchWindowKey(results=None, clear=False) 2022-07-02 11:01:45.526 | DEBUG | labbie.ui.search.widget.presenter:populate_view:77 - results=None 2022-07-02 11:01:45.625 | INFO | labbie.enchants:download_or_load:109 - starting refresh task for league 2022-07-02 11:01:45.626 | INFO | labbie.enchants:download_or_load:109 - starting refresh task for daily 2022-07-02 11:01:53.235 | DEBUG | labbie.ui.app.presenter:show:113 - Getting new presenter for key=ErrorWindowKey(exception=EnchantsNotLoaded('Enchants are not loaded.')) 2022-07-02 11:01:53.241 | ERROR | labbie.ui.error.widget.presenter:populate_view:23 - Enchants are not loaded. Traceback (most recent call last):
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cxFreeze\initscripts startup_.py", line 113, in run
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts\Console.py", line 15, in run
File "entry_point.py", line 4, in
File "D:\dev\scratch\labbie\src\labbiemain.py", line 73, in main
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\lib\site-packages\qasync init.py", line 378, in run_forever
File "D:\dev\scratch\labbie\src\labbie\ui\search\widget\presenter.py", line 105, in on_search_mod
File "D:\dev\scratch\labbie\src\labbie\enchants.py", line 207, in find_matching_enchants
labbie.errors.EnchantsNotLoaded: Enchants are not loaded. 2022-07-02 11:01:55.292 | DEBUG | labbie.ui.base:closeEvent:106 - closeEvent, signalling 2022-07-02 11:01:55.294 | DEBUG | labbie.ui.app.presenter:delete:131 - deleting key=ErrorWindowKey(exception=EnchantsNotLoaded('Enchants are not loaded.')) 2022-07-02 11:02:00.649 | INFO | labbie.enchants:_download_when_available:172 - checking if fresh daily scrape is downloadable 2022-07-02 11:02:00.650 | INFO | labbie.enchants:_download_when_available:172 - checking if fresh league scrape is downloadable 2022-07-02 11:02:10.041 | DEBUG | labbie.ui.app.presenter:show:113 - Getting new presenter for key=ErrorWindowKey(exception=EnchantsNotLoaded('Enchants are not loaded.')) 2022-07-02 11:02:10.046 | ERROR | labbie.ui.error.widget.presenter:populate_view:23 - Enchants are not loaded. Traceback (most recent call last):
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cxFreeze\initscripts startup_.py", line 113, in run
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts\Console.py", line 15, in run
File "entry_point.py", line 4, in
File "D:\dev\scratch\labbie\src\labbiemain.py", line 73, in main
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\lib\site-packages\qasync init.py", line 378, in run_forever
File "D:\dev\scratch\labbie\src\labbie\ui\search\widget\presenter.py", line 105, in on_search_mod
File "D:\dev\scratch\labbie\src\labbie\enchants.py", line 207, in find_matching_enchants
labbie.errors.EnchantsNotLoaded: Enchants are not loaded. 2022-07-02 11:02:11.705 | DEBUG | labbie.ui.base:closeEvent:106 - closeEvent, signalling 2022-07-02 11:02:11.708 | DEBUG | labbie.ui.app.presenter:delete:131 - deleting key=ErrorWindowKey(exception=EnchantsNotLoaded('Enchants are not loaded.')) 2022-07-02 11:02:16.230 | DEBUG | labbie.ui.base:closeEvent:106 - closeEvent, signalling
— Reply to this email directly, view it on GitHub https://github.com/bnorick/labbie/issues/17#issuecomment-1172842666, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACN5LM7XKYUCGBEBOE4S7LVR7MAFANCNFSM5MX5VHQA . You are receiving this because you commented.Message ID: @.***>
Should be good now.
On Fri, Jul 1, 2022 at 11:09 PM Brandon Norick @.***> wrote:
This is happening because I've not updated the enchants in a while, should be fixed in around half an hour.
On Fri, Jul 1, 2022 at 11:06 PM OlegVal @.***> wrote:
2022-07-02 11:01:43.985 | INFO | labbie.constants:load:67 - Loading constants from D:\Labbie\config\constants.toml specified by default (with 0 overrides). 2022-07-02 11:01:43.986 | INFO | labbie.config:load:72 - Loading config from D:\Labbie\config\config.toml 2022-07-02 11:01:43.987 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.Config VERSION=Missing 2022-07-02 11:01:43.987 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.config.UiConfig 2022-07-02 11:01:43.987 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.UiConfig VERSION=Missing 2022-07-02 11:01:43.987 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.config.HotkeysConfig 2022-07-02 11:01:43.988 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.HotkeysConfig VERSION=Missing 2022-07-02 11:01:43.988 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.config.OcrConfig 2022-07-02 11:01:43.988 | DEBUG | labbie.mixins:from_dict:207 - labbie.config.OcrConfig VERSION=Missing 2022-07-02 11:01:43.988 | DEBUG | labbie.mixins:type_hook:107 - HOOKED labbie.bounds.Bounds 2022-07-02 11:01:43.988 | DEBUG | labbie.mixins:from_dict:207 - labbie.bounds.Bounds VERSION=Missing 2022-07-02 11:01:43.989 | DEBUG | labbie.di.module:provide_config:24 - Loaded config Config(ui=UiConfig(hotkeys=HotkeysConfig(ocr='')), ocr=OcrConfig(clear_previous=True, bounds=Bounds(left=335, top=207, right=923, bottom=462)), league=True, daily=True) 2022-07-02 11:01:44.852 | DEBUG | labbie.resources:needs_update:88 - D:\Labbie\data\resources\stats.json.gz needs_update=False cached_hash='apBrdIF5adLDYDwVC71Sfg=='==remote_hash='apBrdIF5adLDYDwVC71Sfg==' 2022-07-02 11:01:45.041 | DEBUG | labbie.resources:needs_update:88 - D:\Labbie\data\resources\items.json.gz needs_update=False cached_hash='ooY3svjsht9C/ssQQr2p/A=='==remote_hash='ooY3svjsht9C/ssQQr2p/A==' 2022-07-02 11:01:45.228 | DEBUG | labbie.resources:needs_update:88 - D:\Labbie\data\resources\mods.json.gz needs_update=False cached_hash='k6CsWrOFqX82JnYyd4Y0tg=='==remote_hash='k6CsWrOFqX82JnYyd4Y0tg==' 2022-07-02 11:01:45.230 | DEBUG | labbie.mixins:notify:90 - labbie.state.AppState notify, event='resources_ready' args=(True,) 2022-07-02 11:01:45.230 | DEBUG | labbie.mixins:notify:94 - labbie.state.AppState generic notify 2022-07-02 11:01:45.236 | DEBUG | labbie.ui.app.presenter:_ocr_hotkey_changed:41 - ocr hotkey changed val='' 2022-07-02 11:01:45.236 | DEBUG | labbie.ui.app.presenter:show:113 - Getting new presenter for key=SystemTrayIconKey() 2022-07-02 11:01:45.258 | DEBUG | labbie.ui.app.presenter:show:113 - Getting new presenter for key=SearchWindowKey(results=None, clear=False) 2022-07-02 11:01:45.526 | DEBUG | labbie.ui.search.widget.presenter:populate_view:77 - results=None 2022-07-02 11:01:45.625 | INFO | labbie.enchants:download_or_load:109 - starting refresh task for league 2022-07-02 11:01:45.626 | INFO | labbie.enchants:download_or_load:109 - starting refresh task for daily 2022-07-02 11:01:53.235 | DEBUG | labbie.ui.app.presenter:show:113 - Getting new presenter for key=ErrorWindowKey(exception=EnchantsNotLoaded('Enchants are not loaded.')) 2022-07-02 11:01:53.241 | ERROR | labbie.ui.error.widget.presenter:populate_view:23 - Enchants are not loaded. Traceback (most recent call last):
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cxFreeze\initscripts startup_.py", line 113, in run
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts\Console.py", line 15, in run
File "entry_point.py", line 4, in
File "D:\dev\scratch\labbie\src\labbiemain.py", line 73, in main
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\lib\site-packages\qasync init.py", line 378, in run_forever
File "D:\dev\scratch\labbie\src\labbie\ui\search\widget\presenter.py", line 105, in on_search_mod
File "D:\dev\scratch\labbie\src\labbie\enchants.py", line 207, in find_matching_enchants
labbie.errors.EnchantsNotLoaded: Enchants are not loaded. 2022-07-02 11:01:55.292 | DEBUG | labbie.ui.base:closeEvent:106 - closeEvent, signalling 2022-07-02 11:01:55.294 | DEBUG | labbie.ui.app.presenter:delete:131 - deleting key=ErrorWindowKey(exception=EnchantsNotLoaded('Enchants are not loaded.')) 2022-07-02 11:02:00.649 | INFO | labbie.enchants:_download_when_available:172 - checking if fresh daily scrape is downloadable 2022-07-02 11:02:00.650 | INFO | labbie.enchants:_download_when_available:172 - checking if fresh league scrape is downloadable 2022-07-02 11:02:10.041 | DEBUG | labbie.ui.app.presenter:show:113 - Getting new presenter for key=ErrorWindowKey(exception=EnchantsNotLoaded('Enchants are not loaded.')) 2022-07-02 11:02:10.046 | ERROR | labbie.ui.error.widget.presenter:populate_view:23 - Enchants are not loaded. Traceback (most recent call last):
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cxFreeze\initscripts startup_.py", line 113, in run
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts\Console.py", line 15, in run
File "entry_point.py", line 4, in
File "D:\dev\scratch\labbie\src\labbiemain.py", line 73, in main
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\lib\site-packages\qasync init.py", line 378, in run_forever
File "D:\dev\scratch\labbie\src\labbie\ui\search\widget\presenter.py", line 105, in on_search_mod
File "D:\dev\scratch\labbie\src\labbie\enchants.py", line 207, in find_matching_enchants
labbie.errors.EnchantsNotLoaded: Enchants are not loaded. 2022-07-02 11:02:11.705 | DEBUG | labbie.ui.base:closeEvent:106 - closeEvent, signalling 2022-07-02 11:02:11.708 | DEBUG | labbie.ui.app.presenter:delete:131 - deleting key=ErrorWindowKey(exception=EnchantsNotLoaded('Enchants are not loaded.')) 2022-07-02 11:02:16.230 | DEBUG | labbie.ui.base:closeEvent:106 - closeEvent, signalling
— Reply to this email directly, view it on GitHub https://github.com/bnorick/labbie/issues/17#issuecomment-1172842666, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACN5LM7XKYUCGBEBOE4S7LVR7MAFANCNFSM5MX5VHQA . You are receiving this because you commented.Message ID: @.***>
Yes, everything works, thanks.
I have the same problem (v0.6.4): 2022-07-28 00:24:26.536 | INFO | labbie.constants:load:67 - Loading constants from C:\Users\ephan\Downloads\Compressed\Labbie v0.6.4\config\constants.toml specified by default (with 0 overrides). 2022-07-28 00:24:26.541 | INFO | labbie.config:load:72 - Loading config from C:\Users\ephan\Downloads\Compressed\Labbie v0.6.4\config\config.toml 2022-07-28 00:24:28.335 | INFO | labbie.enchants:download_or_load:109 - starting refresh task for league 2022-07-28 00:24:28.336 | INFO | labbie.enchants:download_or_load:109 - starting refresh task for daily 2022-07-28 00:24:33.968 | ERROR | labbie.ui.error.widget.presenter:populate_view:23 - Enchants have not finished loading. Traceback (most recent call last):
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts__startup__.py", line 113, in run
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts\Console.py", line 15, in run
File "entry_point.py", line 4, in
File "D:\dev\scratch\labbie\src\labbie__main__.py", line 73, in main
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\lib\site-packages\qasync__init__.py", line 378, in run_forever
File "D:\dev\scratch\labbie\src\labbie\ui\search\widget\presenter.py", line 192, in on_screen_capture
File "D:\dev\scratch\labbie\src\labbie\ui\app\presenter.py", line 85, in screen_capture
File "D:\dev\scratch\labbie\src\labbie\enchants.py", line 207, in find_matching_enchants
labbie.errors.EnchantsNotLoaded: Enchants are not loaded. 2022-07-28 00:24:43.372 | INFO | labbie.enchants:_download_when_available:172 - checking if fresh daily scrape is downloadable 2022-07-28 00:24:43.373 | INFO | labbie.enchants:_download_when_available:172 - checking if fresh league scrape is downloadable
My apologies on this, I have no automated this process yet for some reason. It's running now and should be functional again in 15-20 minutes.
On Wed, Jul 27, 2022 at 3:26 PM ephankim @.***> wrote:
I have the same problem (v0.6.4): 2022-07-28 00:24:26.536 | INFO | labbie.constants:load:67 - Loading constants from C:\Users\ephan\Downloads\Compressed\Labbie v0.6.4\config\constants.toml specified by default (with 0 overrides). 2022-07-28 00:24:26.541 | INFO | labbie.config:load:72 - Loading config from C:\Users\ephan\Downloads\Compressed\Labbie v0.6.4\config\config.toml 2022-07-28 00:24:28.335 | INFO | labbie.enchants:download_or_load:109 - starting refresh task for league 2022-07-28 00:24:28.336 | INFO | labbie.enchants:download_or_load:109 - starting refresh task for daily 2022-07-28 00:24:33.968 | ERROR | labbie.ui.error.widget.presenter:populate_view:23 - Enchants have not finished loading. Traceback (most recent call last):
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cxFreeze\initscripts startup_.py", line 113, in run
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts\Console.py", line 15, in run
File "entry_point.py", line 4, in
File "D:\dev\scratch\labbie\src\labbiemain.py", line 73, in main
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\lib\site-packages\qasync init.py", line 378, in run_forever
File "D:\dev\scratch\labbie\src\labbie\ui\search\widget\presenter.py", line 192, in on_screen_capture
File "D:\dev\scratch\labbie\src\labbie\ui\app\presenter.py", line 85, in screen_capture
File "D:\dev\scratch\labbie\src\labbie\enchants.py", line 207, in find_matching_enchants
labbie.errors.EnchantsNotLoaded: Enchants are not loaded. 2022-07-28 00:24:43.372 | INFO | labbie.enchants:_download_when_available:172 - checking if fresh daily scrape is downloadable 2022-07-28 00:24:43.373 | INFO | labbie.enchants:_download_when_available:172 - checking if fresh league scrape is downloadable
— Reply to this email directly, view it on GitHub https://github.com/bnorick/labbie/issues/17#issuecomment-1197436453, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACN5LPJGTPQDRBKGDHEJTTVWGZQVANCNFSM5MX5VHQA . You are receiving this because you commented.Message ID: @.***>
It works now, thanks
I am also having this issue now. I can't seem to get the program to search any enchantments as of yesterday night. I just get the error message: Echants are not loaded. Any help? Quick Edit: I have uninstalled the program and reinstalled it, as well as restarting my computer, but no luck.
I haven't updated things for this league yet. I'll do it today.
On Thu, Aug 25, 2022 at 4:58 AM Jacoblevioliveira @.***> wrote:
I am also having this issue now. I can't seem to get the program to search any enchantments as of yesterday night. I just get the error message: Echants are not loaded. Any help?
— Reply to this email directly, view it on GitHub https://github.com/bnorick/labbie/issues/17#issuecomment-1227162118, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACN5LO3TPZREBGGJK5VC73V25NXFANCNFSM5MX5VHQA . You are receiving this because you commented.Message ID: @.***>
It will require a Labbie client update, by the way, to handle new uniques and enchants.
On Thu, Aug 25, 2022 at 10:20 AM Brandon Norick @.***> wrote:
I haven't updated things for this league yet. I'll do it today.
On Thu, Aug 25, 2022 at 4:58 AM Jacoblevioliveira < @.***> wrote:
I am also having this issue now. I can't seem to get the program to search any enchantments as of yesterday night. I just get the error message: Echants are not loaded. Any help?
— Reply to this email directly, view it on GitHub https://github.com/bnorick/labbie/issues/17#issuecomment-1227162118, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACN5LO3TPZREBGGJK5VC73V25NXFANCNFSM5MX5VHQA . You are receiving this because you commented.Message ID: @.***>
Thanks a bunch man :)
I've published v0.6.5, let me know if you run into any issues.
That fixed my issue! Thanks again :)
I seem to be getting this error constantly as of yesterday.
Log file seems to get to here and then keeps retrying the same line every ~5 minutes.
2022-10-03 18:34:26.839 | INFO | labbie.enchants:_download_when_available:172 - checking if fresh daily scrape is downloadable 2022-10-03 18:34:26.840 | INFO | labbie.enchants:_download_when_available:172 - checking if fresh league scrape is downloadable
Hi, I've found a temporary fix : rename the most recent archive in data\helm\daily and data\helm\league to the today's date Restart labbie and it works
Having same issue. This hotfix didnt work for me.
Having this issue. All worked fine throughout the last days and weeks until this evening. I have this thread and tried everything suggested. I get the error message over an over again. Can I do anything?
Having this issue. All worked fine throughout the last days and weeks until this evening. I have this thread and tried everything suggested. I get the error message over an over again. Can I do anything?
I believe its poe.ninja issue. When i encountered this problem, it resolved itself next day, with new set of data so to speak.
Should be resolved.
On Thu, Nov 3, 2022 at 2:30 PM OmikronGamma @.***> wrote:
Having this issue. All worked fine throughout the last days and weeks until this evening. I have this thread and tried everything suggested. I get the error message over an over again. Can I do anything?
I believe its poe.ninja issue. When i encountered this problem, it resolved itself next day, with new set of data so to speak.
— Reply to this email directly, view it on GitHub https://github.com/bnorick/labbie/issues/17#issuecomment-1302685001, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACN5LNTKEMCBVYGW6AWWXTWGQVGHANCNFSM5MX5VHQA . You are receiving this because you commented.Message ID: @.***>
Worked fine before league start but with new league it didn't work with the error message "Enchants have not finished loading" once I try to screen capture.
I read in a comment above that it can be a poe ninja issue but reset didn't fix it for me 3 days in a row.
log: 2022-12-12 10:13:29.133 | INFO | labbie.constants:load:67 - Loading constants from F:\POE\labbie\Labbie\config\constants.toml specified by default (with 0 overrides). 2022-12-12 10:13:29.137 | INFO | labbie.config:load:72 - Loading config from F:\POE\labbie\Labbie\config\config.toml 2022-12-12 10:13:31.350 | INFO | labbie.enchants:download_or_load:109 - starting refresh task for league 2022-12-12 10:13:31.351 | INFO | labbie.enchants:download_or_load:109 - starting refresh task for daily 2022-12-12 10:13:46.395 | INFO | labbie.enchants:_download_when_available:172 - checking if fresh daily scrape is downloadable 2022-12-12 10:13:46.398 | INFO | labbie.enchants:_download_when_available:172 - checking if fresh league scrape is downloadable 2022-12-12 10:14:13.567 | ERROR | labbie.ui.error.widget.presenter:populate_view:23 - Enchants have not finished loading. Traceback (most recent call last):
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts__startup__.py", line 113, in run
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts\Console.py", line 15, in run
File "entry_point.py", line 4, in
File "D:\dev\scratch\labbie\src\labbie__main__.py", line 73, in main
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\lib\site-packages\qasync__init__.py", line 378, in run_forever
File "D:\dev\scratch\labbie\src\labbie\ui\search\widget\presenter.py", line 192, in on_screen_capture
File "D:\dev\scratch\labbie\src\labbie\ui\app\presenter.py", line 85, in screen_capture
File "D:\dev\scratch\labbie\src\labbie\enchants.py", line 207, in find_matching_enchants
labbie.errors.EnchantsNotLoaded: Enchants are not loaded.
I've been playing the league, I'll need to make a couple updates to labbie when I get a minute.
On Mon, Dec 12, 2022, 1:19 AM makonrad @.***> wrote:
Worked fine before league start but the last three days it didn't work with the error message once "Enchants have not finished loading" once I try to screen capture. log: 2022-12-12 10:13:29.133 | INFO | labbie.constants:load:67 - Loading constants from F:\POE\labbie\Labbie\config\constants.toml specified by default (with 0 overrides). 2022-12-12 10:13:29.137 | INFO | labbie.config:load:72 - Loading config from F:\POE\labbie\Labbie\config\config.toml 2022-12-12 10:13:31.350 | INFO | labbie.enchants:download_or_load:109 - starting refresh task for league 2022-12-12 10:13:31.351 | INFO | labbie.enchants:download_or_load:109 - starting refresh task for daily 2022-12-12 10:13:46.395 | INFO | labbie.enchants:_download_when_available:172 - checking if fresh daily scrape is downloadable 2022-12-12 10:13:46.398 | INFO | labbie.enchants:_download_when_available:172 - checking if fresh league scrape is downloadable 2022-12-12 10:14:13.567 | ERROR | labbie.ui.error.widget.presenter:populate_view:23 - Enchants have not finished loading. Traceback (most recent call last):
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cxFreeze\initscripts startup_.py", line 113, in run
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\Lib\site-packages\cx_Freeze\initscripts\Console.py", line 15, in run
File "entry_point.py", line 4, in
File "D:\dev\scratch\labbie\src\labbiemain.py", line 73, in main
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-p74-qglf-py3.8\lib\site-packages\qasync init.py", line 378, in run_forever
File "D:\dev\scratch\labbie\src\labbie\ui\search\widget\presenter.py", line 192, in on_screen_capture
File "D:\dev\scratch\labbie\src\labbie\ui\app\presenter.py", line 85, in screen_capture
File "D:\dev\scratch\labbie\src\labbie\enchants.py", line 207, in find_matching_enchants
labbie.errors.EnchantsNotLoaded: Enchants are not loaded.
— Reply to this email directly, view it on GitHub https://github.com/bnorick/labbie/issues/17#issuecomment-1346145041, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACN5LOONH6MFDBEM7KNO3DWM3UZFANCNFSM5MX5VHQA . You are receiving this because you commented.Message ID: @.***>
Thank you for taking the time to update. Works like a charm now.
I recently pushed out 0.6.6 to the releases also, which should include the resources for this league. Grab it if you haven't already done so.
On Sat, Dec 17, 2022, 10:06 AM makonrad @.***> wrote:
Thank you for taking the time to update. Works like a charm now.
— Reply to this email directly, view it on GitHub https://github.com/bnorick/labbie/issues/17#issuecomment-1356357633, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACN5LLRGTUU774TRSHZNPTWNX6KNANCNFSM5MX5VHQA . You are receiving this because you commented.Message ID: @.***>
@bnorick
Hello
Been having this exact problem from time to time ever since I've started using Labbie (Something around 3.18). Don't know why, but it depends on a day for some reason for the app to work or not. Nonetheless it's troublesome, especially if there is a good lab they and we can't use the tool ;-;
So, just letting you know. If there is a way to improve/fix the issue, it will be amazing. If you need any data will be happy to help
Naturally I run the latest version
Also, big thanks for developing Labbie in the first place <3
This is just an artifact of two things: 1) my own laziness and not automating the data updates but also not running them frequently 2) the way I wrote labbie which avoids showing very outdated data
The solution is either to automate the data updates, which would be as simple as a cron job, or to allow labbie to show very outdated data.
I'll automate it, but ideally I'd run it on some VM so I don't have to worry about it. I'll figure that out today. In the meantime, I'll run it manually now.
On Thu, Mar 2, 2023 at 11:05 AM Darti7 @.***> wrote:
@bnorick https://github.com/bnorick
Hello
Been having this exact problem from time to time ever since I've started using Labbie (Something around 3.18). Don't know why, but it depends on a day for some reason for the app to work or not. Nonetheless it's troublesome, especially if there is a good lab they and we can't use the tool ;-;
So, just letting you know. If there is a way to improve/fix the issue, let us know. If you need any data will be happy to help
Naturally I run the latest version
— Reply to this email directly, view it on GitHub https://github.com/bnorick/labbie/issues/17#issuecomment-1452412240, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACN5LI6VAPFI5AAOB4QP5LW2DVQTANCNFSM5MX5VHQA . You are receiving this because you were mentioned.Message ID: @.***>
Hey @bnorick We could just use scheduled GitHub Workflows for the automation. It is free and you do not need any kind of VM. Using that for some of my own projects too. Let me know if you need help there.
The issue is that the code ought not to be made public, at the request of the poeninja dev. It pulls down a lot of data from him, in parallel, and many people start running it on their own (which would be possible if I release it publicly even just for GitHub Workflows) then it could cause him some headaches.
On Thu, Mar 2, 2023 at 12:20 PM Mow @.***> wrote:
Hey @bnorick https://github.com/bnorick We could just use scheduled GitHub Workflows for the automation. It is free and you do not need any kind of VM. Using that for some of my own projects too. Let me know if you need help there.
— Reply to this email directly, view it on GitHub https://github.com/bnorick/labbie/issues/17#issuecomment-1452494086, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACN5LOFY6CZHRYYA65P47LW2D6HTANCNFSM5MX5VHQA . You are receiving this because you were mentioned.Message ID: @.***>
The issue is that the code ought not to be made public, at the request of the poeninja dev. It pulls down a lot of data from him, in parallel, and many people start running it on their own (which would be possible if I release it publicly even just for GitHub Workflows) then it could cause him some headaches. … On Thu, Mar 2, 2023 at 12:20 PM Mow @.> wrote: Hey @bnorick https://github.com/bnorick We could just use scheduled GitHub Workflows for the automation. It is free and you do not need any kind of VM. Using that for some of my own projects too. Let me know if you need help there. — Reply to this email directly, view it on GitHub <#17 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACN5LOFY6CZHRYYA65P47LW2D6HTANCNFSM5MX5VHQA . You are receiving this because you were mentioned.Message ID: @.>
Ok that makes sense. Let me know if I can support you in any other way (developement or operational). Used your tool a lot and be willing to help :-)
Experiencing this issue today.
2023-09-15 11:43:20.282 | DEBUG | labbie.mods:get_enchant_list_from_ocr_results:62 - Data from OCR['Trigger Commandment of Reflection when Hit', "16% increased Attack and Cast Speed if you've Killed", 'Recently', 'Explosive Trap has 24% increased Area of Effect', 'Storm Brand has a 18% chance to Chain an', 'additional time', '40% increased Frostbolt Damage']
2023-09-15 11:43:20.282 | DEBUG | labbie.ui.app.presenter:screen_capture:74 - curr_enchants=['Explosive Trap has 24% increased Area of Effect', 'Storm Brand has a 18% chance to Chain an additional time', '40% increased Frostbolt Damage']
2023-09-15 11:43:20.283 | DEBUG | labbie.ui.app.presenter:screen_capture:81 - index=1: enchant='Explosive Trap has 24% increased Area of Effect'
2023-09-15 11:43:20.283 | INFO | labbie.enchants:find_matching_enchants:333 - target='explosive trap has 24% increased area of effect'
2023-09-15 11:43:20.403 | DEBUG | labbie.ui.app.presenter:show:113 - Getting new presenter for key=ErrorWindowKey(exception='Enchants have not finished loading.')
2023-09-15 11:43:20.409 | ERROR | labbie.ui.error.widget.presenter:populate_view:23 - Enchants have not finished loading.
Traceback (most recent call last):
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-IkLzptv6-py3.8\Lib\site-packages\cx_Freeze\initscripts\__startup__.py", line 138, in run
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-IkLzptv6-py3.8\Lib\site-packages\cx_Freeze\initscripts\console.py", line 16, in run
File "entry_point.py", line 4, in <module>
File "D:\dev\scratch\labbie\src\labbie\__main__.py", line 73, in main
File "C:\Users\Brandon Norick\AppData\Local\pypoetry\Cache\virtualenvs\labbie-IkLzptv6-py3.8\lib\site-packages\qasync\__init__.py", line 378, in run_forever
File "D:\dev\scratch\labbie\src\labbie\ui\app\presenter.py", line 56, in _ocr_hotkey_pressed
> File "D:\dev\scratch\labbie\src\labbie\ui\app\presenter.py", line 93, in screen_capture
File "D:\dev\scratch\labbie\src\labbie\enchants.py", line 207, in find_matching_enchants
labbie.errors.EnchantsNotLoaded: Enchants are not loaded.
2023-09-15 11:43:22.698 | DEBUG | labbie.ui.base:closeEvent:106 - closeEvent, signalling
2023-09-15 11:43:22.706 | DEBUG | labbie.ui.app.presenter:delete:131 - deleting key=ErrorWindowKey(exception='Enchants have not finished loading.')
I can do whatever I want but when I click on "Search" I always receive an error message telling me that "Enchants are not loaded.". Why is that?
I can't do anything about. It doesnt matter if I wait, reinstall, try to manipulate the config. Switchting debugging to true doesn't help either.