This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
channel=${1} | |
use_chromecast=${2:-"false"} | |
player="mpv" | |
#https://www.eplayer.to/daddylive.php?live=44&vw=100vw&vh=100vh | |
res=$(curl -kSs \ | |
-H 'referer: https://daddylive.me/' \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"BBC": "", | |
"BBC - Radio 1": "http://stream.live.vc.bbcmedia.co.uk/bbc_radio_one", | |
"BBC - Radio 2": "http://stream.live.vc.bbcmedia.co.uk/bbc_radio_two", | |
"BBC - Radio 3": "http://stream.live.vc.bbcmedia.co.uk/bbc_radio_three", | |
"BBC - Radio 4": "http://stream.live.vc.bbcmedia.co.uk/bbc_radio_fourfm", | |
"BBC - Radio 4 LW": "http://stream.live.vc.bbcmedia.co.uk/bbc_radio_fourlw", | |
"BBC - Radio 5 live": "http://stream.live.vc.bbcmedia.co.uk/bbc_radio_five_live", | |
"BBC - Radio 6 Music": "http://stream.live.vc.bbcmedia.co.uk/bbc_6music", | |
"BBC - Radio 1Xtra": "http://stream.live.vc.bbcmedia.co.uk/bbc_1xtra", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# | |
# This script is a proxy streamer for most of those :cough: sports sites | |
# | |
# You'll need: | |
# * the stream detector Firefox extension (https://addons.mozilla.org/en-US/firefox/addon/hls-stream-detector/) | |
# * VLC | |
# * streamlink (https://streamlink.github.io/install.html) | |
# * bash (linux/osx) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
accessible | |
java.lang.NoSuchMethodException: crazypants.enderio.base.EnderIO.checkModLists(java.util.Map, net.minecraftforge.fml.relauncher.Side) | |
at java.lang.Class.getDeclaredMethod(Class.java:2130) ~[?:1.8.0_312] | |
at net.minecraftforge.fml.common.network.internal.NetworkModHolder.<init>(NetworkModHolder.java:246) [NetworkModHolder.class:?] | |
at net.minecraftforge.fml.common.network.NetworkRegistry.register(NetworkRegistry.java:299) [NetworkRegistry.class:?] | |
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:606) [FMLModContainer.class:?] | |
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?] | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312] | |
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312] | |
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
// Lolis deobfuscated this stacktrace using MCP's stable-39 mappings. | |
// I blame Dinnerbone. | |
Time: 2024-06-01 12:54:13 UTC | |
Description: Exception in server tick loop | |
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from AE2 Unofficial Extended Life (appliedenergistics2) | |
Caused by: java.lang.RuntimeException: Failed to check session lock, aborting | |
at net.minecraft.world.storage.SaveHandler.setSessionLock(SaveHandler.java:76) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3.7" | |
services: | |
mc: | |
image: itzg/minecraft-server:${IMAGE_TAG:-java8} | |
container_name: minecraft | |
restart: unless-stopped | |
environment: | |
TYPE: FORGE | |
VERSION: "1.16.5" | |
MEMORY: "8G" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[23:19:10] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 623 | |
[23:19:10] [Thread-85/WARN] [HammerLib]: Failed to load HammerCore custom data! | |
[23:19:10] [Thread-85/INFO] [STDERR]: [com.zeitheron.hammercore.world.WorldGenHelper:lambda$threadLoadCustomData$5:291]: java.io.EOFException | |
[23:19:10] [Thread-85/INFO] [STDERR]: [com.zeitheron.hammercore.world.WorldGenHelper:lambda$threadLoadCustomData$5:291]: at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:268) | |
[23:19:10] [Thread-85/INFO] [STDERR]: [com.zeitheron.hammercore.world.WorldGenHelper:lambda$threadLoadCustomData$5:291]: at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:258) |
OlderNewer