Closed guysoft closed 6 years ago
sure what version string is it sending?
What ever is in master here. It was built yesterday.
Is there a command to return the version?
i think the most reliable way to resolve this is:
Where do you set that?
I can see["os_version"]="LNX_2.7b33"
, in ElectricSheep.cfg
I found the message in ~/.electricsheep/content/xml/cp_0.xml
<get gen="247" retry="600"><message>please upgrade to the latest client from www.electricsheep.org
</message></get>
Output of ~/.electricsheep/ElectricSheep.cfg:
return {
-- Table: {1}
{
["settings"]={2},
},
-- Table: {2}
{
["app"]={3},
["player"]={4},
["content"]={5},
["generator"]={6},
},
-- Table: {3}
{
["InstallDir"]="/usr/local/share/electricsheep/",
["os_version"]="LNX_2.7b33",
["date_time"]="Tue May 29 15:44:28 2018",
["log"]=false,
["pngfadein"]=10,
["attributionpng"]=true,
["pnghold"]=10,
["pngfadeout"]=10,
},
-- Table: {4}
{
["fadecount"]=30,
["cpuusagethreshold"]=50,
["preserve_AR"]=false,
["PlaybackMixingMode"]=0,
["hudFontName"]="Trebuchet MS",
["screen"]=0,
["MultiDisplayMode"]=0,
["PlayCountDecayY"]=2000,
["display_fps"]="60",
["PlayCountDecayZ"]=60,
["player_fps"]="20",
["PlayEvenly"]=100,
["DisplayMode"]=0,
["CalculateTransitions"]=true,
["SeamlessPlayback"]=false,
["reversedisplays"]=false,
["LoopIterations"]=2,
["BufferLength"]=25,
["RandomMedianLevel"]=true,
["AutoMedianLevel"]=true,
["attrpngfilename"]="/usr/local/share/electricsheep/electricsheep-attr.png",
["NormalInterval"]=100,
["pngdelaytimer"]=600,
["MedianLevel"]=80,
["hudFontSize"]=24,
},
-- Table: {5}
{
["proxy"]="",
["cache_size"]=2000,
["sheepdir"]="/home/pi/.electricsheep/content/",
["unlimited_cache"]=true,
["cache_size_gold"]=2000,
["use_proxy"]=false,
["redirectserver"]="https://community.sheepserver.net",
["password"]="",
["download_mode"]=true,
["password_md5"]="D41D8CD98F00B204E9800998ECF8427E",
["registered"]=false,
["unlimited_cache_gold"]=true,
["proxy_password"]="",
["proxy_username"]="",
["unique_id"]="5C3A7209DC65CB36",
},
-- Table: {6}
{
["save_frames"]=false,
["DelayAfterRenderSeconds"]=1,
["nickname"]="",
["user_url"]="",
["totalFramesRendered"]=0,
["enabled"]=true,
["all_cores"]=false,
},
}
This is what I see in help:
put it in the "nickname":
["nickname"]="guysoft_374@gmail.com",
Done and rebooted
@scottdraves Been running for 17 hours, any way to test?
Just saw that @Ichthyostega has committed this - perhaps as a workaround?
https://github.com/Ichthyostega/electricsheep/commit/115a32ae008181d601ff563dc93fd04c6944bf2a
try again, should be good now. the server now allows LNX_2.7b33. that version string is out of date, it really should LNX_3.0.2, like that commit says, but that version would also need to be added to the server access list.
Should I make a pull request for the version number?
Sure that would be great.
Did the "please upgrade" message go away?
I am not next to the machine at the moment, will look when I am there.
BTW - is there a way to increase the resolution rendered?
For HD you can sign up for the Gold Sheep, the premium version.
Does that work for RaspberryPi?
i have heard it does but haven't tried it myself. it might depend on which Pi hardware, the old ones might not be powerful enough, idk.
Cool! Running a build for a fixed version 0.2.1
.
You can follow at: http://gnethomelinux.com:808/job/CustomPiOS/19/console
i added the new version to the access list as well.
If you want to give me access to test on Premium I can tell you, I have a 3B+ which is the fastest.
If it is, then my distro makes it really easy to use, you just flash it, set up the settings, and its ready to go. I can make it so the ElectricSheep.cfg
is accessible from the /boot
folder.
Ok seems like LNX_2.7b33
is working now, I need to checkout the new build. For now closing.
Hey, developer of ElectricSheepPi here, Is there a way to remove this mmessage, which is irrelevant to RaspberryPi users?
Thanks,