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] cannot search for custom abilities #87

Open
sorten opened this issue Jul 25, 2024 · 4 comments
Open

[BUG] cannot search for custom abilities #87

sorten opened this issue Jul 25, 2024 · 4 comments

Comments

@sorten
Copy link

sorten commented Jul 25, 2024

When clicking "search" for a custom ability, a loading spinner appears but never responds with results. It seems the backend website the overlay is trying to pull data from no longer exists.

let url = `https://fakegaming.eu/ffxiv/spellname/index.php?name=${query}&type=action&lang=${currentSettings.language}`;

@Zeffuro
Copy link
Owner

Zeffuro commented Jul 25, 2024

What are you trying to look for and what language.
https://www.fakegaming.eu/ffxiv/spellname/index.php?name=Thunder&type=action&lang=en This is working for me.

@sorten
Copy link
Author

sorten commented Jul 25, 2024

Huh, that url works when visited directly, for me as well.

I was searching for "play" and "astral draw"/"umbral draw" (in english) since Astrologian's card rework changed what cooldowns I want to see.

I can open DevTools for the overlay itself, but can I open a debug window for the "ZeffUI Settings" window itself to do more troubleshooting?

image

@Zeffuro
Copy link
Owner

Zeffuro commented Jul 25, 2024

You can enable OverlayPlugin WSServer and start it and then visit https://zeffuro.github.io/ZeffUI/settings.html?OVERLAY_WS=ws://127.0.0.1:10501/ws in your browser.
I was just looking but I think my FontAwesome buttons in the rightclick menu disappeared too? (going to bed now so I'll have a further look tomorrow)

@Zeffuro
Copy link
Owner

Zeffuro commented Jul 25, 2024

Okay I found the problem, had to do with CORS, it should now work.

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