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

Bug that I can't explain #128

Open
Spartan9802 opened this issue May 7, 2019 · 4 comments
Open

Bug that I can't explain #128

Spartan9802 opened this issue May 7, 2019 · 4 comments
Labels
status: more info needed A better explanation/justification of a bug report/feature request is needed

Comments

@Spartan9802
Copy link

Describe the bug
When I try to use the GPS API it creates an internal error for me
https://pastebin.com/2fMWdbtj

To reproduce

import:
	ch.njol.skript.Skript
	com.live.bemmamin.gps.api.GPSAPI
	
command /testy:
	trigger:
		set {_gps} to new GPSAPI(Skript.getInstance())
		send "%method names of GPSAPI%"

Screenshots
https://i.imgur.com/6K1wnqd.png

Server information

  • skript-mirror: 1.0.0
  • Skript: 2.2-dev25
  • Bukkit: spigot
  • Minecraft: 1.8.8
  • Java: 8
  • OS: Debian 9
@btk5h
Copy link
Owner

btk5h commented May 7, 2019

It looks like you're using an outdated version of Bukkit for the API you're trying to use.

@Spartan9802
Copy link
Author

I have some knowledge of java so I did the test with java and it works, the problem is not the bukkit version ^^

@btk5h btk5h added the status: more info needed A better explanation/justification of a bug report/feature request is needed label May 7, 2019
@btk5h
Copy link
Owner

btk5h commented May 7, 2019

I cannot reproduce this. I cannot guarantee skript-mirror will play nicely with third-party APIs, especially if they are not open source.

@Spartan9802
Copy link
Author

Do you want me to share the plugin with you to reproduce the conflict?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: more info needed A better explanation/justification of a bug report/feature request is needed
Projects
None yet
Development

No branches or pull requests

2 participants