Conversation
…/ksm fixes (#2136) * pam: legacy-JSON DAG + drop use_per_graph_endpoints kwarg (ksm/ai_settings) * discovery_common: revert backwards use_per_graph_endpoints comment to match upstream
…) + validate generated KSM config (#2141)
…fields output (#2144) * get: mask secret-type custom fields in detail/fields output; fix awspswd import * fix flaky body-encryption assertion in test_dag_layer_b_configure_resource
…gned with Web Vault (#2146) * Added new RBI PAM settings * pam rbi edit: add --session-persistence (none/user/resource) option * pam connection edit: add all DB protocols to --protocol (mariadb/oracle/mongodb/redis/elasticsearch/clickhouse/dynamodb) * pam import/extend: support mariadb/oracle/mongodb/redis/elasticsearch/clickhouse/dynamodb DB protocols * pam import/extend: add scrollback for terminal and CLI-capable DB protocols
| logging.warning(f"ConnectionSettingsHTTP: audio_channels must be 1 or 2, got: {parsed}") | ||
| else: | ||
| obj.audioChannels = parsed | ||
| except (TypeError, ValueError): logging.warning(f"ConnectionSettingsHTTP: invalid audio_channels value: {val!r}") |
| logging.warning(f"ConnectionSettingsHTTP: audio_bps must be 8 or 16, got: {parsed}") | ||
| else: | ||
| obj.audioBps = parsed | ||
| except (TypeError, ValueError): logging.warning(f"ConnectionSettingsHTTP: invalid audio_bps value: {val!r}") |
| logging.warning(f"ConnectionSettingsHTTP: audio_sample_rate must be non-negative, got: {parsed}") | ||
| else: | ||
| obj.audioSampleRate = parsed | ||
| except (TypeError, ValueError): logging.warning(f"ConnectionSettingsHTTP: invalid audio_sample_rate value: {val!r}") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.