mintable
mintable copied to clipboard
Error: Error exporting account=<redacted>
Steps to Reproduce:
- Setup Github Actions fetch as described in README
- It says run failed and gives me the following error message
Error:
##[debug***Evaluating condition for step: 'Run node ./lib/scripts/cli.js fetch --ci'
##[debug***Evaluating: success()
##[debug***Evaluating success:
##[debug***=> true
##[debug***Result: true
##[debug***Starting: Run node ./lib/scripts/cli.js fetch --ci
##[debug***Loading inputs
##[debug***Loading env
##[group***Run node ./lib/scripts/cli.js fetch --ci
node ./lib/scripts/cli.js fetch --ci
shell: /usr/bin/bash -e ***0***
env:
MINTABLE_CONFIG: ***
##[endgroup***
##[debug***/usr/bin/bash -e /home/runner/work/_temp/e0[2](https://github.com/tlcaputi/mintable/actions/runs/4632570856/jobs/8196840833#step:6:2)d80e9-20d8-4cb[3](https://github.com/tlcaputi/mintable/actions/runs/4632570856/jobs/8196840833#step:6:3)-af5d-6d86ba278626.sh
%
%%
%%%%%
%%%%%%%%
%%%%%%%%%%
%%%%%%%%%%%%
%%%% %%%%%%%%
%%% %%%%%%
%% %%%%%%
% %%%
%%%
%%
%
M I N T A B L E
2023-0[4](https://github.com/tlcaputi/mintable/actions/runs/4632570856/jobs/8196840833#step:6:4)-06T20:02:42.7[5](https://github.com/tlcaputi/mintable/actions/runs/4632570856/jobs/8196840833#step:6:5)0Z [INFO*** Using configuration variable 'MINTABLE_CONFIG.'
2023-04-0[6](https://github.com/tlcaputi/mintable/actions/runs/4632570856/jobs/8196840833#step:6:6)T20:02:42.[7](https://github.com/tlcaputi/mintable/actions/runs/4632570856/jobs/8196840833#step:6:7)51Z [INFO*** Successfully retrieved configuration variable.
2023-04-06T20:02:42.751Z [INFO*** Successfully parsed configuration.
2023-04-06T20:02:46.761Z [INFO*** Successfully validated configuration.
2023-04-06T20:02:46.762Z [INFO*** Fetching account=<redacted>
2023-04-06T20:02:47.495Z [INFO*** Fetched 6 sub-account=<redacted>
2023-04-06T20:02:47.496Z [INFO*** Fetching account=<redacted>
2023-04-06T20:02:4[8](https://github.com/tlcaputi/mintable/actions/runs/4632570856/jobs/8196840833#step:6:8).[10](https://github.com/tlcaputi/mintable/actions/runs/4632570856/jobs/8196840833#step:6:10)3Z [INFO*** Fetched 3 sub-account=<redacted>
2023-04-06T20:02:48.106Z [ERROR*** Error exporting account=<redacted>
***
You can check if anybody else has encountered this issue on GitHub:
https://github.com/kevinschaich/mintable/issues?q=is:issue+Error%20exporting%20account=%3Credacted%3E
If this is a new issue, please use this link to report it:
https://github.com/kevinschaich/mintable/issues/new?title=Error:+Error%20exporting%20account=%3Credacted%3E&body=**Steps%20to%20Reproduce:**%0A%0A1.%0A2.%0A3.%0A%0A**Error:**%0A%0A%60%60%60%0A%3CPaste%20Full%20Error%20Content%20Here%3E%0A%60%60%60%0A%0A**System%20Info:**%0A%0A%60%60%60%0Aarch:%20x64%0Aplatform:%20linux%0Aos:%20v5.15.0-1035-azure%0Amintable:%20v2.0.3%0Anode:%20v14.21.3%0A%60%60%60
##[error***Process completed with exit code 1.
##[debug***Finishing: Run node ./lib/scripts/cli.js fetch --ci```
**System Info:**
arch: x64 platform: linux os: v5.15.0-1035-azure mintable: v2.0.3 node: v14.21.3
Do you have a csv integration setup? Looks like it's trying and failing to export to csv - which won't be possible with github actions.