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

Error: Script function not found #33

Open
Mswiftney opened this issue Apr 29, 2024 · 1 comment
Open

Error: Script function not found #33

Mswiftney opened this issue Apr 29, 2024 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@Mswiftney
Copy link

I've installed Bible Linker from Google Marketplace on both Chrome and Edge and both times got the same message:

Message details
Script function not found: dfv_en_jw_en_jw_kjv

This occurs when I try to select either a different bible version or try to insert the links.

Help?

@majal
Copy link
Owner

majal commented Apr 30, 2024

Hi @Mswiftney! Thanks for dropping by and reporting this error.

This has been an ongoing issue and I've been tracking this in Google Apps Script (GAS) error logs.

The problem with the issue is it is intermittent. Personally, I have never encountered the issue myself, but the logs throw that issue from time to time. A friend once had the same issue, and without changes to the code, it later resolved for him.

Since the code is the same, and it works for most but not for others, I am guessing that that there might be something in the way the GAS interpreter runs the code. Because I have never encountered the error myself, it is not possible for me to debug it (since there's nothing to debug if everything works on my install). I'm actually waiting for a coder who will identify the error and help debug it from their end.

So for now all I can do is guess what went wrong. My initial "fixes" focused on the JS IIFE function that is necessary for dynamic custom menus. My hunch was that the IIFE did not complete before the main function started. But my "mitigations" did not to work.

So now I'm back to guessing again why the error is happening, albeit not consistently. I'm still waiting for someone who could point me to where this bug is coming from. 😅

@majal majal added bug Something isn't working good first issue Good for newcomers labels Apr 30, 2024
@majal majal changed the title Bible Linker not functioning Error: Script function not found May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants