-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the xterm launches into a "Google 403. That's an error" window #8
Comments
The error is not able to be produced in our demo colab at this point of time. Do you mind trying it again to see if the error remains? Thanks |
Certain ad-blocks extension could lead this kinda of error. You may try it again after disabling extensions. |
I'm getting this error always, even with your demo colab. I tried with all extensions disabled including adblocker, still getting this error. I'm using Firefox. |
OK I found the issue, it doesn't work on Firefox's "Private Window" because Service Workers are disabled in Firefox Private Windows. Also, third-party cookies should be enabled for it to work: https://research.google.com/colaboratory/faq.html#third-party-cookies |
In my case it was Bitdefender antivirus plugin in Chrome blocking cookies even after enabled in Chrome settings 😅 . Same in Brave, the shields and the BD shields were both blocking it until turned off. And then it worked |
@prikarsartam I have employed reasonable amount of time on this and encountered a way to make it work!! # These 2 lines allow te start of ngrok asynchronously. If you want information regarding it do let me know
# from ngrok_ import async_tasks
# async_tasks()
# Installation of colabxterm by !pip install colab-xterm
from colabxterm import notebook
# This would start off a local server on VM which should be tunneled through ngrok to access it in your browser tab
notebook._xterm_magic('') |
I have tested and verified. Adblocker is indeed causing the issue, even there are only 2 tracking scripts. just disable adblocker and 403 would go away. I tested it and now is working. I am using brave browser btw. |
You may close the issue now |
the minimal commands to invoke xterm gives errors as follows
The text was updated successfully, but these errors were encountered: