beveradb / youtube-bulk-upload

Upload all videos in a folder to youtube, e.g. to help re-populate an unfairly terminated channel
MIT License
6 stars 3 forks source link

ERROR - gui - An error occurred during upload: unsupported operand type(s) for 'in': 'str' and 'EnumType' #4

Open LovelyCupOfTea opened 4 weeks ago

LovelyCupOfTea commented 4 weeks ago

Hi There Andrew!

Receiving the following error when running the first Dry run after connecting the Json file

ERROR - gui - An error occurred during upload: unsupported operand type(s) for 'in': 'str' and 'EnumType'

Many thanks

beveradb commented 4 weeks ago

Never encountered that one but based on it being a Python syntax error I would guess you're probably using a very old version of Python. This project requires Python 3.9 or newer.

If you manage to figure out the issue, please consider raising a Pull Request to improve the docs for future users 😄

emourdavid commented 3 weeks ago

I have same issue when Run with Dry Run checkbox

widardd commented 2 weeks ago

Same here, Python 3.10.7 and 3.12.3

beveradb commented 1 week ago

Hey @emourdavid and @widardd, sorry to hear you're having issues with it - could you provide any further detail on your systems? e.g. what operating system, how did you install Python, how did you install youtube-bulk-upload, etc?

gauravr397 commented 1 week ago

Same issue here , tried GUI on 2 machines OS - Windows 10 Python - 3.12.6 Python - 3.11.4

emourdavid commented 1 week ago

Install by using file exe on Win10, python 3.10.11

On Sun, Sep 15, 2024 at 4:51 PM gauravr397 @.***> wrote:

Same issue here , tried GUI on 2 machines OS - Windows 10 Python - 3.12.6 Python - 3.11.4

— Reply to this email directly, view it on GitHub https://github.com/beveradb/youtube-bulk-upload/issues/4#issuecomment-2351505655, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBK5IA6PU4YGUX75KLK2SRTZWVKA5AVCNFSM6AAAAABNJBGKMWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJRGUYDKNRVGU . You are receiving this because you were mentioned.Message ID: @.***>

gauravr397 commented 1 week ago

@emourdavid No luck still same with python 3.10.11

beveradb commented 1 week ago

Hey folks, please give the latest release (version 0.4.1) a try!

I'm hoping this commit will have fixed the issue (though I wasn't able to easily reproduce on my mac).