triph
triph
Same issue on Arch Linux. I tried Java 8, 10, 11, and 13, all of which give the same error. I remember fixing this issue on Windows by installing the...
I have the same issue with some models. The face is technically still there, just that it's not facing the right direction. It seems to be a problem in the...
I'm still having this issue. It seems to only happen when you have multiple monitors. ``` Computer Information: Manufacturer: Unknown Model: Unknown Form Factor: Desktop No Touch Input Detected Processor...
I'll try to write an article or something similar of the development process and how this works in the next week or so.
I'm currently helping out another person who is attempting to install it on AWS. If it works, then I'll try to add some sort of hosting instructions to the README....
Again, it should be possible if you use VNC. I use TigerVNC on my server that runs Arch Linux, though I don't know if that would be possible to set...
It works after I change `{GHIDRA_IP}` in the `-ip` parameter to my Docker host's IP. Most likely has to do something with that variable.
Yep, they most likely killed the endpoint: librespot-org/librespot-java#678 Since it seems like Spotify doesn't use Hermes in their clients anymore, I think the only way forward with this project is...
> Well... hermes is just their internal router. As I mentioned earlier, all hermes endpoints can be translated to their HTTPs counterpart by just replacing hm:// with the spclient url....
`queryArtistOverview` seems to be the only endpoint for retrieving artist data, which does include the top 5 cities. I'm currently testing [sp-playcount](https://github.com/entriphy/sp-playcount) on api.t4ils.dev: https://api.t4ils.dev/getArtist?id=1g8HCTiMwBtFtpRR9JXAZR (uses `queryArtistOverview`) https://api.t4ils.dev/getAlbum?id=5K4YFkTizFoMOyN5Khfp7G (uses `getAlbum`)...