You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried several combinations for the transaction, this one I copied from an existing one, none of it worked
Pulling data from YNAB works.
I also checked that the account exist by pulling the accounts for that budget.
Did I miss something?
The text was updated successfully, but these errors were encountered:
Normally the first should have worked.
I have no idea how the second went to the push, because there is no transactions attribute on the budget object, its name is be_transactions, I wanted to remove the be_ and ce_ prefixes at some point but I thought this didnt make it to master/pypi. How did you install ?
Most of the arguments in the Transaction(*kwargs) arguments are not needed, by default they are None already ^^
Are you trying to modify an existing transaction ?
Hi
unfortunately I'm not able to add a transaction and return it back to YNAB
what I did:
First try:
==> "WrongPushException: tried to push a changed_entities with 0 entities while we expected 1 entities"
Second try:
==>
NYnabConnectionError: Unknown API Error "server_error" was returned from the API when sending request ({'operation_name': 'syncBudgetData', 'request_data': '{"starting_device_knowledge": 0, "ending_device_knowledge": 1, "device_knowledge_of_server": 72, "changed_entities": {"be_transaction_groups": [{"id": "ab9d2a2b-15f5-4a84-a2e5-e8fe733de090", "transaction": {"id": "ab9d2a2b-15f5-4a84-a2e5-e8fe733de090", "is_tombstone": false, "accepted": true, "amount": 123000, "cash_amount": 123000, "check_number": null, "cleared": "Uncleared", "credit_amount": 0, "credit_amount_adjusted": 0, "date": "2018-04-22", "date_entered_from_schedule": null, "entities_account_id": "fdcf0f38-8779-44d8-aaba-98b2989e7d71", "entities_payee_id": null, "entities_scheduled_transaction_id": null, "entities_subcategory_id": null, "flag": null, "imported_date": null, "imported_payee": null, "matched_transaction_id": null, "memo": null, "source": null, "subcategory_credit_amount_preceding": 0, "transfer_account_id": null, "transfer_subtransaction_id": null, "transfer_transaction_id": null, "ynab_id": null}, "subtransactions": null, "matched_transaction": null}]}, "calculated_entities_included": false, "budget_version_id": "97d50cc0-be8a-4d74-a171-8865ce655ddb"}'})
I tried several combinations for the transaction, this one I copied from an existing one, none of it worked
Pulling data from YNAB works.
I also checked that the account exist by pulling the accounts for that budget.
Did I miss something?
The text was updated successfully, but these errors were encountered: