Closed EthanSK closed 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: @.***>
I do copy and paste. I set some random callback url. I authorize, and everything, but nothing happens in the terminal after that.
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: @.***>
/usr/bin/nc
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?
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
Added it to the readme - https://github.com/carlosonunez/obs-installer-for-apple-silicon/pull/46
Fixed; closed. Thanks, @dvcrn !
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?