question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

why does it access google driver?

See original GitHub issue

File "d:\prog\python\36\lib\site-packages\backgroundremover\utilities.py", line 295, in download_file_from_google_drive gdown.download(URL, path, quiet=False) File "d:\prog\python\36\lib\site-packages\gdown\download.py", line 114, in download res = sess.get(url, headers=headers, stream=True) File "d:\prog\python\36\lib\site-packages\requests\sessions.py", line 555, in get return self.request('GET', url, **kwargs) File "d:\prog\python\36\lib\site-packages\requests\sessions.py", line 542, in request resp = self.send(prep, **send_kwargs) File "d:\prog\python\36\lib\site-packages\requests\sessions.py", line 655, in send r = adapter.send(request, **kwargs) File "d:\prog\python\36\lib\site-packages\requests\adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /uc?id=1ao1ovG1Qtx4b7EoskHXmi2E9rp5CHLcZ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000002225602D4E0>: Failed to establish a new connection: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。',))

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
nadermxcommented, Oct 18, 2021

@StKyr I’ll close the request here pretty soon. I do actually mention it on the read me https://github.com/nadermx/backgroundremover#installation, right before the actual pip install. The issue is the models are over the 100 MB size limit of github. I’ll try and think of another soltuion, maybe break up the models intwo two and have the script merge them together.

0reactions
nadermxcommented, Jul 30, 2022

Went ahead and closed this, as I got the model in the github repo, and had a typo in the actual function to fix it, so it did not work before.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't open a Google file or folder - Google Drive Help
Open the file. · On the "You need permission" page, click Request access. · The owner of the file will get an email...
Read more >
Why did Google Drive have me request access to my own files?
Open the file. On the "You need permission" page, click Request access. The owner of the file will get an email.
Read more >
Download - Google Drive
Safely store your files and access them from any device. Choose folders on your computer to sync with Google Drive or backup to...
Read more >
What Is Google Drive? a Guide to Google's File Storage Service
Google Drive is a cloud-based storage solution that allows you to save files online and access them anywhere from any smartphone, tablet, ...
Read more >
Best Practices for Sharing in Google Drive | ITS Documentation
Sharing Files in Google Drive · People with access: Grant access to specific individuals you want to collaborate with on the file. ·...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found