Testinium / MobileDeviceInfo

Apache License 2.0
36 stars 20 forks source link

Unable to access https://mvn.testinium.com/repository/public/ #15

Open paruladhikari-helpshift opened 1 year ago

paruladhikari-helpshift commented 1 year ago

Context: We had integrated MobileDeviceInfo into our Appium automation framework about a year ago with the help of which we were able to pull Device info like name, version, UDID, etc. Everything was working fine until we cleared our local .m2 repository about 2-3 days ago. Ever since, we haven't been able to use the capabilities of this library.
A reload on pom.xml is giving Unauthorised error:

Could not transfer artifact com.testinium.deviceinformation:device-information:pom:2.0 from/to public (https://mvn.testinium.com/repository/public/): authentication failed for https://mvn.testinium.com/repository/public/com/testinium/deviceinformation/device-information/2.0/device-information-2.0.pom, status: 401 Unauthorized Even accessing directly on the browser is asking for login credentials:

image

Could you help us with more information around the repository access? Were there any changes that were made in the last few weeks? Are there any workarounds for us to access the repository?

Looking forward to hearing back from you.

ahmetsahintestinium commented 1 year ago

Hello We are sorry for the issue. We have re-granted the necessary repository access permissions. You can try to access it again and if you encounter any problems you can contact us at support@testinium.com

paruladhikari-helpshift commented 1 year ago

Yes, it now works. Thank you!