carlosonunez / obs-installer-for-apple-silicon

Conveniently build and install OBS from source on your ultra-fast Apple M1 MacBook or Mac
206 stars 23 forks source link

Experimental build stuck #43

Closed EthanSK closed 2 years ago

EthanSK commented 2 years ago

It gets stuck on

In order to fetch OBS from GitHub Actions, you'll need to authorize the application that you created. Click this URL or copy/paste it into your browser to do that:

What do I provide as the callback url for the github app?

carlosonunez commented 2 years ago

Click or copy/paste the URL that shows up. After you authorize, you should see something like this in your browser:

“Thanks. Go back to your Terminal to continue installing OBS."

And the installation should continue automatically. On Jan 5, 2022, 3:30 PM -0600, Ethan Sarif-Kattan @.***>, wrote:

It gets stuck on In order to fetch OBS from GitHub Actions, you'll need to authorize the application that you created. Click this URL or copy/paste it into your browser to do that: What do I provide as the callback url for the github app? — Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you are subscribed to this thread.Message ID: @.***>

EthanSK commented 2 years ago

I do copy and paste. I set some random callback url. I authorize, and everything, but nothing happens in the terminal after that.

carlosonunez commented 2 years ago

what happens when you run this: which nc? On Jan 6, 2022, 04:42 -0600, Ethan Sarif-Kattan @.***>, wrote:

I do copy and paste. I set some random callback url. I authorize, and everything, but nothing happens in the terminal after that. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you commented.Message ID: @.***>

EthanSK commented 2 years ago

/usr/bin/nc

loveJesus commented 2 years ago

God is good, thanks for the script, having the same problem here, not sure which url to provide for the app callback, does it need to be like an ngrok to this machine?

dvcrn commented 2 years ago

The instruction don't make this clear but looking at the code it creates a server listening to port 4567. You need to set the callback to localhost:4567

https://github.com/carlosonunez/obs-installer-for-apple-silicon/blob/main/install.sh#L584

dvcrn commented 2 years ago

Added it to the readme - https://github.com/carlosonunez/obs-installer-for-apple-silicon/pull/46

carlosonunez commented 2 years ago

Fixed; closed. Thanks, @dvcrn !