Forum Activity for @nate

nate
@nate
11/12/15 03:59:15PM
917 posts

Invalid App ID


Proxima

Since it does authenticate everywhere else I install this, I have to conclude it's a server issue.
nate
@nate
11/12/15 03:47:16PM
917 posts

Invalid App ID


Proxima

Both empty.
Quote:
(2015-11-12T23:46:39+00:00.0.93799700 : 0)-(mem: 23592960)-(pid: 2679)-(ip: 24.217.237.252)-(uri: www.kideso.co.uk/media/api/user?password=qqqqqq&user_email=nate@demo.com) |user: |

(2015-11-12T23:46:39+00:00.0.94174600 : 0.004)-(mem: 23592960)-(pid: 2679)-(ip: 24.217.237.252)-(uri: www.kideso.co.uk/media/api/user?password=qqqqqq&user_email=nate@demo.com) |pw: |

updated by @nate: 11/12/15 03:51:57PM
nate
@nate
11/12/15 03:32:50PM
917 posts

Invalid App ID


Proxima

ok I'll try that.
nate
@nate
11/12/15 03:27:28PM
917 posts

Invalid App ID


Proxima

brian:
If they are NOT running under SSL make sure the Require SSL option is NOT checked in the Proxima Core.

Yeah I already checked that. Tried it both ways just to see if I got something different.
updated by @nate: 11/12/15 03:32:19PM
nate
@nate
11/12/15 03:21:59PM
917 posts

Invalid App ID


Proxima

When I switch the key and test on my own dev (brand new jamroom install) everything works fine. I've tried deleting and creating a new app with a new key and the same response happens.
nate
@nate
11/12/15 10:46:46AM
917 posts

Invalid App ID


Proxima

I went threw this months ago setting up this app to work with proxima. Just recently I did and install that went flawless. This current user's site isn;t secure could that be the problem?

Quote:
11-12 12:43:51.312 14085-14085/com.kideso.msone.app I/GCMMain: http://www.kideso.co.uk/media/api/user?password=qqqqqq&user_email=nate@demo.com
11-12 12:43:52.488 14085-14085/com.kideso.msone.app I/GCMMain: {"code":401,"text":"Unauthorized","note":"invalid application key"}

This is how it's coded
String credentials = ClientMap.PROXIMA_CLIENT_KEY + ":" + ClientMap.PROXIMA_CLIENT_KEY;
        String base64EncodedCredentials = Base64.encodeToString(credentials.getBytes(), Base64.NO_WRAP);
        request.addHeader("Authorization", "Basic " + base64EncodedCredentials);

updated by @nate: 01/04/16 12:52:38PM
nate
@nate
06/29/15 12:26:15PM
917 posts

Google Maps and Share This with AJAX


Jamroom Developers

Yeah I had done a few for other things, but this was a smarty function and that kinda lost me.
nate
@nate
06/29/15 12:22:33PM
917 posts

Google Maps and Share This with AJAX


Jamroom Developers

I assume I'll need to do the same type of thing for the "share this"?
nate
@nate
06/29/15 12:04:45PM
917 posts

Google Maps and Share This with AJAX


Jamroom Developers

Yeah, that's already being done. The Google maps and share this don't show anything. They're both smarty functions.

I do a jQuery load by grabbing the wrapper section from the profile page. Should I grab something from the header that may not already be there?
updated by @nate: 06/29/15 12:06:57PM
nate
@nate
06/25/15 10:13:09AM
917 posts

Google Maps and Share This with AJAX


Jamroom Developers

I have a client for which I built a persistent audio player. So basically the player loads when you land on any skin page and then from there with every new link clicked the page is loaded via AJAX. it grabs the "wrapper" div of the new page and replaces the "wrapper" div of the exiting page.

The problem is Google maps and Share this are not working when that page is loaded via ajax.

I thought of inserting html with a few jamroom vars to replace the sections but each of them do quite a bit in the background, so it will not work.

Are there any suggestions?
updated by @nate: 07/23/15 04:43:55AM
  61