zoho / SalesIQ-Mobilisten-iOS

Your mobile app's ideal live chat partner. Power up your iOS App with the SalesIQ Mobilisten iOS SDK.
https://mobilisten.io
12 stars 4 forks source link

Issue: Failed to connect to raw.githubusercontent.com port 443: Operation timed out #18

Closed JayeshMardiya closed 3 years ago

JayeshMardiya commented 3 years ago

Mobilisten pod is not working in m1 apple silicon macbook pro, Here is more details

Screenshot 2021-04-30 at 10 24 15 PM

`Installing Mobilisten (3.4.2)

[!] Error installing Mobilisten [!] /usr/bin/curl -f -L -o /var/folders/n6/v01s8xnx7jx8fg3264bmx1dh0000gn/T/d20210430-5972-1vr4v0/file.zip https://raw.githubusercontent.com/zoho/SalesIQ-Mobilisten-iOS/v3.4.2/Mobilisten.zip --create-dirs --netrc-optional --retry 2 -A 'CocoaPods/1.10.1 cocoapods-downloader/1.4.0'

% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:04:22 --:--:-- 0 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Operation timed out`

Also try pod 'Mobilisten', '3.6.4' version but got same error Let me know if you need any other information

Note: It will work with intel processor

Rishabh-Raghunath commented 3 years ago

The error shows that your machine cannot reach Github to download the file that the URL points to. This looks like a networking issue, possibly due to a proxy configuration since the URL is correct and does hold a valid file.

We would suggest trying pod install from a different network/revisit any proxy configurations or check if you can download the file directly by clicking on the link.

Rishabh-Raghunath commented 3 years ago

We are closing this issue since it has had no recent activity and since this is possibly due to a bad proxy configuration. The links used to download Mobilisten are valid but ends in a connection time-out during download due to the above issue in your machine.

I'm attaching a few SO threads discussing this issue that would be of assistance to you,

Please feel free to get back to us in case you have further queries. Thanks.