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
✔ Initialize client (1s)
✔ Fetching data from space
✔ Connecting to space (1s)
✔ Fetching content types data (1s)
✔ Fetching tags data (1s)
✔ Fetching editor interfaces data (4s)
✔ Fetching content entries data (1s)
✔ Fetching assets data (1s)
✔ Fetching locales data (1s)
✔ Fetching webhooks data (1s)
✔ Fetching roles data (1s)
✔ Download assets (34s)
✔ Write export log file
✔ Lookup directory to store the logs
✔ Create log directory
✔ Writing data to file
┌──────────────────────────┐
│ Exported entities │
├───────────────────┬──────┤
│ Content Types │ 25 │
├───────────────────┼──────┤
│ Tags │ 47 │
├───────────────────┼──────┤
│ Editor Interfaces │ 25 │
├───────────────────┼──────┤
│ Entries │ 1204 │
├───────────────────┼──────┤
│ Assets │ 378 │
├───────────────────┼──────┤
│ Locales │ 1 │
├───────────────────┼──────┤
│ Webhooks │ 3 │
├───────────────────┼──────┤
│ Roles │ 3 │
└───────────────────┴──────┘
┌─────────────────────────────┐
│ Asset file download results │
├──────────────────┬──────────┤
│ Successful │ 378 │
├──────────────────┼──────────┤
│ Warnings │ 0 │
├──────────────────┼──────────┤
│ Errors │ 0 │
└──────────────────┴──────────┘
The export took 1 minute (42s)
Opening any files from the export with the preview app in OSX:
Tested with ImageMagick
magick 96.jpg -strip fixed-96.jpg
magick: Not a JPEG file: starts with 0xef 0xbf `96.jpg' @ error/jpeg.c/JPEGErrorHandler/356.
One thing I noticed in the export is when it's downloading the assets it says unknown in the terminal see sample here. Is it not detecting the file format?
All the downloaded image and video files from the export are corrupted. I've tried this on two different spaces with the same issue.
Expected Behavior
Content and assets exported from Contentful to my local machine.
Actual Behavior
Assets turn out to be corrupted on cli export
Steps to Reproduce
Running my command
Returns this
Opening any files from the export with the preview app in OSX:
Tested with ImageMagick
One thing I noticed in the export is when it's downloading the assets it says
unknown
in the terminal see sample here. Is it not detecting the file format?Environment
Node: 20.17.0
Npm: 10.9.0
Contentful: 3.7.1
Operating System: OSX 15.2
The text was updated successfully, but these errors were encountered: