Posted: January 21, 2020 at 9:04 am
|
It is giving me an error when I try to log in to mobile app. The error reads: “Timestamps received on a request as the value for Date and Time fields must be in RFC3339/ISO08601 format. The timestamp provided (2020-01-21T00:00 is not that format. “ |
Hi there, Which version of the mobile app are you using? iOS or Android? If iOS can you post your device’s specific software version number, please? |
|
|
I have it installed on my andriod phone.. Google Pixel 2 App says Version 2.32 |
Hmm, strange. Can you send me login details I can use to test the app? You can use this form https://eventespresso.com/send-login-details/ I’ll see if I can capture the request sent to/from your server and get more details of where the above format is coming from. |
|
|
So something different happened today. I might not be doing something right. Now it says “Connection error. Unable to load data.” My current situation is I have Event Espresso on my wordpress site Version 4.10.2.p, use the vanco payment which is working fine. Then I downloaded the mobile app and tried to log in with the same website http://www.calvarymiami.com/wp-admin and use the same credentials that I use to login to my regular wordpress site. My goal is to use the mobile to app to check people in using their name as the come to the event. It looked like the mobile app could do that and It would be the best experience. Because logging to the worpress site has a ton of other things that I don’t want a regular person at the event check in to have access to… Was there anything else I missed? I just want to make sure i send you the correct credentials you were asking for… |
On the app, for the website URL put in:
Sounds like are using the correct credentials but that URL above is wrong for the app. Event Espresso saves all of its data on your site, so the app is logging into your site and you use the credentials for that site (not your eventespresso.com login details, which some users try to use). So with the above url, what happens in the app? |
|
|
Ok i just tried i reset one of the admin accounts on wordpress, tried logging in wordpress and it logs in just fine… When i put it on the app it is now telling me “Connection error: Unable to load data” I filled out the form with my credentials, however i have changed the credentials since that time because I was having some issues logging in on the wordpress side. All of that is now working and I can log in to wordpress just fine.. Can I go to the same link you posted to enter in the correct information? or would you like to send me that link again and I can fill it out.. What would you like me to do next.? |
Yes, you can use the same link but I’ll post it here for convenience: https://eventespresso.com/send-login-details/ Note that I didn’t receive any credentials previously.
Did you use the URL I posted above? So no protocol (http) and |
|
Actually, looking over your site, the value you use in the app for website URL is just |
|
|
i tried just using calvarymiami.com and got the same “connection error: Unable to load data” |
|
Any other progress on this? were you able to log in? |
Hi, I’m able to connect to the site, but I get the same error you originally reported:
Can you install the REST API Log plugin on the site so I can view the request/response sent to/from the site? |
|
|
Yes. go ahead.. |
|
oh sorry i missed read that.. You asked me to install it. I will try now. |
|
Done it is installed |
Just to clarify why, unless we are working on a support token with FTP access to the server we will not install plugins or edit any code on a site (we generally won’t ask for login details either but for app issues like this we need them to test)
Thanks. So I checked the logs of what is being received by your site and the problem is the timestamp sent in the REST request is missing values. These are the values passed to your site:
This However, the app does send the correct value and if I log out of your site into any of my test sites to confirm that, I get the correct values, like this:
Looking at the logs on your site it looks like the requests are all being sent through a proxy, is that something you have set up or your host? If your host you’ll need to contact them and have them investigate this as it appears the values sent are being altered when they are forwarded onto your site. |
|
|
I totally understand on the installing a plugin. |
|
Yup.. it is our hosting plan. I would have to transfer the entire website to another hosting plan for it to work. Very Sad. So I will work on another plan. I don’t think we are ready for such a major move for this just yet. |
My guess is that they are filtering the requests based on user-agent so it’s a little difficult to give you an example, but this is an example of the request being sent: As you can see, the timestamp is correct above and if you click it you’ll likely get a response with event data. Yet if I send that same request using Postman (A tool users to test REST API’s) I get the error: https://monosnap.com/file/yx3fgvI8aMZ1io7gE68znkbxQLrqwN Then if I check the REST API log for that specific request, I see the seconds are missing from the timestamp: https://monosnap.com/file/qKxL3uTBZuyOE4VsebJTykaadUDchC |
|
|
bizarre. Well I am going to simply work around it. by downloading the information from event espresso and using another mobile app to do the check in. Thanks for all your work looking into this for us.. |
May I ask which app you are using for this? |
|
|
Easiest best looking one, very fast and easy to use that i found was from boomset. It lets you import a list from event espresso. I tested it and it worked.. Mobile Guest List |
Oh, I see what you mean. You’re exporting the registrations form Event Espresso into another event management system and using their app. I thought you meant connecting another mobile app to Event Espresso on your site. Can’t help any further with the above as I have zero experience with it but glad you found a solution that works for you 🙂 |
|
|
I didn’t even think about using another app that can connect with event espresso, not a bad idea to try looking for something. I am open to suggestions as a possible solution if you had any. I can’t be the only person using godaddy, managed WordPress hosting and having these issues. |
I don’t know of any, that’s why I asked which app as checking in EE registrations would be a specific request to Event Espresso and I’ve not heard of any other apps that can/will do it.
If you contact GoDaddy and give them details of this they should be able to help. Either changing the filter that is removing the additional I’m sure you’re not the only person using GoDaddy, but we list them under hosts we do not recommend: https://eventespresso.com/requirements/ I’ll give you just one quick example as to why… The GoDaddy managed hosting package used to (and may still do) come with server-side caching enabled on ALL pages by default. We set do not cache headers, query strings etc all to make sure EE pages are not cached….. GoDaddy ignored them all and just cached everything anyway, that breaks your registrations. We worked through this with multiple users, got in touch with GoDaddy multiple times and were eventually given a recommended solution to disable the cache after being told on multiple occasions it wasn’t possible, then it was, then it wasn’t again… The solution was to remove Great….. until users that had removed that file started reporting the same errors again, or users that contacted GoDaddy were once again told it wasn’t possible to disable the cache at all. GoDaddy was apparently replacing that file on servers that had removed it so without notice all registrations would break and their support techs had no idea on how to disable the caching. (Note that disabling the cache on specific pages would have been fine, just like you can with WPEngine, GoDaddy couldn’t do that) This isn’t the only issue our users have had with them but it was a significant issue for many that went on for months, so our decision to not recommend them was not a knee jerk reaction. I haven’t dealt with GoDaddy in a while now so this may well have changed but we simply cannot recommend them based on past experiences. |
|
The support post ‘Mobile APP login error’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.