-
Notifications
You must be signed in to change notification settings - Fork 615
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
TypeError: 'coroutine' object is not iterable #1576
Comments
having the exact same error here, also after updating to the latest version |
+1 having this issue |
+1 having this issue |
-1 not having this issue. Lets take a look at some things. First what platform are you using? Windows, Linux, or Docker? |
Windows 10 |
alright. Does your requirements.txt look like this?
|
I'm having the same issue and my requirements look just like that |
Alright, are you on the latest update? |
I am going to help you all of the way through here. |
Yes I am |
Also tested with 7.4.1. I think it's related to recovering from the previous run as installing it to a new dir with no saved data works. Was able to narrow it down to metadata files in one of the member folders. Moving other folders over and running the scan one person at a time. I had to delete a second set of Metadata folders from a second and third person. |
I've tried a fresh download 3 or 4 times, I've never migrated any files over at all, including the .sites file. I think I have an old .sites file somewhere with content from an old account, but there's no way it's getting pathed to. Is there something more significant of a reset/uninstall besides deleting the master folder and starting from scratch? Because that's what I've been doing. |
This worked. Thanks. |
File "O:\OnlyFans-master\start_ofd.py", line 60, in There's got to be a better solution than deleting metadata. I have nearly 1000 folders. That'll be impossible to narrow it down. |
same issue fixed by running
again with the master branch files pasted inplace in the old ver folder |
It's obviously not ideal, but you could just keep previously scraped content in a separate folder from the scraper. |
Still having this issue, nothing to do with metadata as it happens on an absolutely fresh master file. All past scrapes from old versions/before this version crapped out are on a different place on the drive. |
same issue, tried -master and -7.4.1 fresh install on windows 10 Python 3.9.5 (tags/v3.9.5:0a7dcbd, May 3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)] on win32 |
mine happens earlier on actually but same error; PS C:\OnlyFans-master> python.exe start_ofd.py (..hit enter..) sys:1: RuntimeWarning: coroutine 'create_auth.get_mass_messages' was never awaited |
account1 has the issue (creator account, 2FA on, has a "linked account" (anther creator account), not subscribed to any creators) account2 works! (subscriber account, 2FA off, subscribed to a few creators) will try more combinations to attempt to narrow it down. |
I get an identical error message. The account is a creator account without subscriptions (I was helping out a friend and trying to backup her content for her). |
There is a fix but the author has lost access to their original account for now. Reinstall using this repo and report back here. |
Nope. Fresh install fails: |
Lol I submitted a pull request for this. Unfortunately we are going to have to install yet again. Reinstall from my request instead for now. Sorry to keep you running around in a loop. |
You are going to have to reinstall at some point. Email me when you want to and I will help you. |
That build works. TY |
He accepted my pull request and it's fixed. Please pull from the original repo now. https://github.com/DIGITALCRIMINALS/OnlyFans |
hey im grabbing this exact same error and was wondering if you found a fix |
|
I have made an update to the latest version. When I start the script, it ends with this error.
However, I've made a revert to 1491 and it works fine as before.
(xxxxx = anonymized)
Names: Username = username | 0 = All | 1 = default
0
Auth (V1) Attempt 1/10
Welcome xxxxx | xxxxx
Scraping Paid Content
Scraping - xxxxx | 1 / 9
Scraping - xxxxx | 2 / 9
Scraping - xxxxx | 3 / 9
Scraping - xxxxx | 4 / 9
Traceback (most recent call last):
File "xxxx\start_ofd.py", line 60, in
loop.run_until_complete(main())
File "xxxx\Python39\lib\asyncio\base_events.py", line 642, in run_until_complete
return future.result()
File "xxxx\start_ofd.py", line 44, in main
api = await main_datascraper.start_datascraper(
File "xxxx\datascraper\main_datascraper.py", line 90, in start_datascraper
await module.paid_content_scraper(api, identifiers)
File "xxxx\modules\onlyfans.py", line 401, in paid_content_scraper
unrefined_set = await tqdm.gather(*tasks, **settings)
File "xxxx\Python39\lib\site-packages\tqdm\asyncio.py", line 74, in gather
ifs = [wrap_awaitable(i, f) for i, f in enumerate(fs)]
TypeError: 'coroutine' object is not iterable
The text was updated successfully, but these errors were encountered: