flutter_background_geolocation
flutter_background_geolocation copied to clipboard
Cannot connect https://www.jitpack.io/com/transistorsoft/tsbackgroundfetch/maven-metadata.xml
Your Environment
- Plugin version: flutter_background_geolocation: 4.7.1
- Platform: Android
- OS version:
- Device manufacturer / model:
- Flutter info (
flutter doctor
): - Plugin config:
Could not determine the dependencies of task ':app:lintVitalRelease'.
> Could not resolve all artifacts for configuration ':app:debugRuntimeClasspath'.
> Could not resolve com.transistorsoft:tsbackgroundfetch:+.
Required by:
project :app > project :background_fetch
> Failed to list versions for com.transistorsoft:tsbackgroundfetch.
> Unable to load Maven meta-data from https://www.jitpack.io/com/transistorsoft/tsbackgroundfetch/maven-metadata.xml.
> Could not get resource 'https://www.jitpack.io/com/transistorsoft/tsbackgroundfetch/maven-metadata.xml'.
> Could not GET 'https://www.jitpack.io/com/transistorsoft/tsbackgroundfetch/maven-metadata.xml'. Received status code 521 from server:
Expected Behavior
Connect successful to server https://www.jitpack.io/com/transistorsoft/tsbackgroundfetch/maven-metadata.xml
Actual Behavior
Cannt connect to server https://www.jitpack.io/com/transistorsoft/tsbackgroundfetch/maven-metadata.xml and we cant build android app
Steps to Reproduce
Context
Debug logs
Logs
Could not determine the dependencies of task ':app:lintVitalRelease'.
> Could not resolve all artifacts for configuration ':app:debugRuntimeClasspath'.
> Could not resolve com.transistorsoft:tsbackgroundfetch:+.
Required by:
project :app > project :background_fetch
> Failed to list versions for com.transistorsoft:tsbackgroundfetch.
> Unable to load Maven meta-data from https://www.jitpack.io/com/transistorsoft/tsbackgroundfetch/maven-metadata.xml.
> Could not get resource 'https://www.jitpack.io/com/transistorsoft/tsbackgroundfetch/maven-metadata.xml'.
> Could not GET 'https://www.jitpack.io/com/transistorsoft/tsbackgroundfetch/maven-metadata.xml'. Received status code 521 from server:
There are reports that jitpack is having server issues: https://status.jitpack.io/
I do not know why jitpack would affect the plugin since it doesn’t use jitpack. Perhaps the dependency resolver simply stops trying when one fails. The plug-in’s dependency is resolved with the custom maven url you’re instructed to add to the build.gradle in the Setup Steps.
I suggest you try again.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.