This repository was archived by the owner on Nov 25, 2023. It is now read-only.
Error when running updater.py and the script return nothing from onlyfans #1087
Unanswered
lucaslantis
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
f:\OnlyFans-master>py updater.py
RuntimeError
The lock file is not compatible with the current version of Poetry.
Upgrade Poetry to be able to read the lock file or, alternatively, regenerate the lock file with the
poetry lockcommand.at ~\AppData\Local\Programs\Python\Python310\lib\site-packages\poetry\packages\locker.py:481 in _get_lock_data
477│ "Upgrade Poetry to ensure the lock file is read properly or, alternatively, "
478│ "regenerate the lock file with the
poetry lockcommand."479│ )
480│ elif not lock_version_allowed:
→ 481│ raise RuntimeError(
482│ "The lock file is not compatible with the current version of Poetry.\n"
483│ "Upgrade Poetry to be able to read the lock file or, alternatively, "
484│ "regenerate the lock file with the
poetry lockcommand."485│ )
Script has been updated, exiting in 5 seconds
and also , when I finished with config and auth. the script running but result 0 content
f:\OnlyFans-master>poetry run python start_us.py
Choose Sites: 0 = All | 1 = OnlyFans | 2 = Fansly
1
Choose Profiles: 0 = All |
0
Choose Subscriptions: 0 = All |
0
[2023-09-18 02:02:26] Assigning Jobs
[2023-09-18 02:02:26] Archive Completed in 0.03 Minutes
Choose Sites: 0 = All | 1 = OnlyFans | 2 = Fansly
how to fix it ? please help
All reactions