David Meushar
David Meushar
Trying to install a pack with one dependency: `st2 3.4.1, on Python 3.6.9` Relevant doc: [pack-dependencies](https://docs.stackstorm.com/packs.html#pack-dependencies) dependencies in `pack.yaml`: ``` dependencies: - some_pack>=1.1.1 ``` Full output: ``` { "output": {...
Receiving mongodb error (appear in st2workflow logs) sending a 2MB file How it reached ~18MB? ``` Workflow execution completed with errors. (type='error',message="OperationError: Could not save document (BSONObj size: 18680128 (0x11D0940)...
I was trying to look if I can find my custom action logs in one of K8s pods. But couldn't find them. My logs looks as in the docs: https://docs.stackstorm.com/actions.html#logging...
I've configured urllib3 retries, But can't see those in sensor container pod logs. Also tried configure urllib3 log level in sensor, but no good. ``` logger = logging.getLogger("urllib3") logger.setLevel(logging.WARNING) ```
Saw that issue: https://forum.stackstorm.com/t/is-it-possible-to-execute-an-action-synchronously-with-the-api/99 So thought a good Async to sync ST execution can be in the following form. concatenating `sync/` for the relevant new endpoints. Asynchronous Pattern: > With...
The [openapi.yaml](https://github.com/StackStorm/st2/blob/master/st2common/st2common/openapi.yaml) not standing in https://github.com/OAI/OpenAPI-Specification/blob/main/schemas/v2.0/schema.json specifications. `[{\"code\":\"ValidationError\",\"target\":\"representation\",\"message\":\"Parsing error(s): JSON is valid against no schemas from 'oneOf'. Path 'paths['/{connectionId}/api/v1/executions/{id}/result'].get.responses.200', line 806, position 18.\"},{\"code\":\"ValidationError\",\"target\":\"representation\",\"message\":\"Parsing error(s): JSON does not match any schemas...
Want to be able to create models from paths schemas. Is there any way to nest and generate also from that level? Example for that snippet: ``` paths: /users/{id}: get:...
I'm trying to use djongo module. But after trying to migrate I'm receiving: ``` djongo.exceptions.SQLDecodeError: Keyword: None Sub SQL: None FAILED SQL: ('SELECT "openwisp_users_organizationuser"."created", "openwisp_users_organizationuser"."modified", "openwi sp_users_organizationuser"."is_admin", "openwisp_users_organizationuser"."id", "openwisp_users_organizationuser"."organization_ id",...
Made a migration to mongo with several errors, but saw the collections were created. After that I've created a new object (via api call) and received the below. `TypeError: Field...
### Description When trying to pass a function to `ActionMenu.Button ` it doesn't get invoked.  ### Steps to reproduce 1. Goto: https://primer.style/react/ActionMenu 2. Overload `onClick` and see it doesn't...