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

quest info handling #93

Open
XVs32 opened this issue Feb 8, 2024 · 0 comments
Open

quest info handling #93

XVs32 opened this issue Feb 8, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@XVs32
Copy link
Owner

XVs32 commented Feb 8, 2024

What

  • fix quest info handling

How

  • How to achieve the goal here

Result

  • Where is the product now

Reference

File "kcauto/startup/kcauto_wrapper.py", line 46, in kcauto_main                                                      
_.kcauto.run_factory_logic()                            
File "kcauto/startup/kcauto.py", line 118, in run_factory_logic                                                       
self.run_quest_logic('factory', fast_check=False)       
File "kcauto/startup/kcauto.py", line 357, in run_quest_logic                                                         
qst.quest.manage_quests(context, fast_check)            
File "kcauto/quest/quest_core.py", line 104, in manage_quests                                                         
is_any_quest_turned_in = self._turn_in_quests(context)  
File "kcauto/quest/quest_core.py", line 142, in _turn_in_quests                                                       
for idx, quest in enumerate(self.visible_quests):       
TypeError: 'NoneType' object is not iterable                
@XVs32 XVs32 added the bug Something isn't working label Feb 8, 2024
@XVs32 XVs32 self-assigned this Feb 8, 2024
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

1 participant