. . . . . . . . . . F . . . . . . . . . . . . . F . . . .                                                                                         [ 1 0 0 % ] 
 
 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   F A I L U R E S   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _   T e s t C r e a t e I d e a F l o w . t e s t _ c r e a t e _ a n d _ r u n   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
 
 
 
 s e l f   =   < t e s t s . s m o k e . t e s t _ e 2 e _ s m o k e . T e s t C r e a t e I d e a F l o w   o b j e c t   a t   0 x 0 0 0 0 0 2 4 F E 9 F 5 6 F E 0 > 
 
 
 
         d e f   t e s t _ c r e a t e _ a n d _ r u n ( s e l f )   - >   N o n e : 
 
                 " " " F u l l   l i f e c y c l e :   c r e a t e   i d e a   \ u 2 1 9 2   s t a r t   r u n   \ u 2 1 9 2   c h e c k   r e p o r t . " " " 
 
                 #   C r e a t e   i d e a 
 
                 r e s p   =   c l i e n t . p o s t ( 
 
                         " / a p p / i d e a s / n e w " , 
 
                         d a t a = { 
 
                                 " t i t l e " :   " F u l l   F l o w   S m o k e   T e s t " , 
 
                                 " d e s c r i p t i o n " :   " T e s t i n g   t h e   c o m p l e t e   l i f e c y c l e " , 
 
                                 " t a r g e t _ u s e r " :   " Q A   e n g i n e e r s " , 
 
                                 " c o n t e x t " :   " e 2 e   t e s t i n g " , 
 
                         } , 
 
                         f o l l o w _ r e d i r e c t s = F a l s e , 
 
                 ) 
 
                 a s s e r t   r e s p . s t a t u s _ c o d e   = =   3 0 3 
 
                 i d e a _ u r l   =   r e s p . h e a d e r s [ " l o c a t i o n " ] 
 
                 i d e a _ i d   =   i d e a _ u r l . s p l i t ( " / " ) [ - 1 ] 
 
         
 
                 #   S t a r t   r u n 
 
                 r u n _ r e s p   =   c l i e n t . p o s t ( 
 
                         " / a p p / r u n s / c r e a t e " , 
 
                         d a t a = { 
 
                                 " i d e a _ i d " :   i d e a _ i d , 
 
                                 " m o d e " :   " l o c a l - o n l y " , 
 
                                 " t i e r " :   " l o w " , 
 
                         } , 
 
                         f o l l o w _ r e d i r e c t s = F a l s e , 
 
                 ) 
 
                 a s s e r t   r u n _ r e s p . s t a t u s _ c o d e   = =   3 0 3 
 
                 r u n _ u r l   =   r u n _ r e s p . h e a d e r s [ " l o c a t i o n " ] 
 
                 r u n _ i d   =   r u n _ u r l . s p l i t ( " / " ) [ - 1 ] 
 
         
 
                 #   C h e c k   r u n   s t a t u s   v i a   p o l l 
 
                 p o l l _ r e s p   =   c l i e n t . g e t ( f " / r u n s / { r u n _ i d } / s t a t u s " ) 
 
                 a s s e r t   p o l l _ r e s p . s t a t u s _ c o d e   = =   2 0 0 
 
                 p o l l _ d a t a   =   p o l l _ r e s p . j s o n ( ) 
 
                 a s s e r t   p o l l _ d a t a [ " s t a t u s " ]   = =   " s u c c e e d e d " 
 
         
 
                 #   C h e c k   r e p o r t   H T M L 
 
                 r e p o r t _ r e s p   =   c l i e n t . g e t ( f " / a p p / r u n s / { r u n _ i d } / r e p o r t " ) 
 
 >               a s s e r t   r e p o r t _ r e s p . s t a t u s _ c o d e   = =   2 0 0 
 
 E               a s s e r t   4 0 4   = =   2 0 0 
 
 E                 +     w h e r e   4 0 4   =   < R e s p o n s e   [ 4 0 4   N o t   F o u n d ] > . s t a t u s _ c o d e 
 
 
 
 t e s t s \ s m o k e \ t e s t _ e 2 e _ s m o k e . p y : 1 1 0 :   A s s e r t i o n E r r o r 
 
 - - - - - - - - - - - - - - - - - - - - - - - - - - - -   C a p t u r e d   s t d o u t   c a l l   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
 2 0 2 6 - 0 4 - 1 8 T 1 1 : 2 1 : 1 0 . 9 8 6 5 6 9 + 0 0 : 0 0   l e v e l = I N F O   l o g g e r = a p i . r e q u e s t   e v e n t = r e q u e s t _ c o m p l e t e d   m s g = R e q u e s t   c o m p l e t e d   m e t h o d = P O S T   p a t h = / a p p / i d e a s / n e w   s t a t u s _ c o d e = 3 0 3   d u r a t i o n _ m s = 8 . 5 1 
 
 2 0 2 6 - 0 4 - 1 8 T 1 1 : 2 1 : 1 0 . 9 8 8 5 6 1 + 0 0 : 0 0   l e v e l = I N F O   l o g g e r = h t t p x   e v e n t =   m s g = H T T P   R e q u e s t :   P O S T   h t t p : / / t e s t s e r v e r / a p p / i d e a s / n e w   " H T T P / 1 . 1   3 0 3   S e e   O t h e r " 
 
 2 0 2 6 - 0 4 - 1 8 T 1 1 : 2 1 : 1 1 . 0 0 0 9 4 8 + 0 0 : 0 0   l e v e l = I N F O   l o g g e r = a p i . r e q u e s t   e v e n t = r e q u e s t _ c o m p l e t e d   m s g = R e q u e s t   c o m p l e t e d   m e t h o d = P O S T   p a t h = / a p p / r u n s / c r e a t e   s t a t u s _ c o d e = 3 0 3   d u r a t i o n _ m s = 9 . 3 5 
 
 2 0 2 6 - 0 4 - 1 8 T 1 1 : 2 1 : 1 1 . 0 0 1 9 3 5 + 0 0 : 0 0   l e v e l = I N F O   l o g g e r = e n g i n e . o r c h e s t r a t o r   e v e n t = r u n _ s t a r t e d   m s g = R u n   s t a r t e d   r u n _ i d = a a 9 d f f 0 0 - 3 c 5 9 - 4 4 1 c - a b e c - 5 b b 8 c e a 0 f 9 5 b   i d e a _ i d = 0 4 0 0 2 e d 9 - f 5 c e - 4 f 8 f - a 5 1 4 - e 4 6 b 2 8 6 7 0 4 4 5   m o d e = l o c a l - o n l y 
 
 2 0 2 6 - 0 4 - 1 8 T 1 1 : 2 1 : 1 1 . 0 1 1 9 1 7 + 0 0 : 0 0   l e v e l = I N F O   l o g g e r = e n g i n e . o r c h e s t r a t o r   e v e n t = s e a r c h _ s i g n a l s _ c o l l e c t e d   m s g = S e a r c h   s i g n a l s   c o l l e c t e d   r u n _ i d = a a 9 d f f 0 0 - 3 c 5 9 - 4 4 1 c - a b e c - 5 b b 8 c e a 0 f 9 5 b   r e s u l t s _ c o u n t = 0 
 
 2 0 2 6 - 0 4 - 1 8 T 1 1 : 2 1 : 1 3 . 6 2 6 3 9 6 + 0 0 : 0 0   l e v e l = E R R O R   l o g g e r = e n g i n e . a n a l y s t   e v e n t =   m s g = D i m e n s i o n a l   a n a l y s i s   f a i l e d :   A l l   c o n n e c t i o n   a t t e m p t s   f a i l e d 
 
 T r a c e b a c k   ( m o s t   r e c e n t   c a l l   l a s t ) : 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ t r a n s p o r t s \ d e f a u l t . p y " ,   l i n e   1 0 1 ,   i n   m a p _ h t t p c o r e _ e x c e p t i o n s 
 
         y i e l d 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ t r a n s p o r t s \ d e f a u l t . p y " ,   l i n e   3 9 4 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         r e s p   =   a w a i t   s e l f . _ p o o l . h a n d l e _ a s y n c _ r e q u e s t ( r e q ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ a s y n c \ c o n n e c t i o n _ p o o l . p y " ,   l i n e   2 5 6 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         r a i s e   e x c   f r o m   N o n e 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ a s y n c \ c o n n e c t i o n _ p o o l . p y " ,   l i n e   2 3 6 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         r e s p o n s e   =   a w a i t   c o n n e c t i o n . h a n d l e _ a s y n c _ r e q u e s t ( 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ a s y n c \ c o n n e c t i o n . p y " ,   l i n e   1 0 1 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         r a i s e   e x c 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ a s y n c \ c o n n e c t i o n . p y " ,   l i n e   7 8 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         s t r e a m   =   a w a i t   s e l f . _ c o n n e c t ( r e q u e s t ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ a s y n c \ c o n n e c t i o n . p y " ,   l i n e   1 2 4 ,   i n   _ c o n n e c t 
 
         s t r e a m   =   a w a i t   s e l f . _ n e t w o r k _ b a c k e n d . c o n n e c t _ t c p ( * * k w a r g s ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ b a c k e n d s \ a u t o . p y " ,   l i n e   3 1 ,   i n   c o n n e c t _ t c p 
 
         r e t u r n   a w a i t   s e l f . _ b a c k e n d . c o n n e c t _ t c p ( 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ b a c k e n d s \ a n y i o . p y " ,   l i n e   1 1 3 ,   i n   c o n n e c t _ t c p 
 
         w i t h   m a p _ e x c e p t i o n s ( e x c _ m a p ) : 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ c o n t e x t l i b . p y " ,   l i n e   1 5 3 ,   i n   _ _ e x i t _ _ 
 
         s e l f . g e n . t h r o w ( t y p ,   v a l u e ,   t r a c e b a c k ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ e x c e p t i o n s . p y " ,   l i n e   1 4 ,   i n   m a p _ e x c e p t i o n s 
 
         r a i s e   t o _ e x c ( e x c )   f r o m   e x c 
 
 h t t p c o r e . C o n n e c t E r r o r :   A l l   c o n n e c t i o n   a t t e m p t s   f a i l e d 
 
 
 
 T h e   a b o v e   e x c e p t i o n   w a s   t h e   d i r e c t   c a u s e   o f   t h e   f o l l o w i n g   e x c e p t i o n : 
 
 
 
 T r a c e b a c k   ( m o s t   r e c e n t   c a l l   l a s t ) : 
 
     F i l e   " C : \ U s e r s \ R i c h a \ O n e D r i v e \ D o c u m e n t s \ P r o j e c t s \ A I d e a t o r \ e n g i n e \ a n a l y s t . p y " ,   l i n e   6 4 ,   i n   a n a l y z e _ d i m e n s i o n s 
 
         r e s p o n s e   =   a w a i t   p r o v i d e r . g e n e r a t e ( m e s s a g e s ,   t e m p e r a t u r e = 0 . 3 ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ O n e D r i v e \ D o c u m e n t s \ P r o j e c t s \ A I d e a t o r \ a i d e a t o r \ l l m \ p r o v i d e r s . p y " ,   l i n e   2 4 7 ,   i n   g e n e r a t e 
 
         r e s p o n s e   =   a w a i t   c l i e n t . p o s t ( u r l ,   j s o n = p a y l o a d ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 8 5 9 ,   i n   p o s t 
 
         r e t u r n   a w a i t   s e l f . r e q u e s t ( 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 5 4 0 ,   i n   r e q u e s t 
 
         r e t u r n   a w a i t   s e l f . s e n d ( r e q u e s t ,   a u t h = a u t h ,   f o l l o w _ r e d i r e c t s = f o l l o w _ r e d i r e c t s ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 6 2 9 ,   i n   s e n d 
 
         r e s p o n s e   =   a w a i t   s e l f . _ s e n d _ h a n d l i n g _ a u t h ( 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 6 5 7 ,   i n   _ s e n d _ h a n d l i n g _ a u t h 
 
         r e s p o n s e   =   a w a i t   s e l f . _ s e n d _ h a n d l i n g _ r e d i r e c t s ( 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 6 9 4 ,   i n   _ s e n d _ h a n d l i n g _ r e d i r e c t s 
 
         r e s p o n s e   =   a w a i t   s e l f . _ s e n d _ s i n g l e _ r e q u e s t ( r e q u e s t ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 7 3 0 ,   i n   _ s e n d _ s i n g l e _ r e q u e s t 
 
         r e s p o n s e   =   a w a i t   t r a n s p o r t . h a n d l e _ a s y n c _ r e q u e s t ( r e q u e s t ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ t r a n s p o r t s \ d e f a u l t . p y " ,   l i n e   3 9 3 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         w i t h   m a p _ h t t p c o r e _ e x c e p t i o n s ( ) : 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ c o n t e x t l i b . p y " ,   l i n e   1 5 3 ,   i n   _ _ e x i t _ _ 
 
         s e l f . g e n . t h r o w ( t y p ,   v a l u e ,   t r a c e b a c k ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ t r a n s p o r t s \ d e f a u l t . p y " ,   l i n e   1 1 8 ,   i n   m a p _ h t t p c o r e _ e x c e p t i o n s 
 
         r a i s e   m a p p e d _ e x c ( m e s s a g e )   f r o m   e x c 
 
 h t t p x . C o n n e c t E r r o r :   A l l   c o n n e c t i o n   a t t e m p t s   f a i l e d 
 
 2 0 2 6 - 0 4 - 1 8 T 1 1 : 2 1 : 1 5 . 8 7 7 9 4 8 + 0 0 : 0 0   l e v e l = E R R O R   l o g g e r = e n g i n e . s y n t h e s i z e r   e v e n t =   m s g = L L M   s y n t h e s i s   f a i l e d ,   f a l l i n g   b a c k   t o   d e f a u l t s :   A l l   c o n n e c t i o n   a t t e m p t s   f a i l e d 
 
 T r a c e b a c k   ( m o s t   r e c e n t   c a l l   l a s t ) : 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ t r a n s p o r t s \ d e f a u l t . p y " ,   l i n e   1 0 1 ,   i n   m a p _ h t t p c o r e _ e x c e p t i o n s 
 
         y i e l d 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ t r a n s p o r t s \ d e f a u l t . p y " ,   l i n e   3 9 4 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         r e s p   =   a w a i t   s e l f . _ p o o l . h a n d l e _ a s y n c _ r e q u e s t ( r e q ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ a s y n c \ c o n n e c t i o n _ p o o l . p y " ,   l i n e   2 5 6 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         r a i s e   e x c   f r o m   N o n e 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ a s y n c \ c o n n e c t i o n _ p o o l . p y " ,   l i n e   2 3 6 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         r e s p o n s e   =   a w a i t   c o n n e c t i o n . h a n d l e _ a s y n c _ r e q u e s t ( 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ a s y n c \ c o n n e c t i o n . p y " ,   l i n e   1 0 1 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         r a i s e   e x c 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ a s y n c \ c o n n e c t i o n . p y " ,   l i n e   7 8 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         s t r e a m   =   a w a i t   s e l f . _ c o n n e c t ( r e q u e s t ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ a s y n c \ c o n n e c t i o n . p y " ,   l i n e   1 2 4 ,   i n   _ c o n n e c t 
 
         s t r e a m   =   a w a i t   s e l f . _ n e t w o r k _ b a c k e n d . c o n n e c t _ t c p ( * * k w a r g s ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ b a c k e n d s \ a u t o . p y " ,   l i n e   3 1 ,   i n   c o n n e c t _ t c p 
 
         r e t u r n   a w a i t   s e l f . _ b a c k e n d . c o n n e c t _ t c p ( 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ b a c k e n d s \ a n y i o . p y " ,   l i n e   1 1 3 ,   i n   c o n n e c t _ t c p 
 
         w i t h   m a p _ e x c e p t i o n s ( e x c _ m a p ) : 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ c o n t e x t l i b . p y " ,   l i n e   1 5 3 ,   i n   _ _ e x i t _ _ 
 
         s e l f . g e n . t h r o w ( t y p ,   v a l u e ,   t r a c e b a c k ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ e x c e p t i o n s . p y " ,   l i n e   1 4 ,   i n   m a p _ e x c e p t i o n s 
 
         r a i s e   t o _ e x c ( e x c )   f r o m   e x c 
 
 h t t p c o r e . C o n n e c t E r r o r :   A l l   c o n n e c t i o n   a t t e m p t s   f a i l e d 
 
 
 
 T h e   a b o v e   e x c e p t i o n   w a s   t h e   d i r e c t   c a u s e   o f   t h e   f o l l o w i n g   e x c e p t i o n : 
 
 
 
 T r a c e b a c k   ( m o s t   r e c e n t   c a l l   l a s t ) : 
 
     F i l e   " C : \ U s e r s \ R i c h a \ O n e D r i v e \ D o c u m e n t s \ P r o j e c t s \ A I d e a t o r \ e n g i n e \ s y n t h e s i z e r . p y " ,   l i n e   2 0 6 ,   i n   s y n t h e s i z e _ i n t e l l i g e n c e 
 
         r e s p o n s e   =   a w a i t   p r o v i d e r . g e n e r a t e ( m e s s a g e s ,   t e m p e r a t u r e = 0 . 7 ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ O n e D r i v e \ D o c u m e n t s \ P r o j e c t s \ A I d e a t o r \ a i d e a t o r \ l l m \ p r o v i d e r s . p y " ,   l i n e   2 4 7 ,   i n   g e n e r a t e 
 
         r e s p o n s e   =   a w a i t   c l i e n t . p o s t ( u r l ,   j s o n = p a y l o a d ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 8 5 9 ,   i n   p o s t 
 
         r e t u r n   a w a i t   s e l f . r e q u e s t ( 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 5 4 0 ,   i n   r e q u e s t 
 
         r e t u r n   a w a i t   s e l f . s e n d ( r e q u e s t ,   a u t h = a u t h ,   f o l l o w _ r e d i r e c t s = f o l l o w _ r e d i r e c t s ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 6 2 9 ,   i n   s e n d 
 
         r e s p o n s e   =   a w a i t   s e l f . _ s e n d _ h a n d l i n g _ a u t h ( 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 6 5 7 ,   i n   _ s e n d _ h a n d l i n g _ a u t h 
 
         r e s p o n s e   =   a w a i t   s e l f . _ s e n d _ h a n d l i n g _ r e d i r e c t s ( 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 6 9 4 ,   i n   _ s e n d _ h a n d l i n g _ r e d i r e c t s 
 
         r e s p o n s e   =   a w a i t   s e l f . _ s e n d _ s i n g l e _ r e q u e s t ( r e q u e s t ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 7 3 0 ,   i n   _ s e n d _ s i n g l e _ r e q u e s t 
 
         r e s p o n s e   =   a w a i t   t r a n s p o r t . h a n d l e _ a s y n c _ r e q u e s t ( r e q u e s t ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ t r a n s p o r t s \ d e f a u l t . p y " ,   l i n e   3 9 3 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         w i t h   m a p _ h t t p c o r e _ e x c e p t i o n s ( ) : 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ c o n t e x t l i b . p y " ,   l i n e   1 5 3 ,   i n   _ _ e x i t _ _ 
 
         s e l f . g e n . t h r o w ( t y p ,   v a l u e ,   t r a c e b a c k ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ t r a n s p o r t s \ d e f a u l t . p y " ,   l i n e   1 1 8 ,   i n   m a p _ h t t p c o r e _ e x c e p t i o n s 
 
         r a i s e   m a p p e d _ e x c ( m e s s a g e )   f r o m   e x c 
 
 h t t p x . C o n n e c t E r r o r :   A l l   c o n n e c t i o n   a t t e m p t s   f a i l e d 
 
 2 0 2 6 - 0 4 - 1 8 T 1 1 : 2 1 : 1 5 . 8 9 5 4 4 8 + 0 0 : 0 0   l e v e l = I N F O   l o g g e r = e n g i n e . o r c h e s t r a t o r   e v e n t = r u n _ s u c c e e d e d   m s g = R u n   s u c c e e d e d   r u n _ i d = a a 9 d f f 0 0 - 3 c 5 9 - 4 4 1 c - a b e c - 5 b b 8 c e a 0 f 9 5 b   i d e a _ i d = 0 4 0 0 2 e d 9 - f 5 c e - 4 f 8 f - a 5 1 4 - e 4 6 b 2 8 6 7 0 4 4 5   m o d e = l o c a l - o n l y   d u r a t i o n _ m s = 4 8 9 0 
 
 2 0 2 6 - 0 4 - 1 8 T 1 1 : 2 1 : 1 5 . 8 9 5 4 4 8 + 0 0 : 0 0   l e v e l = I N F O   l o g g e r = h t t p x   e v e n t =   m s g = H T T P   R e q u e s t :   P O S T   h t t p : / / t e s t s e r v e r / a p p / r u n s / c r e a t e   " H T T P / 1 . 1   3 0 3   S e e   O t h e r " 
 
 2 0 2 6 - 0 4 - 1 8 T 1 1 : 2 1 : 1 5 . 8 9 9 3 1 5 + 0 0 : 0 0   l e v e l = I N F O   l o g g e r = a p i . r e q u e s t   e v e n t = r e q u e s t _ c o m p l e t e d   m s g = R e q u e s t   c o m p l e t e d   m e t h o d = G E T   p a t h = / r u n s / a a 9 d f f 0 0 - 3 c 5 9 - 4 4 1 c - a b e c - 5 b b 8 c e a 0 f 9 5 b / s t a t u s   s t a t u s _ c o d e = 2 0 0   d u r a t i o n _ m s = 1 . 5 7 
 
 2 0 2 6 - 0 4 - 1 8 T 1 1 : 2 1 : 1 5 . 8 9 9 3 1 5 + 0 0 : 0 0   l e v e l = I N F O   l o g g e r = h t t p x   e v e n t =   m s g = H T T P   R e q u e s t :   G E T   h t t p : / / t e s t s e r v e r / r u n s / a a 9 d f f 0 0 - 3 c 5 9 - 4 4 1 c - a b e c - 5 b b 8 c e a 0 f 9 5 b / s t a t u s   " H T T P / 1 . 1   2 0 0   O K " 
 
 2 0 2 6 - 0 4 - 1 8 T 1 1 : 2 1 : 1 5 . 9 0 4 3 6 0 + 0 0 : 0 0   l e v e l = I N F O   l o g g e r = a p i . r e q u e s t   e v e n t = r e q u e s t _ c o m p l e t e d   m s g = R e q u e s t   c o m p l e t e d   m e t h o d = G E T   p a t h = / a p p / r u n s / a a 9 d f f 0 0 - 3 c 5 9 - 4 4 1 c - a b e c - 5 b b 8 c e a 0 f 9 5 b / r e p o r t   s t a t u s _ c o d e = 4 0 4   d u r a t i o n _ m s = 0 . 3 7 
 
 2 0 2 6 - 0 4 - 1 8 T 1 1 : 2 1 : 1 5 . 9 0 5 3 8 1 + 0 0 : 0 0   l e v e l = I N F O   l o g g e r = h t t p x   e v e n t =   m s g = H T T P   R e q u e s t :   G E T   h t t p : / / t e s t s e r v e r / a p p / r u n s / a a 9 d f f 0 0 - 3 c 5 9 - 4 4 1 c - a b e c - 5 b b 8 c e a 0 f 9 5 b / r e p o r t   " H T T P / 1 . 1   4 0 4   N o t   F o u n d " 
 
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   C a p t u r e d   l o g   c a l l   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
 I N F O           a p i . r e q u e s t : l o g g i n g . p y : 1 0 6   R e q u e s t   c o m p l e t e d 
 
 I N F O           h t t p x : _ c l i e n t . p y : 1 0 2 5   H T T P   R e q u e s t :   P O S T   h t t p : / / t e s t s e r v e r / a p p / i d e a s / n e w   " H T T P / 1 . 1   3 0 3   S e e   O t h e r " 
 
 I N F O           a p i . r e q u e s t : l o g g i n g . p y : 1 0 6   R e q u e s t   c o m p l e t e d 
 
 I N F O           e n g i n e . o r c h e s t r a t o r : o r c h e s t r a t o r . p y : 2 8   R u n   s t a r t e d 
 
 I N F O           e n g i n e . o r c h e s t r a t o r : o r c h e s t r a t o r . p y : 4 9   S e a r c h   s i g n a l s   c o l l e c t e d 
 
 E R R O R         e n g i n e . a n a l y s t : a n a l y s t . p y : 7 5   D i m e n s i o n a l   a n a l y s i s   f a i l e d :   A l l   c o n n e c t i o n   a t t e m p t s   f a i l e d 
 
 T r a c e b a c k   ( m o s t   r e c e n t   c a l l   l a s t ) : 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ t r a n s p o r t s \ d e f a u l t . p y " ,   l i n e   1 0 1 ,   i n   m a p _ h t t p c o r e _ e x c e p t i o n s 
 
         y i e l d 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ t r a n s p o r t s \ d e f a u l t . p y " ,   l i n e   3 9 4 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         r e s p   =   a w a i t   s e l f . _ p o o l . h a n d l e _ a s y n c _ r e q u e s t ( r e q ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ a s y n c \ c o n n e c t i o n _ p o o l . p y " ,   l i n e   2 5 6 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         r a i s e   e x c   f r o m   N o n e 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ a s y n c \ c o n n e c t i o n _ p o o l . p y " ,   l i n e   2 3 6 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         r e s p o n s e   =   a w a i t   c o n n e c t i o n . h a n d l e _ a s y n c _ r e q u e s t ( 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ a s y n c \ c o n n e c t i o n . p y " ,   l i n e   1 0 1 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         r a i s e   e x c 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ a s y n c \ c o n n e c t i o n . p y " ,   l i n e   7 8 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         s t r e a m   =   a w a i t   s e l f . _ c o n n e c t ( r e q u e s t ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ a s y n c \ c o n n e c t i o n . p y " ,   l i n e   1 2 4 ,   i n   _ c o n n e c t 
 
         s t r e a m   =   a w a i t   s e l f . _ n e t w o r k _ b a c k e n d . c o n n e c t _ t c p ( * * k w a r g s ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ b a c k e n d s \ a u t o . p y " ,   l i n e   3 1 ,   i n   c o n n e c t _ t c p 
 
         r e t u r n   a w a i t   s e l f . _ b a c k e n d . c o n n e c t _ t c p ( 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ b a c k e n d s \ a n y i o . p y " ,   l i n e   1 1 3 ,   i n   c o n n e c t _ t c p 
 
         w i t h   m a p _ e x c e p t i o n s ( e x c _ m a p ) : 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ c o n t e x t l i b . p y " ,   l i n e   1 5 3 ,   i n   _ _ e x i t _ _ 
 
         s e l f . g e n . t h r o w ( t y p ,   v a l u e ,   t r a c e b a c k ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ e x c e p t i o n s . p y " ,   l i n e   1 4 ,   i n   m a p _ e x c e p t i o n s 
 
         r a i s e   t o _ e x c ( e x c )   f r o m   e x c 
 
 h t t p c o r e . C o n n e c t E r r o r :   A l l   c o n n e c t i o n   a t t e m p t s   f a i l e d 
 
 
 
 T h e   a b o v e   e x c e p t i o n   w a s   t h e   d i r e c t   c a u s e   o f   t h e   f o l l o w i n g   e x c e p t i o n : 
 
 
 
 T r a c e b a c k   ( m o s t   r e c e n t   c a l l   l a s t ) : 
 
     F i l e   " C : \ U s e r s \ R i c h a \ O n e D r i v e \ D o c u m e n t s \ P r o j e c t s \ A I d e a t o r \ e n g i n e \ a n a l y s t . p y " ,   l i n e   6 4 ,   i n   a n a l y z e _ d i m e n s i o n s 
 
         r e s p o n s e   =   a w a i t   p r o v i d e r . g e n e r a t e ( m e s s a g e s ,   t e m p e r a t u r e = 0 . 3 ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ O n e D r i v e \ D o c u m e n t s \ P r o j e c t s \ A I d e a t o r \ a i d e a t o r \ l l m \ p r o v i d e r s . p y " ,   l i n e   2 4 7 ,   i n   g e n e r a t e 
 
         r e s p o n s e   =   a w a i t   c l i e n t . p o s t ( u r l ,   j s o n = p a y l o a d ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 8 5 9 ,   i n   p o s t 
 
         r e t u r n   a w a i t   s e l f . r e q u e s t ( 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 5 4 0 ,   i n   r e q u e s t 
 
         r e t u r n   a w a i t   s e l f . s e n d ( r e q u e s t ,   a u t h = a u t h ,   f o l l o w _ r e d i r e c t s = f o l l o w _ r e d i r e c t s ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 6 2 9 ,   i n   s e n d 
 
         r e s p o n s e   =   a w a i t   s e l f . _ s e n d _ h a n d l i n g _ a u t h ( 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 6 5 7 ,   i n   _ s e n d _ h a n d l i n g _ a u t h 
 
         r e s p o n s e   =   a w a i t   s e l f . _ s e n d _ h a n d l i n g _ r e d i r e c t s ( 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 6 9 4 ,   i n   _ s e n d _ h a n d l i n g _ r e d i r e c t s 
 
         r e s p o n s e   =   a w a i t   s e l f . _ s e n d _ s i n g l e _ r e q u e s t ( r e q u e s t ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 7 3 0 ,   i n   _ s e n d _ s i n g l e _ r e q u e s t 
 
         r e s p o n s e   =   a w a i t   t r a n s p o r t . h a n d l e _ a s y n c _ r e q u e s t ( r e q u e s t ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ t r a n s p o r t s \ d e f a u l t . p y " ,   l i n e   3 9 3 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         w i t h   m a p _ h t t p c o r e _ e x c e p t i o n s ( ) : 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ c o n t e x t l i b . p y " ,   l i n e   1 5 3 ,   i n   _ _ e x i t _ _ 
 
         s e l f . g e n . t h r o w ( t y p ,   v a l u e ,   t r a c e b a c k ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ t r a n s p o r t s \ d e f a u l t . p y " ,   l i n e   1 1 8 ,   i n   m a p _ h t t p c o r e _ e x c e p t i o n s 
 
         r a i s e   m a p p e d _ e x c ( m e s s a g e )   f r o m   e x c 
 
 h t t p x . C o n n e c t E r r o r :   A l l   c o n n e c t i o n   a t t e m p t s   f a i l e d 
 
 E R R O R         e n g i n e . s y n t h e s i z e r : s y n t h e s i z e r . p y : 2 4 0   L L M   s y n t h e s i s   f a i l e d ,   f a l l i n g   b a c k   t o   d e f a u l t s :   A l l   c o n n e c t i o n   a t t e m p t s   f a i l e d 
 
 T r a c e b a c k   ( m o s t   r e c e n t   c a l l   l a s t ) : 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ t r a n s p o r t s \ d e f a u l t . p y " ,   l i n e   1 0 1 ,   i n   m a p _ h t t p c o r e _ e x c e p t i o n s 
 
         y i e l d 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ t r a n s p o r t s \ d e f a u l t . p y " ,   l i n e   3 9 4 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         r e s p   =   a w a i t   s e l f . _ p o o l . h a n d l e _ a s y n c _ r e q u e s t ( r e q ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ a s y n c \ c o n n e c t i o n _ p o o l . p y " ,   l i n e   2 5 6 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         r a i s e   e x c   f r o m   N o n e 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ a s y n c \ c o n n e c t i o n _ p o o l . p y " ,   l i n e   2 3 6 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         r e s p o n s e   =   a w a i t   c o n n e c t i o n . h a n d l e _ a s y n c _ r e q u e s t ( 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ a s y n c \ c o n n e c t i o n . p y " ,   l i n e   1 0 1 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         r a i s e   e x c 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ a s y n c \ c o n n e c t i o n . p y " ,   l i n e   7 8 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         s t r e a m   =   a w a i t   s e l f . _ c o n n e c t ( r e q u e s t ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ a s y n c \ c o n n e c t i o n . p y " ,   l i n e   1 2 4 ,   i n   _ c o n n e c t 
 
         s t r e a m   =   a w a i t   s e l f . _ n e t w o r k _ b a c k e n d . c o n n e c t _ t c p ( * * k w a r g s ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ b a c k e n d s \ a u t o . p y " ,   l i n e   3 1 ,   i n   c o n n e c t _ t c p 
 
         r e t u r n   a w a i t   s e l f . _ b a c k e n d . c o n n e c t _ t c p ( 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ b a c k e n d s \ a n y i o . p y " ,   l i n e   1 1 3 ,   i n   c o n n e c t _ t c p 
 
         w i t h   m a p _ e x c e p t i o n s ( e x c _ m a p ) : 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ c o n t e x t l i b . p y " ,   l i n e   1 5 3 ,   i n   _ _ e x i t _ _ 
 
         s e l f . g e n . t h r o w ( t y p ,   v a l u e ,   t r a c e b a c k ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p c o r e \ _ e x c e p t i o n s . p y " ,   l i n e   1 4 ,   i n   m a p _ e x c e p t i o n s 
 
         r a i s e   t o _ e x c ( e x c )   f r o m   e x c 
 
 h t t p c o r e . C o n n e c t E r r o r :   A l l   c o n n e c t i o n   a t t e m p t s   f a i l e d 
 
 
 
 T h e   a b o v e   e x c e p t i o n   w a s   t h e   d i r e c t   c a u s e   o f   t h e   f o l l o w i n g   e x c e p t i o n : 
 
 
 
 T r a c e b a c k   ( m o s t   r e c e n t   c a l l   l a s t ) : 
 
     F i l e   " C : \ U s e r s \ R i c h a \ O n e D r i v e \ D o c u m e n t s \ P r o j e c t s \ A I d e a t o r \ e n g i n e \ s y n t h e s i z e r . p y " ,   l i n e   2 0 6 ,   i n   s y n t h e s i z e _ i n t e l l i g e n c e 
 
         r e s p o n s e   =   a w a i t   p r o v i d e r . g e n e r a t e ( m e s s a g e s ,   t e m p e r a t u r e = 0 . 7 ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ O n e D r i v e \ D o c u m e n t s \ P r o j e c t s \ A I d e a t o r \ a i d e a t o r \ l l m \ p r o v i d e r s . p y " ,   l i n e   2 4 7 ,   i n   g e n e r a t e 
 
         r e s p o n s e   =   a w a i t   c l i e n t . p o s t ( u r l ,   j s o n = p a y l o a d ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 8 5 9 ,   i n   p o s t 
 
         r e t u r n   a w a i t   s e l f . r e q u e s t ( 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 5 4 0 ,   i n   r e q u e s t 
 
         r e t u r n   a w a i t   s e l f . s e n d ( r e q u e s t ,   a u t h = a u t h ,   f o l l o w _ r e d i r e c t s = f o l l o w _ r e d i r e c t s ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 6 2 9 ,   i n   s e n d 
 
         r e s p o n s e   =   a w a i t   s e l f . _ s e n d _ h a n d l i n g _ a u t h ( 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 6 5 7 ,   i n   _ s e n d _ h a n d l i n g _ a u t h 
 
         r e s p o n s e   =   a w a i t   s e l f . _ s e n d _ h a n d l i n g _ r e d i r e c t s ( 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 6 9 4 ,   i n   _ s e n d _ h a n d l i n g _ r e d i r e c t s 
 
         r e s p o n s e   =   a w a i t   s e l f . _ s e n d _ s i n g l e _ r e q u e s t ( r e q u e s t ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ c l i e n t . p y " ,   l i n e   1 7 3 0 ,   i n   _ s e n d _ s i n g l e _ r e q u e s t 
 
         r e s p o n s e   =   a w a i t   t r a n s p o r t . h a n d l e _ a s y n c _ r e q u e s t ( r e q u e s t ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ t r a n s p o r t s \ d e f a u l t . p y " ,   l i n e   3 9 3 ,   i n   h a n d l e _ a s y n c _ r e q u e s t 
 
         w i t h   m a p _ h t t p c o r e _ e x c e p t i o n s ( ) : 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ c o n t e x t l i b . p y " ,   l i n e   1 5 3 ,   i n   _ _ e x i t _ _ 
 
         s e l f . g e n . t h r o w ( t y p ,   v a l u e ,   t r a c e b a c k ) 
 
     F i l e   " C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ h t t p x \ _ t r a n s p o r t s \ d e f a u l t . p y " ,   l i n e   1 1 8 ,   i n   m a p _ h t t p c o r e _ e x c e p t i o n s 
 
         r a i s e   m a p p e d _ e x c ( m e s s a g e )   f r o m   e x c 
 
 h t t p x . C o n n e c t E r r o r :   A l l   c o n n e c t i o n   a t t e m p t s   f a i l e d 
 
 I N F O           e n g i n e . o r c h e s t r a t o r : o r c h e s t r a t o r . p y : 1 0 2   R u n   s u c c e e d e d 
 
 I N F O           h t t p x : _ c l i e n t . p y : 1 0 2 5   H T T P   R e q u e s t :   P O S T   h t t p : / / t e s t s e r v e r / a p p / r u n s / c r e a t e   " H T T P / 1 . 1   3 0 3   S e e   O t h e r " 
 
 I N F O           a p i . r e q u e s t : l o g g i n g . p y : 1 0 6   R e q u e s t   c o m p l e t e d 
 
 I N F O           h t t p x : _ c l i e n t . p y : 1 0 2 5   H T T P   R e q u e s t :   G E T   h t t p : / / t e s t s e r v e r / r u n s / a a 9 d f f 0 0 - 3 c 5 9 - 4 4 1 c - a b e c - 5 b b 8 c e a 0 f 9 5 b / s t a t u s   " H T T P / 1 . 1   2 0 0   O K " 
 
 I N F O           a p i . r e q u e s t : l o g g i n g . p y : 1 0 6   R e q u e s t   c o m p l e t e d 
 
 I N F O           h t t p x : _ c l i e n t . p y : 1 0 2 5   H T T P   R e q u e s t :   G E T   h t t p : / / t e s t s e r v e r / a p p / r u n s / a a 9 d f f 0 0 - 3 c 5 9 - 4 4 1 c - a b e c - 5 b b 8 c e a 0 f 9 5 b / r e p o r t   " H T T P / 1 . 1   4 0 4   N o t   F o u n d " 
 
 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _   T e s t V a l i d a t e C a r d s V 1 . t e s t _ m i s m a t c h e d _ b a n d _ r a i s e s   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
 
 
 
 s e l f   =   < t e s t s . u n i t . e n g i n e . t e s t _ s c o r i n g . T e s t V a l i d a t e C a r d s V 1   o b j e c t   a t   0 x 0 0 0 0 0 2 4 F E 9 F C 5 6 6 0 > 
 
 
 
         d e f   t e s t _ m i s m a t c h e d _ b a n d _ r a i s e s ( s e l f )   - >   N o n e : 
 
                 c a r d s   =   [ 
 
                         C a r d ( t y p e = " d e m a n d " ,   t i t l e = " T " ,   s u m m a r y = " s " ,   s c o r e = 8 0 ,   m e t a = { " b a n d " :   " l o w " ,   " c i t a t i o n _ u r l s " :   [ " u " ] } ) , 
 
                         C a r d ( t y p e = " c o m p e t i t i o n " ,   t i t l e = " T " ,   s u m m a r y = " s " ,   s c o r e = 5 0 ,   m e t a = { " b a n d " :   " m e d i u m " ,   " c i t a t i o n _ u r l s " :   [ " u " ] } ) , 
 
                         C a r d ( t y p e = " v i a b i l i t y " ,   t i t l e = " T " ,   s u m m a r y = " s " ,   s c o r e = 5 0 ,   m e t a = { " b a n d " :   " m e d i u m " ,   " c i t a t i o n _ u r l s " :   [ " u " ] } ) , 
 
                         C a r d ( t y p e = " n e x t _ s t e p s " ,   t i t l e = " T " ,   s u m m a r y = " s " ,   s c o r e = 5 0 ,   m e t a = { " b a n d " :   " m e d i u m " ,   " c i t a t i o n _ u r l s " :   [ ] } ) , 
 
                 ] 
 
 >               w i t h   p y t e s t . r a i s e s ( V a l u e E r r o r ,   m a t c h = " B a n d   m i s m a t c h " ) : 
 
 E               F a i l e d :   D I D   N O T   R A I S E   < c l a s s   ' V a l u e E r r o r ' > 
 
 
 
 t e s t s \ u n i t \ e n g i n e \ t e s t _ s c o r i n g . p y : 1 0 6 :   F a i l e d 
 
 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   w a r n i n g s   s u m m a r y   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 a p i \ a p p . p y : 1 2 1 
 
     C : \ U s e r s \ R i c h a \ O n e D r i v e \ D o c u m e n t s \ P r o j e c t s \ A I d e a t o r \ a p i \ a p p . p y : 1 2 1 :   D e p r e c a t i o n W a r n i n g :   
 
                     o n _ e v e n t   i s   d e p r e c a t e d ,   u s e   l i f e s p a n   e v e n t   h a n d l e r s   i n s t e a d . 
 
     
 
                     R e a d   m o r e   a b o u t   i t   i n   t h e 
 
                     [ F a s t A P I   d o c s   f o r   L i f e s p a n   E v e n t s ] ( h t t p s : / / f a s t a p i . t i a n g o l o . c o m / a d v a n c e d / e v e n t s / ) . 
 
                     
 
         @ a p p . o n _ e v e n t ( " s t a r t u p " ) 
 
 
 
 . . \ . . \ . . \ . . \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ f a s t a p i \ a p p l i c a t i o n s . p y : 4 5 9 9 
 
     C : \ U s e r s \ R i c h a \ a n a c o n d a 3 \ l i b \ s i t e - p a c k a g e s \ f a s t a p i \ a p p l i c a t i o n s . p y : 4 5 9 9 :   D e p r e c a t i o n W a r n i n g :   
 
                     o n _ e v e n t   i s   d e p r e c a t e d ,   u s e   l i f e s p a n   e v e n t   h a n d l e r s   i n s t e a d . 
 
     
 
                     R e a d   m o r e   a b o u t   i t   i n   t h e 
 
                     [ F a s t A P I   d o c s   f o r   L i f e s p a n   E v e n t s ] ( h t t p s : / / f a s t a p i . t i a n g o l o . c o m / a d v a n c e d / e v e n t s / ) . 
 
                     
 
         r e t u r n   s e l f . r o u t e r . o n _ e v e n t ( e v e n t _ t y p e ) 
 
 
 
 - -   D o c s :   h t t p s : / / d o c s . p y t e s t . o r g / e n / s t a b l e / h o w - t o / c a p t u r e - w a r n i n g s . h t m l 
 
 = = = = = = = = = = = = = = = = = = = = = = = = = = =   s h o r t   t e s t   s u m m a r y   i n f o   = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 F A I L E D   t e s t s / s m o k e / t e s t _ e 2 e _ s m o k e . p y : : T e s t C r e a t e I d e a F l o w : : t e s t _ c r e a t e _ a n d _ r u n 
 
 F A I L E D   t e s t s / u n i t / e n g i n e / t e s t _ s c o r i n g . p y : : T e s t V a l i d a t e C a r d s V 1 : : t e s t _ m i s m a t c h e d _ b a n d _ r a i s e s 
 
 2   f a i l e d ,   2 7   p a s s e d ,   2   w a r n i n g s   i n   7 . 1 8 s 
 
 