Git Product home page Git Product logo

Comments (6)

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

You're using Python 2.7. You need Python 3.7.

from onlyfans.

ElusiveZatchmo avatar ElusiveZatchmo commented on August 14, 2024

Fixed that, now I'm getting this:

Traceback (most recent call last):
File "Start Datascraper.py", line 55, in
result = x.start_datascraper(session, username, app_token)
File "/OnlyFans/modules/onlyfans.py", line 58, in start_datascraper
pool.starmap(download_media, product(media_set, [session], [directory], [username]))
File "
/python3/lib/python3.7/multiprocessing/pool.py", line 276, in starmap
return self._map_async(func, iterable, starmapstar, chunksize).get()
File "/python3/lib/python3.7/multiprocessing/pool.py", line 657, in get
raise self._value
File "
/python3/lib/python3.7/multiprocessing/pool.py", line 121, in worker
result = (True, func(*args, **kwds))
File "/python3/lib/python3.7/multiprocessing/pool.py", line 47, in starmapstar
return list(itertools.starmap(args[0], args[1]))
File "
/OnlyFans/modules/onlyfans.py", line 216, in download_media
setctime(directory, timestamp)
File "~/python3/lib/python3.7/site-packages/win32_setctime.py", line 44, in setctime
raise OSError("This function is only available for the Windows platform.")
OSError: This function is only available for the Windows platform.

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

Ohh are you using Linux?

from onlyfans.

ElusiveZatchmo avatar ElusiveZatchmo commented on August 14, 2024

Yes I am, is it not compatible with Linux?

from onlyfans.

UltimaHoarder avatar UltimaHoarder commented on August 14, 2024

It is
Refer to this issue here:
#28 (comment)
I will push a fix for it later this week.

from onlyfans.

ElusiveZatchmo avatar ElusiveZatchmo commented on August 14, 2024

Cool; thanks!

from onlyfans.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.