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

Two effects with same pattern cause exception - duplicate #93

Closed
ffddf111 opened this issue Feb 4, 2024 · 6 comments
Closed

Two effects with same pattern cause exception - duplicate #93

ffddf111 opened this issue Feb 4, 2024 · 6 comments
Labels
duplicate This issue or pull request already exists

Comments

@ffddf111
Copy link

ffddf111 commented Feb 4, 2024

No description provided.

@AyhamAl-Ali
Copy link
Member

We need to know the custom structure that caused this error. Can you try reloading each script you have until that error appears again then send it or send the specific lines that causing it

@sovdeeth
Copy link
Member

sovdeeth commented Feb 4, 2024

This error appears similar to #86 and another issue I encountered where parsing is interrupted by an error loading the methods of a class. Can you set your verbosity to very high, restart the server, and send latest.log?

@ffddf111 ffddf111 closed this as completed Feb 4, 2024
@ffddf111 ffddf111 changed the title When I do /sk reload all, an error appears. . Feb 4, 2024
@ffddf111 ffddf111 changed the title . I fixed it. Feb 4, 2024
@ffddf111 ffddf111 changed the title I fixed it. . Feb 4, 2024
@AyhamAl-Ali
Copy link
Member

@cyclsunmark Even if it's fixed we would like to know what caused it and how you fixed it so we can fix it from our side as well :) can you share with us more info

@AyhamAl-Ali AyhamAl-Ali reopened this Feb 4, 2024
@ffddf111
Copy link
Author

ffddf111 commented Feb 4, 2024

import:
me.clip.placeholderapi.PlaceholderAPI

expression placeholder %string% [from %offline player%]:
get:
return PlaceholderAPI.setPlaceholders(expr-2, "%%%expr-1%%%")

I was using this syntax in skript1.

in skript2

import:
me.clip.placeholderapi.PlaceholderAPI

expression placeholder %string% [from %offline player%]:
get:
return PlaceholderAPI.setPlaceholders(expr-2, "%%%expr-1%%%")
This was a problem that arose while writing this again.
So expression placeholder %string% [from %offline player%]:
get:
return PlaceholderAPI.setPlaceholders(expr-2, "%%%expr-1%%%")

Since I deleted only this part, the error did not appear.

@AyhamAl-Ali
Copy link
Member

Yes that seems to be same as #86. Thank you for the info.

@ffddf111
Copy link
Author

ffddf111 commented Feb 4, 2024

When is it going to be fixed?

@sovdeeth sovdeeth changed the title . Two effects with same pattern cause exception - duplicate Feb 4, 2024
@sovdeeth sovdeeth added duplicate This issue or pull request already exists and removed waiting for reply labels Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants