aryan57 / cp-crawler-appscript

Scrape CP websites solutions using google appscript
1 stars 0 forks source link

Error while running the script #1

Open youknowwhoiam1 opened 2 years ago

youknowwhoiam1 commented 2 years ago

There is an error showing "Sheets is not defined" in the utils.gs section I suppose.

Error: Sheets is not defined

aryan57 commented 2 years ago

You need to connect the script to sheets service. Its one time only.

ManasviGaur commented 2 years ago

You need to connect the script to sheets service. Its one time only.

I did that and another error occurred "Parser is not defined"

aryan57 commented 2 years ago

You need to connect to parser service too 😅. Anyways it is not working now, as codeforces sometimes loads pages through redirecting.

ManasviGaur commented 2 years ago

You need to connect to parser service too 😅.

Sorry but I cant find any such service in Add a Service panel. Can you tell how did you connect to it?