Replies: 2 comments 1 reply
-
I stuck in the same situation |
Beta Was this translation helpful? Give feedback.
1 reply
-
Assuming that you're getting something like this:
Then you're just not selecting the number you need to tell it to work on OnlyFans. The prompt should be saying something like this: That means enter 0 for OnlyFans. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the auth.json file completed but I have this error. Has anyone ever happened to this?
Traceback (most recent call last):
File "C:\Users\xxxx\Downloads\Nueva carpeta (2)\OnlyFans-master\start_ofd.py", line 60, in
loop.run_until_complete(main())
File "C:\Users\xxxx\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 642, in run_until_complete
return future.result()
File "C:\Users\xxxx\Downloads\Nueva carpeta (2)\OnlyFans-master\start_ofd.py", line 41, in main
site_choice = int(site_choice)
ValueError: invalid literal for int() with base 10: ''
Beta Was this translation helpful? Give feedback.
All reactions