Error when running it in linux ubuntu #4

Closed
opened 2024-06-11 15:32:44 -04:00 by ralphrabelo · 4 comments
ralphrabelo commented 2024-06-11 15:32:44 -04:00 (Migrated from github.com)

python3 streamdeck.py
Checking for updates.. this won't take long! (You can press ctrl+C to cancel and you'll be able to disable auto-updates)
Seems you're new to the software!
Would you like to scan for an existing official Streamdeck software? This will let you import your icon and background packs. (y/n): y
Press enter when you've mounted your windows drive (so the program can reach it easily). This will scan /media/ for drives that have Windows on them.
Traceback (most recent call last):
File "/home/***/streamdeck-plus-software/streamdeck.py", line 111, in
for subdir in os.listdir(user):
TypeError: listdir: path should be string, bytes, os.PathLike, integer or None, not list

python3 streamdeck.py Checking for updates.. this won't take long! (You can press ctrl+C to cancel and you'll be able to disable auto-updates) Seems you're new to the software! Would you like to scan for an existing official Streamdeck software? This will let you import your icon and background packs. (y/n): y Press enter when you've mounted your windows drive (so the program can reach it easily). This will scan /media/ for drives that have Windows on them. Traceback (most recent call last): File "/home/***/streamdeck-plus-software/streamdeck.py", line 111, in <module> for subdir in os.listdir(user): TypeError: listdir: path should be string, bytes, os.PathLike, integer or None, not list
ralphrabelo commented 2024-06-11 15:35:04 -04:00 (Migrated from github.com)

Created the following directory inside the app's and it solved the problem
/media

Created the following directory inside the app's and it solved the problem /media
goglesquirmintontheiii commented 2024-06-20 18:54:16 -04:00 (Migrated from github.com)

Dunno why there was an issue with this, but I will look into it when I get a chance -- until then I'm gonna leave this issue open

Dunno why there was an issue with this, but I will look into it when I get a chance -- until then I'm gonna leave this issue open
ralphrabelo commented 2024-06-20 20:46:05 -04:00 (Migrated from github.com)

the directory should exist inside the project

the directory should exist inside the project
goglesquirmintontheiii commented 2024-06-22 15:40:45 -04:00 (Migrated from github.com)

I'm 90% positive this won't happen anymore - but let me know if it does

I'm 90% positive this won't happen anymore - but let me know if it does
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
goglesquirmintontheiii/streamdeck-plus-software#4
No description provided.