flutter_background_geolocation icon indicating copy to clipboard operation
flutter_background_geolocation copied to clipboard

Cannot connect https://www.jitpack.io/com/transistorsoft/tsbackgroundfetch/maven-metadata.xml

Open admin-a4b opened this issue 2 years ago • 1 comments

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: 

admin-a4b avatar Dec 22 '22 12:12 admin-a4b

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.

christocracy avatar Dec 22 '22 14:12 christocracy

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar May 21 '24 01:05 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Jun 04 '24 01:06 github-actions[bot]