Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unix convert [ERROR] #49

Open
sOxTw opened this issue Feb 17, 2019 · 3 comments
Open

Unix convert [ERROR] #49

sOxTw opened this issue Feb 17, 2019 · 3 comments

Comments

@sOxTw
Copy link

sOxTw commented Feb 17, 2019

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
Copy link
Author

sOxTw commented Feb 19, 2019

Hello?

@Olyno
Copy link

Olyno commented Feb 20, 2019

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.

@sOxTw
Copy link
Author

sOxTw commented Feb 20, 2019

Okey Thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants