skript-mirror icon indicating copy to clipboard operation
skript-mirror copied to clipboard

Weird warning since Skript 2.4-beta7

Open Matocolotoe opened this issue 6 years ago • 2 comments

Describe the bug Since beta7, the error (see below) appeared in the console and some skript-mirror code stopped working.

To reproduce This is the code that caused the error for me, but it might appear with other skript-mirror code pieces.

import:
    org.bukkit.Bukkit

Expected behavior Everything should work.

Screenshots / Errors

[15:34:28] [Server thread/WARN]: [Skript] Skript's parameters field could not be resolved. Class proxies will not work. (api.sk, line 2: org.bukkit.Bukkit')

Server information

  • skript-mirror: 2.0.0-SNAPSHOT (latest dev build)
  • Skript: 2.4-beta7 (latest)
  • Spigot: 1.14.4
  • Java: 1.8.0
  • OS: Linux

Matocolotoe avatar Sep 07 '19 11:09 Matocolotoe

That is just a warning, it shouldn't affect any of your code.

On Sat, Sep 7, 2019 at 4:05 AM Giovanni [email protected] wrote:

Describe the bug Since beta7, the error (see below) appeared in the console and some skript-mirror code stopped working.

To reproduce This is the code that caused the error for me, but it might appear with other skript-mirror code pieces.

import: org.bukkit.Bukkit

Expected behavior Everything should work.

Screenshots / Errors

[15:34:28] [Server thread/WARN]: [Skript] Skript's parameters field could not be resolved. Class proxies will not work. (api.sk, line 2: org.bukkit.Bukkit')

Server information

  • skript-mirror: 2.0.0-SNAPSHOT (latest dev build)
  • Skript: 2.4-beta7 (latest)
  • Spigot: 1.14.4
  • Java: 1.8.0
  • OS: Linux

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/btk5h/skript-mirror/issues/142?email_source=notifications&email_token=AAXTMJHOSTIWTTP2K657SGLQIODI5A5CNFSM4IUPWSLKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HJ6KBFA, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXTMJDXLREPW7U5L2HPIDLQIODI5ANCNFSM4IUPWSLA .

btk5h avatar Sep 08 '19 02:09 btk5h

Oh okay ty, changed the title. Also Skript received an update for functions recently so that might be why it appears

Matocolotoe avatar Sep 08 '19 08:09 Matocolotoe