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

External Assemblies Breaks Cecilify #327

Closed
oalpar opened this issue Dec 11, 2024 · 1 comment
Closed

External Assemblies Breaks Cecilify #327

oalpar opened this issue Dec 11, 2024 · 1 comment
Assignees
Labels
🐛 bug Something isn't working
Milestone

Comments

@oalpar
Copy link

oalpar commented Dec 11, 2024

Reproduction Steps:

  1. add Assembly (UnityEngine.dll)
    image
    image
  2. click cecilify for the sample code
    image

Expected behaviour: code is cecilified
Experienced behaviour: no output

@adrianoc adrianoc added the 🐛 bug Something isn't working label Dec 12, 2024
@adrianoc adrianoc modified the milestones: Future, 2.20 Jan 11, 2025
@adrianoc adrianoc added the wip Work In Progress label Jan 20, 2025
@adrianoc adrianoc self-assigned this Jan 20, 2025
@adrianoc adrianoc modified the milestones: 2.20, 2.19 Feb 5, 2025
@adrianoc adrianoc removed the wip Work In Progress label Feb 5, 2025
@adrianoc
Copy link
Owner

adrianoc commented Feb 11, 2025

the root problem is that the reverse proxy is configured to not accept post with a content length bigger than a threshold and Cecilifier is not reporting the error accordingly.

Notes:

  1. I've improved the error handling in 5963e16febf4c1313346a274dd219ef544e38f29 which will be included in version 2.19;
  2. Unfortunately I am not willing to increase this limit since that can lead to large amounts of disk being consumed.
  3. To workaround that either use a reference assembly (which usually falls within the size limit) or use some stripping tool (for example this one - note that I've never used this tool though)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants