Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Compile Error - v3.1

Featured Replies

When I try to register a function, I get the following compile error. I get something similar if I just run the script.

I tried installing the plugin using the AutoUpdate, and manual installation.

OS: Windows XP SP3

FMP: 10 Advanced

Any ideas? I didn't get this error with 3.0.

ScriptMaster_Error.png

Edited by Guest

Can you post the full script that you are attempting to compile?

  • Author

It is just the demo file...the only thing I did was click on the Register Function for "Post Data to URL".

If I "Run Script"...it gives me this:

ScriptMaster_Error.png

  • Author

Jesse,

Just an FYI. I tested some of the other functions in the file. All of the ones I tested work fine, except that one (Post Date to URL).

Unfortunately, that was the one I really needed.

Let me know what you find, or if you need me to test some stuff. I tried that function, both at my office and at home. Same result.

Sorry, stupid mistake on my part - I made a last minute change and didn't test it.

You need to put a quote after utf-8: Change this line:

String response = conn.getInputStream().getText("utf-8);

to this:

String response = conn.getInputStream().getText("utf-8");

Sorry - my bad!

  • Author

Thanks Jesse. Actually, I saw it just before I saw your post.

Now to figure how to use it!!! Starting with Twitter, and then some more complex stuff.

Edited by Guest

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.