sindhujit1

Results 14 issues of sindhujit1

Recently when we tried deploying our app and installing all the packages, ran into an issue: django-celery 3.2.2 depends on celery=3.1.15 Seems like there has not been much update to...

question

I actively use this module and it works great. Is there a way you could enhance the UI of the celery progress bar from just a flat blob increasing every...

question

I want to know the list of all available optional arguments. In the main document page, I see : ['arg1', 'arg2'], {'verbose': 0} {'indent': 4} Any other parameters ? What...

I am getting an error after my background task runs in djangoQ Function: def welcome_mail(): body_to_sent = 'holaa' EMAIL_HOST_USER = settings.EMAIL_HOST_USER print('about to email') from_email = EMAIL_HOST_USER to_email = []...

I am facing an issue connecting to an F5 device using netmiko. f5_ltm / f5_tmsh / f5_linux ssh = ConnectHandler(device_type="f5_linux",host="x.x.x.x",username="xx",password="xxxx", session_timeout=180,conn_timeout=60,timeout=300,auth_timeout=30) ssh.disable_paging() if not ssh.check_enable_mode(): ssh.enable() Error: Exception Type: |...

Hi Kirk, When i use the netmiko_file_transfer module, I am getting the following error: `OSError: Search pattern never detected in send_command_expect: [\$#]` Nornir Code: ``` nr_arista = nr.filter(F(hostname__in=device_urlArray)) nornir_set_creds(nr_arista ,fabricList,device_urlArray)...

I am trying to use drf-yasg so that we can have an UI for our customers. I am passing headers with my API , however it is not getting passed...

I am getting the error `OSError: [Errno 90] Message too long` when my string is a bit too long. This does not happen when running it on my django runserver....

Sometimes when printing large strings, I get the following error in uwsgi: ``` File "/apps/netadc3/.venvs3/netadc3.8/lib64/python3.8/site-packages/django/contrib/auth/decorators.py", line 23, in _wrapper_view return view_func(request, *args, **kwargs) File "/apps/netadc3/arista/views/views_initial_arista.py", line 136, in getarista print(i,"i")...

### Environment * Declarative Onboarding Version: 1.43.0-5 * BIG-IP Version:16.1.4.2 While pushing the SSHD config we are getting an error. Sample SSHD code: ``` 'sshd': {'class': 'SSHD', 'banner': '*******************************************************************************************\n* !!!...

bug
untriaged