Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

[7.6.1] index out of range while getting username list #1075

Open
wipeurbuttocks opened this issue Aug 23, 2023 · 0 comments
Open

[7.6.1] index out of range while getting username list #1075

wipeurbuttocks opened this issue Aug 23, 2023 · 0 comments

Comments

@wipeurbuttocks
Copy link

Running the older version of the scrapper

Scraping -  | 51 / 51
Traceback (most recent call last):
  File "D:\Downloads\OF Scrapper\start_ofd.py", line 104, in <module>
    asyncio.run(main())
  File "C:\Users\Soo Yong Jie\AppData\Local\Programs\Python\Python310\lib\asyncio\runners.py", line 44, in run
    return loop.run_until_complete(main)
  File "C:\Users\Soo Yong Jie\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 646, in run_until_complete
    return future.result()
  File "D:\Downloads\OF Scrapper\start_ofd.py", line 86, in main
    api = await main_datascraper.start_datascraper(
  File "D:\Downloads\OF Scrapper\datascraper\main_datascraper.py", line 91, in start_datascraper
    await module.paid_content_scraper(api, identifiers)
  File "D:\Downloads\OF Scrapper\modules\onlyfans.py", line 371, in paid_content_scraper
    formatted_directories = await format_directories(
  File "D:\Downloads\OF Scrapper\modules\onlyfans.py", line 728, in format_directories
    x["metadata_directory"] = await main_helper.reformat(
  File "D:\Downloads\OF Scrapper\helpers\main_helper.py", line 664, in reformat
    "{first_letter}", prepared_format.model_username[0].capitalize()
IndexError: string index out of range
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant