question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG]: App doesn't build with the latest version

See original GitHub issue

Flutter Sound Version : 8.0.1+11

Result of the command : flutter pub deps | grep flutter_sound

|-- flutter_sound 8.0.1+11
|   |-- flutter_sound_platform_interface 8.0.1+11
|   |-- flutter_sound_web 8.0.1+11
|   |   |-- flutter_sound_platform_interface...

Severity

App does not build. Your artifact server seems to be broken.


Platforms you faced the error

Android


Describe the bug Any app using your library doesn’t build.

To Reproduce

Try to build an app with a clean flutter cache.


Logs

Running Gradle task 'bundleRelease'...                          
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:minifyReleaseWithR8'.
> Could not resolve all task dependencies for configuration ':app:releaseRuntimeClasspath'.
   > Could not resolve xyz.canardoux:tau_sound_core:8.0.1+11.
     Required by:
         project :app > project :flutter_sound
      > Could not resolve xyz.canardoux:tau_sound_core:8.0.1+11.
         > Could not get resource 'https://dl.bintray.com/larpoux/TauRepo/xyz/canardoux/tau_sound_core/8.0.1+11/tau_sound_core-8.0.1+11.pom'.
            > Could not GET 'https://dl.bintray.com/larpoux/TauRepo/xyz/canardoux/tau_sound_core/8.0.1+11/tau_sound_core-8.0.1+11.pom'. Received status code 502 from server: Bad Gateway
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 2m 35s

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:8

github_iconTop GitHub Comments

1reaction
Larpouxcommented, Apr 17, 2021

Flutter Sound 8.1.1. is released and published on JitPack instead of Jfrog/bintray.

0reactions
Larpouxcommented, Apr 15, 2021

Actually I am not working on Tau, and I have decided to let other developers maintain Tau. (I have another project that is very late and on which I must work).

But this point is VERY SERIOUS. In two weeks NOBODY WILL BE ABLE TO LINK THEIR APP, ANYMORE.

So I think that I do not have any choice than fixing this issue before May 1st. I am going to do that, now. But I really want other developers will maintain Tau.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix an installed Android app that isn't working - Google Support
Try the following steps if an app installed on your phone has any of these problems: Crashing. Won't open. Won't respond. Isn't working...
Read more >
[Bug] File -> New MAUI App does not compile #3204 - GitHub
For new solution it does not work. vs only shows windows option for running the app, i have to close vs2022 after creating...
Read more >
xCode: Release version of app has bug that identical ...
It's likely the bug is related to code that is compiled differently between debug and release modes due to different optimizer settings.
Read more >
Known issues with Android Studio and Android Gradle Plugin
Find out about current known issues with Android Studio and the Android Gradle Plugin. ... Android Studio doesn't start after installing version 4.2....
Read more >
Diagnosing and resolving bugs in your running app
Inspect your running app to isolate bugs, locate crashes, identify excess system resource usage, visualize memory bugs, and investigate view layout problems.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found