Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oustanding issues with actions #35

Open
3 tasks done
davidnich opened this issue Jan 4, 2025 · 0 comments
Open
3 tasks done

Oustanding issues with actions #35

davidnich opened this issue Jan 4, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@davidnich
Copy link
Contributor

davidnich commented Jan 4, 2025

  • Asana triggers all have the same generic event type that does not appear usable
$ qdp tsrest-asana/project_added event
event: New project event data
*list<*hash<auto>> events: elements ->
  *string action
  *hash<auto> parent
    *string gid
    *string resource_type
    *string resource_subtype
  *hash<auto> resource
    *string gid
    *string resource_type
    *string resource_subtype
  *hash<auto> change
    *string field
    *string action
  *hash<auto> user
    *string gid
    *string resource_type
  *string created_at
  • Notion Create Database action fails due to missing option values:
Error in async request (promise rejected) detail: APIResponseError: body failed validation. Fix one:
body.parent.page_id should be defined, instead was `undefined`.
body.parent.database_id should be defined, instead was `undefined`.
    at buildRequestError (/Users/david/src/qore/git/module-v8/ts/node_modules/@notionhq/client/build/src/errors.js:162:16)
    at Client.request (/Users/david/src/qore/git/module-v8/ts/node_modules/@notionhq/client/build/src/Client.js:378:54)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async run (/Users/david/src/qore/git/module-v8/ts/dist/pieces/notion/lib/actions/create-database.js:164:16)
  • Notion Create Database Item action fails with a JS error
2025-01-04 10:44:39.998089 T1 [ERROR]: ts-proxy: Error executing "CALL": User exception: /export/home2/dnichols/src/Qorus/current/qlib/TypeScriptActionInterface/TypeScriptActionDataProviderBase.qc:289 (Qore): JAVASCRIPT-ASYNC-ERR
OR: Error in async request (promise rejected): TypeError: Cannot convert undefined or null to object detail: TypeError: Cannot convert undefined or null to object
    at Function.keys (<anonymous>)
    at run (/export/home2/dnichols/src/qore/git/module-v8/ts/dist/pieces/notion/lib/actions/create-database-item.js:72:16)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) (context: API function for app "Notion" action "create_database_item") (arg: {})
  *** RETHROW at /export/home2/dnichols/src/Qorus/current/qlib/TypeScriptActionInterface/TypeScriptActionDataProviderBase.qc:119 (Qore)
  TypeScriptActionDataProviderBase::getAsyncValueArgsIntern() called at /export/home2/dnichols/src/Qorus/current/qlib/TypeScriptActionInterface/TypeScriptActionDataProviderBase.qc:122 (Qore user code)
  TypeScriptActionDataProviderBase::getAsyncValueArgs() called at /usr/bin/ts-proxy:205 (Qore user code)
  TsProxy::doAsyncCall() called at /usr/bin/ts-proxy:99 (Qore user code)
  TsProxy::commandLoop() called at /usr/bin/ts-proxy:60 (Qore user code)
  TsProxy::constructor() called at <builtin>:-1 (Qore user code)
@davidnich davidnich added the bug Something isn't working label Jan 4, 2025
@nickmazurenko nickmazurenko moved this from To do to Done in Qore Development Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants