lowlines
lowlines
It's a hash of the uploaded zip file build. This is what the path to the extension files looks like: `https://{appId}.ext-twitch.tv/{appId}/{appVersion}/{md5Hash}/authorize.html` Each release of the extension is a new version,...
What like being able to pass the md5 hash in the authorize url? I think if you could include the auth url as a return parameter and it matched against...
I am using the live config page of the extension (it shows up on the streamer’s dashboard while they are streaming) as the backend for retrieving all the streamers profile...
3 out of my 10 apps (need one for development too) would be dedicated to the twitch extension. I am probably one of a few who have actually used up...
I second this being useful to have under GetProfile[204].
It's also worth noting that this line should return as errors thrown inside this super call cannot be caught and the app will crash. `return super.networkDecodeNoCache(buffer, sectionCount)`
Really? I'm seeing that condition hit 100% of the time with 1.18.30 level_chunk packet data. Also the presence of border blocks.
I implemented experimental support for newer chunks and fixed 2 errors I found. I'm not sure how to go about doing a PR though as I don't have write access....
So what I ended up doing was implement my own ChunkColumn and SubChunk classes because updating prismarine was creating a bit of a blocker for me. I mostly just added...