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

fix: error while downloading camera reel #3087

Merged
merged 4 commits into from
Feb 21, 2025

Conversation

lorenzo-ranciaffi
Copy link
Contributor

@lorenzo-ranciaffi lorenzo-ranciaffi commented Jan 10, 2025

What does this PR change?

Fixes #3081

Remove the opening of the system folder where the file has been downloaded (there is no support for System.Diagnostic.Process API as stated here, at the very last point)

How to test the changes?

  1. Launch the explorer
  2. Open the camera reel gallery
  3. Download a reel and check that no error occurs
  4. Check that the file is present at folder ${user-home}/decentraland/reels

Our Code Review Standards

https://github.com/decentraland/unity-renderer/blob/master/docs/code-review-standards.md

@lorenzo-ranciaffi lorenzo-ranciaffi self-assigned this Jan 10, 2025
@lorenzo-ranciaffi lorenzo-ranciaffi added the force-build Used to trigger a build on draft PR label Jan 10, 2025
Copy link
Contributor

github-actions bot commented Jan 10, 2025

badge

New build in progress, come back later!

@lorenzo-ranciaffi lorenzo-ranciaffi added force-build Used to trigger a build on draft PR and removed force-build Used to trigger a build on draft PR labels Jan 10, 2025
@lorenzo-ranciaffi lorenzo-ranciaffi removed the force-build Used to trigger a build on draft PR label Feb 20, 2025
@lorenzo-ranciaffi lorenzo-ranciaffi marked this pull request as ready for review February 20, 2025 10:33
@lorenzo-ranciaffi lorenzo-ranciaffi requested review from a team as code owners February 20, 2025 10:33
Copy link

@Ludmilafantaniella Ludmilafantaniella left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved! ✅
Tested on Windows and Mac. The reel downloads successfully without errors, and the file is correctly saved in the expected folder:

${user-home}/decentraland/reels.

3087-fix.mp4

Notes from the discussion in the thread:

  • Currently, there is no default download folder, as its location is arbitrary.
  • On Mac, the file should be found in /Users/{name-of-user}/decentraland/reels.
  • The goal of this PR is to fix the error message and ensure users can download files without issues.
  • A future improvement could be to either save the file in the Downloads folder or inform users where to find it.

Regressions for this ticket had been performed in order to verify that the normal flow is working as expected:

  • ✔️ Log In/Log Out
  • ✔️ Backpack and wearables in world
  • ✔️ Emotes in world and in backpack
  • ✔️ Teleport with map/coordinates/Jump In
  • ✔️ Chat and multiplayer
  • ✔️ Profile card
  • ✔️ Camera
  • ✔️ Skybox

@lorenzo-ranciaffi lorenzo-ranciaffi enabled auto-merge (squash) February 21, 2025 08:20
@lorenzo-ranciaffi lorenzo-ranciaffi merged commit 043f67a into dev Feb 21, 2025
5 checks passed
@lorenzo-ranciaffi lorenzo-ranciaffi deleted the fix/camera-reel-download branch February 21, 2025 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[QA] Camera-Reel | Error modal appears when clicking "Download" button
3 participants