You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ps: similar with Issue 7 mentioned, The SGX component in the Phala repo is in: ../standalone/pruntime, which is different from the tutorial.
Besides, my working environment is a remote Linux server, and I got stuck we I visit the guess-number and btc-price-bot pages even I expose the js port to 0.0.0.0. I could visit the home page successfully, while these two pages seem continuously loading.
To the end, I solve this problem by ssh forwarding
Thanks to @shelvenzhou advice, if you can't call the telegram API directly, you should use proxychains to route pRuntime traffic, while all_proxy can't work.
The Twitter link: https://twitter.com/Lancer_233/status/1446707529795268610?s=20
Discord ID: lancer#7967
ps: similar with Issue 7 mentioned, The SGX component in the Phala repo is in:
../standalone/pruntime
, which is different from the tutorial.Besides, my working environment is a remote Linux server, and I got stuck we I visit the guess-number and btc-price-bot pages even I expose the js port to 0.0.0.0. I could visit the home page successfully, while these two pages seem continuously loading.
To the end, I solve this problem by ssh forwarding
ssh -N -f xxxx@xxx.example.com -L 3000:localhost:3000 -L 9944:localhost:9944 -L 8000:localhost:8000
The text was updated successfully, but these errors were encountered: