makiisthenes / TiktokAutoUploader

Automatically Edits Videos and Uploads to Tiktok with CLI, Requests not Selenium.
GNU General Public License v3.0
568 stars 124 forks source link

AttributeError: 'NoneType' object has no attribute 'send_keys' #46

Closed Festouille closed 7 months ago

Festouille commented 12 months ago

Hey, When I launch the code I get this error :

File "C:\Users\akram\UIRPLANNIN2\TiktokAutoUploader-master\TiktokAutoUploader-master1\main.py", line 18, in <module>
    tiktok_bot.upload.directUpload("test.mp4", private=True, test=False)
  File "C:\Users\akram\UIRPLANNIN2\TiktokAutoUploader-master\TiktokAutoUploader-master1\Upload.py", line 154, in directUpload
    file_input_element.send_keys(abs_path)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'send_keys'
makiisthenes commented 7 months ago

New version does not use selenium, and only requests, please review.