-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WINDOWS] TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' #2
Comments
Hi. Never tested it on WIndows before :) |
The below is all I see
So have you run it on Linux? I could try spooling up a VM, Ubuntu or Debian, and give it a test. Thank you for your time with this, not that knowledgeable with coding :) |
Ran up a Debian 11 VM I will keep in mind to run it on Debian next time and steer clear of Windows for this purpose One other thing, it seems one of my directories had ".flac" at the end and it closed with an error. Once I fixed the directory name it ran perfectly well. Thank you so much for your time |
Glad that you figured it out! However, I'm willing to try to make it work on Windows as well, so I'm reopening it. |
Not a problem, happy to help with testing if you need |
Hi,
I have just attempted to use this script to run against my library.
I downloaded the 'master' .zip file, extracted it and move ibroadcast-uploader.py to my music directory.
I am on Windows 11 and I installed Python 3.12
I open PowerShell with regular permissions and run the below line.
python ibroadcast-uploader.py "login_token"
It then proceeds to build the file list and give me the option to list 'L' or upload 'U'
When I select 'L' it lists all the files and asks me to upload 'U'
When I type 'U' the below is printed
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
If you need more information please let me know, and I hope I am asking in the right area.
The text was updated successfully, but these errors were encountered: