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

Can't Export content #59

Closed
deMD opened this issue Sep 24, 2020 · 1 comment
Closed

Can't Export content #59

deMD opened this issue Sep 24, 2020 · 1 comment
Assignees

Comments

@deMD
Copy link

deMD commented Sep 24, 2020

When trying to use the Exporter with a custom handlerset to export content and media a .bin file with a filesize of 0bytes is created instead of a .usync file. Additonally no content or media is exported when selecting f.e. mediatypes and media export.

To Reproduce

  1. Add the Exporter option to usync.config:
    <Exporter> <HandlerSet>Exporter</HandlerSet> </Exporter>
  2. Copy the default handlerset and name the copy 'exporter'
  3. Try to export content

Expected is a .usync file being created with the content in it, the result however is a .bin file of 0bytes in size.

image

OS: Windows 10
Browser: Firefox 81.0 (64-bit)
Version: Umbraco 8.6.2 Usync Complete 8.7.0.1

@KevinJump KevinJump added the release/8.7.1 8.7.1 - patch release label Sep 24, 2020
@KevinJump KevinJump self-assigned this Sep 24, 2020
@KevinJump
Copy link
Member

there was a rouge 'default' setting still in the code, so despite showing you the list of handlers from the correct group the exporter was still attempting to export using the default set and failing.

fixed in 8.7.0.2 release

@KevinJump KevinJump added release/8.8.0 and removed release/8.7.1 8.7.1 - patch release labels Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants