przelewy24 / p24-mobile-lib-flutter

Other
11 stars 1 forks source link

Gradle remote script unavailable #17

Closed SzczygielDev closed 7 months ago

SzczygielDev commented 7 months ago

Remote script url defined in build.gradle refuses connection and it cause app build to fail.

What went wrong:
A problem occurred evaluating project ':p24_sdk'.
> Could not get resource 'https://mobile.przelewy24.pl/p24lib.gradle'.
   > Could not HEAD 'https://mobile.przelewy24.pl/p24lib.gradle'.
      > Connect to mobile.przelewy24.pl:443 [mobile.przelewy24.pl/IP] failed: Connection refused: connect

https://github.com/przelewy24/p24-mobile-lib-flutter/blob/bd098ac6e10d8996deb60dc9c5683517805d2821/android/build.gradle#L3

pajuja92 commented 7 months ago

The same issue occurred in my flutter project

* Where:
Build file '/Users/{user}/.pub-cache/hosted/pub.dev/p24_sdk-1.0.54/android/build.gradle' line: 3

* What went wrong:
A problem occurred evaluating project ':p24_sdk'.
> Could not get resource 'https://mobile.przelewy24.pl/p24lib.gradle'.
   > Could not HEAD 'https://mobile.przelewy24.pl/p24lib.gradle'.
      > Connect to mobile.przelewy24.pl:443 [mobile.przelewy24.pl/91.216.191.100] failed: Connection refused
mareklat commented 7 months ago

This is our network problem. We're working on it. I'll let you know when it's fixed

pajuja92 commented 7 months ago

Hi, what is the issue status?

bbenetskyy commented 7 months ago

This is blocking us from the production build. Is there any working workaround?

PawelSzymanski89 commented 7 months ago

Any up? @mareklat

mareklat commented 7 months ago

We found the cause of the problem, it will be fixed by the end of the day

mareklat commented 7 months ago

The network problem has been fixed and the file should now be available

pajuja92 commented 7 months ago

Thanks!