text_summurization_abstractive_methods icon indicating copy to clipboard operation
text_summurization_abstractive_methods copied to clipboard

An error when I run the remote connection code

Open 14H034160212 opened this issue 4 years ago • 2 comments

fail_connect_to_remote_colab

Hi, There is a issue when I run the Model_1.ipynb. It shows the 404 http issue. Does anyone knows how to fix the issue? Many thanks.

14H034160212 avatar Dec 18 '19 02:12 14H034160212

try to replace the code within this cell with this

from google.colab import drive
drive.mount('/content/drive')

this will help you connect with your google drive, please try and tell me if it is working or not

theamrzaki avatar Dec 18 '19 18:12 theamrzaki

Hi, Theamrzaki! Thank you so much for your feedback. I have tried your method, I can connect with my google drive after that, but it seems like the error still exists. Here is the error message.

Error 1: FileNotFoundError: [Errno 2] File b'drive/Colab Notebooks/Menu/Data/Reviews.csv' does not exist: b'drive/Colab Notebooks/Menu/Data/Reviews.csv'

Error 2: --2019-12-24 04:26:05-- https://launchpad.net/~alessandro-strada/+archive/ubuntu/google-drive-ocamlfuse-beta/+build/15331130/+files/google-drive-ocamlfuse_0.7.0-0ubuntu1_amd64.deb Resolving launchpad.net (launchpad.net)... 91.189.89.223, 91.189.89.222, 2001:67c:1560:8003::8003, ... Connecting to launchpad.net (launchpad.net)|91.189.89.223|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2019-12-24 04:26:05 ERROR 404: Not Found.

dpkg: error: cannot access archive 'google-drive-ocamlfuse_0.7.0-0ubuntu1_amd64.deb': No such file or directory

14H034160212 avatar Dec 24 '19 05:12 14H034160212