skUtilities icon indicating copy to clipboard operation
skUtilities copied to clipboard

Unix convert [ERROR]

Open sOxTw opened this issue 6 years ago • 3 comments

I'm trying to take the UNIX values ​​from PEX DB, the problem is not that, but when using:

skutil convert unix {_rank} as date or skutil convert unix {_rank} to date

The following error marks me.

[20:41:00` INFO]: [Skript] Reloading Unix.sk...
[20:41:00 ERROR]: Can't understand this condition/effect: skutil convert unix {_rank} to date (Unix.sk, line 15: skutil convert unix {_rank} to date')
[20:41:00 INFO]: [Skript] Encountered 1 error while reloading Unix.sk!

[20:41:06 INFO]: [Skript] Reloading Unix.sk...
[20:41:06 ERROR]: Can't understand this condition/effect: skutil convert unix {_rank} as date (Unix.sk, line 15: skutil convert unix {_rank} as date')
[20:41:06 INFO]: [Skript] Encountered 1 error while reloading Unix.sk!

Code:

command /check [<text>]:
	trigger:
		set {_arg} to arg 1
		set {_rank} to the first element out of objects in column "value" from result of query "SELECT * FROM `permissions` WHERE `permission` = 'group-%{_arg}%-until'"
		# send "Unix: %{_rank}%"
		skutil convert unix {_rank} as date
		# send "Data: %{_rank}%"
		stop

sOxTw avatar Feb 17 '19 23:02 sOxTw

Hello?

sOxTw avatar Feb 19 '19 23:02 sOxTw

Hello?

Dude, just be patient. You're not alone. It's not like you waited 1 year, you waited 2 days. Btw I'm making a SkUtilities Fork to patch all these issues. Just wait and see.

Olyno avatar Feb 20 '19 00:02 Olyno

Okey Thx!

sOxTw avatar Feb 20 '19 22:02 sOxTw