Video players not working
MysticMoo
[Video Playback] [PYI-30432:ERROR] Could not create temporary directory!
This is the error from my logs that I am getting when video players are not playing their music in worlds. I have tried updating certs, making sure caches are clear, and updating the yt-dlp file. Nothing seems to get players to work properly.
One day players just stopped working. This was about 1-2 months ago, and they have not worked properly since.
Occasionally, a player can be made to work when set to "stream" mode. But video mode will not work with many world players (the main one being tested is using usharp). Not all videos will play in stream mode either.
Log In
D
Docteh
the yt-dlp program is complaining about something, and you should focus on the error reported.
> [Video Playback] [PYI-30432:ERROR] Could not create temporary directory!
This is the error, I can think of two things to look into
- Something on your PC doesn't trust yt-dlp and is therefore blocking it from "create temporary directory"
- The %TEMP% environment variable is wrong, and yt-dlp is therefore trying to write somewhere it shouldn't. like C:\Windows\TEMP
For the latter, you could check the environment variable by uh, maybe these aren't crap instructions but I'd just open up the command prompt and punch in:
echo %TEMP%