Josh Ormond Posted September 14, 2009 Posted September 14, 2009 (edited) 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. Edited September 14, 2009 by Guest
Jesse Barnum Posted September 14, 2009 Posted September 14, 2009 Can you post the full script that you are attempting to compile?
Josh Ormond Posted September 14, 2009 Author Posted September 14, 2009 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:
Josh Ormond Posted September 15, 2009 Author Posted September 15, 2009 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.
Jesse Barnum Posted September 15, 2009 Posted September 15, 2009 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!
Josh Ormond Posted September 15, 2009 Author Posted September 15, 2009 (edited) 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 September 15, 2009 by Guest
Recommended Posts
This topic is 5559 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now