aria1991

Results 12 comments of aria1991

@harbd The error message "UnknownApiNameOrVersion" indicates that the API name or version specified in the `discovery.build()` method call is not valid. In this case, the API name is "dfareporting" and...

@agn-7 Were you able to set the `"status"` attribute to` "active"` when creating the resource? if not I suggest you take these steps : 1- Send a PATCH request to...

Hi @agn-7 Let's try two different approaches: 1- Could you please change the last section of the code you posted above to : ``` " resourceCategory": "CONFERENCE_ROOM", "featureInstances": [ {...

@kushagra-arta Could you please check whether you run into syntax error or not while executing it on your local machine, cause somehow I have this feeling that it might be...

> I don't see how it could cause a problem, however you validated that HAProxy starts and runs with this change? Checking the :443 for the ability to still forward...

Hi @slawlor. I'm a bit confused why the Docker Image CI is failing, Is it because of ECR authentication or Docker Hub?

Hi @h3x4d1v1n3 & @parthea we can use the test below: ```python import unittest from unittest.mock import patch, MagicMock import random import time class TestMediaGenBaseDownload(unittest.TestCase): @patch('random.random') @patch('time.sleep') def test_next_chunk(self, mock_sleep, mock_random):...

Hi @hamed-sharafdoost . The latest error is related to the missing file or directory `/proc/sys/net/ipv4/ip_unprivileged_port_start`. To fix this, you could try setting the` sysctl` value to `1` instead of `0`....

@hamed-sharafdoost No worries. hmm, let's try sth else. Could you please verify whether the file system is mounted on your machine? `mount | grep proc`. In case it is not...

@hamed-sharafdoost. Could you tell me what is the output of `ls /proc/sys/net/ipv4/` ?