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
Describe the bug
After clicking Export Data in the UI the button changes to Exporting 0%. After more than a day the Exporting 0% is still observed and a link is not created. Exporting has worked as expected before.
To Reproduce
I'm not certain how to reproduce this as it has worked previously and there is nothing interesting about this export.
Expected behavior
A link to download would appear after refreshing.
Screenshots
Platform (please complete the following information):
OS: macOS 13.2
Browser: Firefox 110.0 (64-bit)
Desktop
Spoke Version 12.2
Heroku Hosted
Additional context
Heroku with Bucketeer. The Bucketeer credentials are in both the AWS and Bucketeer env vars. That seemed a little odd, but this has worked like this in the past with the same vars.
The larger file of successful export would be ~63k rows. In Heroku I don't see any memory or load spikes.
JOBS_SAME_PROCESS=1
Accessing the bucket from the aws cli, I don't see any files with the name of this campaign.
After deleting the job from the job_request table and running FLUSHDB in redis, the button reappears in the UI, but clicking it produces the same result.
The name of the campaign contains a '/' which I think would be part of the export file name. I believe that would be problematic for aws bucket names, but not an individual file's name.
The text was updated successfully, but these errors were encountered:
Perhaps similar issue? We are unable to export data from a campaign. After clicking the export button it appears to want to export but then I get an email with the error: 'No value provided for input HTTP label: Bucket.'
To Reproduce
Go to 'Campaigns'
Click on 'an individual campaign'
Click on 'Export Data'
Few minutes later an error email comes through and no download csv
Expected behavior
Download of csv to start via the browser
screenshots
Platform (please complete the following information):
OS: macOS 14.5
Browser: all
Desktop
Version 14.0.0
Heroku / Bucketeer / Postgres / Mailgun / Papertrail
Additional context
logs read:
app/web.1 exportCampaign csvs 5665488 9138034
app/web.1 backend error Error: No value provided for input HTTP label: Bucket.
app/web.1 at resolvedPath (/spoke/node_modules/@smithy/smithy-client/dist-cjs/index.js:1125:11)
app/web.1 at /spoke/node_modules/@smithy/core/dist-cjs/index.js:392:57
app/web.1 at _RequestBuilder.build (/spoke/node_modules/@smithy/core/dist-cjs/index.js:358:7)
app/web.1 backend info Sending e-mail to ...
I did move all the BUCKETEER ENV VARs over to AWS_ VARs per documentation
AWS_REGION us-east-1
Describe the bug
After clicking Export Data in the UI the button changes to Exporting 0%. After more than a day the Exporting 0% is still observed and a link is not created. Exporting has worked as expected before.
To Reproduce
I'm not certain how to reproduce this as it has worked previously and there is nothing interesting about this export.
Expected behavior
A link to download would appear after refreshing.
Screenshots
Platform (please complete the following information):
Additional context
Heroku with Bucketeer. The Bucketeer credentials are in both the AWS and Bucketeer env vars. That seemed a little odd, but this has worked like this in the past with the same vars.
The larger file of successful export would be ~63k rows. In Heroku I don't see any memory or load spikes.
JOBS_SAME_PROCESS=1
Accessing the bucket from the aws cli, I don't see any files with the name of this campaign.
After deleting the job from the job_request table and running FLUSHDB in redis, the button reappears in the UI, but clicking it produces the same result.
The name of the campaign contains a '/' which I think would be part of the export file name. I believe that would be problematic for aws bucket names, but not an individual file's name.
The text was updated successfully, but these errors were encountered: