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

traceback: remove(x): x not in container #473

Closed
oliver-sanders opened this issue Jul 18, 2023 · 0 comments
Closed

traceback: remove(x): x not in container #473

oliver-sanders opened this issue Jul 18, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@oliver-sanders
Copy link
Member

oliver-sanders commented Jul 18, 2023

Traceback spotted in the wild:

Traceback (most recent call last):    
  File "/lib/python3.9/site-packages/cylc/uiserver/data_store_mgr.py", line 292, in _apply_all_delta                              
    apply_delta(field.name, sub_delta, self.data[w_id])                                                                            
  File "/lib/python3.9/site-packages/cylc/flow/data_store_mgr.py", line 345, in apply_delta                              
    data[FAMILIES][data[key][del_id].family].proxies.remove(del_id)    
ValueError: remove(x): x not in container    
2023-07-18T11:13:57 ERROR    remove(x): x not in container    
Traceback (most recent call last):    
  File "/lib/python3.9/site-packages/cylc/uiserver/data_store_mgr.py", line 292, in _apply_all_delta                              
    apply_delta(field.name, sub_delta, self.data[w_id])    
  File "/lib/python3.9/site-packages/cylc/flow/data_store_mgr.py", line 335, in apply_delta                                        
    data[TASKS][data[key][del_id].task].proxies.remove(del_id)    
ValueError: remove(x): x not in container    

Recipe for reproduction unknown.

@oliver-sanders oliver-sanders added the bug Something isn't working label Jul 18, 2023
@oliver-sanders oliver-sanders added this to the 1.3.1 milestone Jul 18, 2023
@MetRonnie MetRonnie removed this from the 1.3.1 milestone Sep 7, 2023
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