Skip to content
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

Error /tmp/tmp.xxxCOOKIE: No such file #45

Open
Jawanet opened this issue Sep 19, 2022 · 3 comments
Open

Error /tmp/tmp.xxxCOOKIE: No such file #45

Jawanet opened this issue Sep 19, 2022 · 3 comments

Comments

@Jawanet
Copy link

Jawanet commented Sep 19, 2022

Hi ,

I try using gdownloader but get error= (grep: /tmp/tmp.bdByTMbCqw_15QWvLt5H1-XImx-dOXMrGFfCNum_BlnX_COOKIE: No such file or directory)

@Akianonymus
Copy link
Owner

Where are you using the script ? Does mktemp work properly in your system ?

Also, give a detailed log by using -D flag.

@Luc45
Copy link

Luc45 commented Jan 4, 2023

I'm also facing this error, both with Curl and Aria. While debugging this, I got to the code:

-> _cookies_and_document_stuff cookies 'https://drive.google.com/uc?export=download&id=foo_id-q3' -L
-> : justify Fetching ' cookies..' -
-> _curl --compressed -s -L --header '' -c /tmp/tmp.foo_id-q3_COOKIE -o /tmp/tmp.foo_id-q3_misc 'https://drive.google.com/uc?export=download&id=foo_id-q3'
-> curl --compressed -s -L --header '' -c /tmp/tmp.foo_id-q3_COOKIE -o /tmp/tmp.foo_id-q3_misc 'https://drive.google.com/uc?export=download&id=foo_id-q3'

Which is the function that should produce the tmp file. I've dumped the response to a file, and the contents of the file indicate a Google quota limit being hit:

Google Drive - Quota exceeded

Too many users have viewed or downloaded this file recently. Please try accessing the file again later. If the file you are trying to access is particularly large or is shared with many people, it may take up to 24 hours to be able to view or download the file. If you still can't access a file after 24 hours, contact your domain administrator.

Which makes sense, since it was working yesterday, but stopped working today suddenly.

@Akianonymus
Copy link
Owner

Akianonymus commented Jan 26, 2023

Update and check again, i pushed some fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants