You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/05/20 17:59:25 UTC

[GitHub] [airflow] ptamorri opened a new issue #8930: Jenkins connection edit is not working on Web Server

ptamorri opened a new issue #8930:
URL: https://github.com/apache/airflow/issues/8930


   <!--
   
   Welcome to Apache Airflow!  For a smooth issue process, try to answer the following questions.
   Don't worry if they're not all applicable; just try to include what you can :-)
   
   If you need to include code snippets or logs, please put them in fenced code
   blocks.  If they're super-long, please use the details tag like
   <details><summary>super-long log</summary> lots of stuff </details>
   
   Please delete these comment blocks before submitting the issue.
   
   -->
   Hi to all,
   i'm using Airflow version 1.10.10 (the actual latest) and get error page everytime i try to modify a Jenkins connection.
   If i delete it and recreate it, it works.
   
   I'm using Kubernetes azure service.
   
   Adding trace too, i think it will be an easy fix :)
   
   > Traceback (most recent call last):
   >   File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 2447, in wsgi_app
   >     response = self.full_dispatch_request()
   >   File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1952, in full_dispatch_request
   >     rv = self.handle_user_exception(e)
   >   File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1821, in handle_user_exception
   >     reraise(exc_type, exc_value, tb)
   >   File "/usr/local/lib/python3.8/site-packages/flask/_compat.py", line 39, in reraise
   >     raise value
   >   File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request
   >     rv = self.dispatch_request()
   >   File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1936, in dispatch_request
   >     return self.view_functions[rule.endpoint](**req.view_args)
   >   File "/usr/local/lib/python3.8/site-packages/flask_admin/base.py", line 69, in inner
   >     return self._run_view(f, *args, **kwargs)
   >   File "/usr/local/lib/python3.8/site-packages/flask_admin/base.py", line 368, in _run_view
   >     return fn(self, *args, **kwargs)
   >   File "/usr/local/lib/python3.8/site-packages/flask_admin/model/base.py", line 2154, in edit_view
   >     self.on_form_prefill(form, id)
   >   File "/usr/local/lib/python3.8/site-packages/airflow/www/views.py", line 3203, in on_form_prefill
   >     value = d.get(field, '')
   > AttributeError: 'bool' object has no attribute 'get'
   
   
   Problem occurs everytime i click on "edit" button of a Jenkins connection in Web server UI.
   
   Thanks 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] ashb closed issue #8930: Jenkins connection edit is not working on Web Server

Posted by GitBox <gi...@apache.org>.
ashb closed issue #8930:
URL: https://github.com/apache/airflow/issues/8930


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #8930: Jenkins connection edit is not working on Web Server

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #8930:
URL: https://github.com/apache/airflow/issues/8930#issuecomment-631632733


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] ashb commented on issue #8930: Jenkins connection edit is not working on Web Server

Posted by GitBox <gi...@apache.org>.
ashb commented on issue #8930:
URL: https://github.com/apache/airflow/issues/8930#issuecomment-810261130


   Fixed with latest provider modules.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org