13 Replies
these are logs from my device
Nothing to do other than wait for the dev right now, it's the lack of error catching and strict blocking
Okk
Alright so I fixed the issue by removing the version check part altogether
How to do it:
edit your /var/www/pterodactyl/app/Console/Commands/BlueprintFramework/Version/VersionCacheCommand.php file
then replace it with the following code
run
cd /var/www/pterodactyl
php artisan cache:clear
php artisan config:clear
php artisan view:clear
php artisan bp:version:cache
I would say that's not ideal as if they forget to enable it that's update checks just gone
A proper fix would be a pr to blueprint to add error catching to the update check
yea
And probably telemetry since I wouldn't be surprised if that's missing it too
This is a very temporary fix
Yea so that's why
So this issue can be resoved after updating blueprint? when this bug is fixed?
if I was on my laptop I'd do it right now lol
But I probably won't be for about 30 mins
no problem
I'll look into this today.