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

Basic error reporting #107

Merged
merged 24 commits into from
Oct 17, 2022
Merged

Basic error reporting #107

merged 24 commits into from
Oct 17, 2022

Conversation

defagos
Copy link
Member

@defagos defagos commented Oct 17, 2022

Pull request

Description

This PR is a first attempt at implementing error management. It correctly forwards errors to the user interface but fails to play any kind of content we have for reasons explained in #106. Still the changes made in this PR are relevant and more important changes to code existing prior to this PR are required to fix the problem.

Changes made

  • Implement better error management when retrieving resources.
  • Display errors to the user.

Note that this PR breaks MP3 playback for reasons explained in #106. I had the choice between non-working error forwarding through the asset loader or broken playback, and I chose to favor error reporting as it is focus of this PR.

Checklist

  • Your branch has been rebased onto the main branch.
  • APIs have been properly documented (if relevant).
  • The documentation has been updated (if relevant).
  • New unit tests have been written (if relevant).
  • The demo has been updated (if relevant).

@defagos defagos linked an issue Oct 17, 2022 that may be closed by this pull request
11 tasks
@rts-devops
Copy link
Collaborator

rts-devops commented Oct 17, 2022

🌙 Available in TestFlight nightlies

The most recent state can be tested in the following builds:

Platform Version
iOS 1.0.0 (126)
tvOS 1.0.0 (112)

@defagos defagos merged commit f366d3c into main Oct 17, 2022
@defagos defagos deleted the 95-basic-error-reporting branch October 17, 2022 10:36
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.

Basic error reporting
2 participants