Roman

Results 90 comments of Roman

Also, full debug log would be helpful, at least the last large block, say 5000 lines or so, or the part where it's clear that the logs jump from normal...

Maybe it's something about the relation of PC config (like some ssl libraries installed) + python version + network specifics. I can download from Deezer normally with the latest version...

Check this info: #23 I also needed to check a single asset, so I modified some code. Worked for me, exporing a Texture2D from UE 4.26 assets.

ok also #14 could help, setting `BinaryStream.mappings` to `None` explicitly and creating provider passing the path to the `uasset`. So the `DefaultFileProvider` acts like a generic container I guess, not...

Depends on the use case I guess

Thanks for posting it. I also found this on saving json files. But I think just assigning `self.view = view` in both listeners would be a quick valid solution, in...

Anyway, this seems an abandoned project, so I'll use my fork for me, and will create a clone package on package control some day, if someone else doesn't do it...

I found this tool: https://github.com/losnoco/vgmstream, which converts **Wwise files to WAV**. Its `test.exe` tool can be used like: `test.exe -o sfx_sound_123_norm.wav sfx_sound_123.wav` And the `sfx_sound_123_norm.wav` will be a classic playable...

Have you tried `pip3 install git+https://github.com/nathom/streamrip.git@dev`?

Ok, sorry, not familiar with Unraid. So basically if you cannot update python in the system, and if there's a streamrip version that supports the available python version, it should...