Closed drhazrd closed 10 years ago
Alright, this will be tricky trying to do this remotely. Let me see if i can get a windows environment running this week, i'll keep you posted. Whats your schedule ?
As I am probably the only person able to handle this with you, whenever you can.
I'm around Wednesday. Let me know if that works.
From: gosha1128 [mailto:notifications@github.com] Sent: Monday, February 03, 2014 12:51 PM To: gosha1128/MME_Apps Subject: Re: [MME_Apps] Online offline Mode (#30)
Alright, this will be tricky trying to do this remotely. Let me see if i can get a windows environment running this week, i'll keep you posted. Whats your schedule ?
— Reply to this email directly or view it on GitHubhttps://github.com/gosha1128/MME_Apps/issues/30#issuecomment-33980349.
OK, i'll know my schedule this week after today, i'll let you know.
One if the tricky things about automatic offline/online is that sometimes internet will get very 'flakey' - it will appear offline when actually its just really slow, or its in a weird state of being brittle - going off/on/off/on very quickly. This is likely to happen when WIFI is weak. So, we'll make sure we can emulate these conditions for the test.
Can you guys get me a download link to the zip file for the latest release ? Or, the ftp information ( login, pass, and path to the zip file ? )
Thanks!
Also, are you running Windows XP or Windows 7 ?
OK, baby steps. I have a temporary windows 7 environment and i'm downloading hercules 5. Tuesday during the day is impossible, so i'll probably start tuesday night on the changes.
OK, i think its best to proceed in gradual steps.
I created a build which ONLY fixes issues when you set the skin configuration OFFLINE. Please test this first and then we can proceed with auto-offline and offline-email.
The test files are in Hercules5.0/HerculesTests_OfflineConfigOnly.
Please do the following: 1) copy to a booth machine 2) setup hardware- camera and phidgets as needed 3) adjust the main config to reflect your hardware and the machine name (for license) 4) if you want to test a more recent skin, change that in the main config also and copy over the skin files 5) if you are using a new skin, make sure OFFLINE is set to 1 in the skin config 6) remove all the files/directories in c:\eventphotos 7) run the program and make sure it works as desired 8) you should also test by disconnecting from the network 9) notice that all the events in eventphotos have various offline related info files - these will be used later to send those emails/photos when back online ( this is not tested here )
If this all checks out, then we can move to testing offline email send, and then, auto-offline.
If you need help, lets schedule TeamViewer session preferably later in the day.
Hey George,
Thanks for the new build we were shut today due to weather. We will test tomorrow and let you know how we make out.
Joseph Tardi MMEInk Jtardi@mmeink.commailto:Jtardi@mmeink.com 212.971.5353 631.777.2244
On Feb 13, 2014, at 2:52 AM, "gosha1128" notifications@github.com<mailto:notifications@github.com> wrote:
OK, i think its best to proceed in gradual steps.
I created a build which ONLY fixes issues when you set the skin configuration OFFLINE. Please test this first and then we can proceed with auto-offline and offline-email.
The test files are in Hercules5.0/HerculesTests_OfflineConfigOnly.
Please do the following: 1) copy to a booth machine 2) setup hardware- camera and phidgets as needed 3) adjust the main config to reflect your hardware and the machine name (for license) 4) if you want to test a more recent skin, change that in the main config also and copy over the skin files 5) if you are using a new skin, make sure OFFLINE is set to 1 in the skin config 6) remove all the files/directories in c:\eventphotos 7) run the program and make sure it works as desired 8) you should also test by disconnecting from the network 9) notice that all the events in eventphotos have various offline related info files - these will be used later to send those emails/photos when back online ( this is not tested here )
If this all checks out, then we can move to testing offline email send, and then, auto-offline.
If you need help, lets schedule TeamViewer session preferably later in the day.
— Reply to this email directly or view it on GitHubhttps://github.com/gosha1128/MME_Apps/issues/30#issuecomment-34955430.
OK, I uploaded the next test package. Warning: This auto-offline detection is very trickey, so be patient as we slog through this.
Its here: Hercules5.0/HerculesTests_OfflineAll_A
Instructions to Test:
1) unzip package in a booth machine 2) see the main config in Debug and adjust as needed for your setup 3) locate the skin config in Skins/DoingourthingBoston and notice the two OFFLINE keys - OFFLINE is 0 meaning you are not forcing OFFLINE behavior ( as in the last test ) OFFLINE_HOST is set to a server name ( this is the server it will try to PING to determine if its online or not )
4) either keep the same skin or use your own skin and make the necessary adjustments to that skin's config
5) clear the contents of c:/eventphotos 6) make sure you have internet so that it thinks its on-line at the outset 7) run Hercules and make sure the first experience behaves online 8) make sure you receive the email 9) now, while Hercules is running, disable the internet connection (either through system tray or disconnect network ) 10) proceed through another booth experience and make sure it behaves offline ( for example, no facebook login ) 11) look in eventphotos and notice the folder for the last session shows various OFFLINE files 12) now ( still while Hercules is running ) enable the network 13) notice that the OFFLINE files in that event photos session directory eventually disappear, meaning that Hercules successfully got back online and proceeded to send the photos to the server and email 14) make sure you receive the email
If anything deviates from these steps, then there are still some issues to fix
Okay after taking a look at the new build, the only issue i've come in to contact with is the lag when it generates the 4photo. I believe right after the email photo is kicked back the build tries to associate what to do with it and lags for a tick and then we get an interrupt in the experience.
Do you think this has something to do with any new offline detection code ?
Or is the delay there all the time ( offline, online, etc? )
It could be, did you make a closed loop for checking the offline mode or is it an open reoccurring check loop?
It should only check at the top of the experience, but I'll check if there is some old code in there to do so...
-g
On Tue, Mar 11, 2014 at 9:29 AM, Nick Hatcher notifications@github.comwrote:
It could be, did you make a closed loop for checking the offline mode or is it an open reoccurring check loop?
Reply to this email directly or view it on GitHubhttps://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37316626 .
Hey, Nick - can i get teamview access to last source code build i put onto one of your machines?
I seem to be missing something that i believe i only changed when i did some quick fixes on your machine and wasn't able to checkin...
-g
On Tue, Mar 11, 2014 at 9:30 AM, George Williams george.williams@gmail.comwrote:
It should only check at the top of the experience, but I'll check if there is some old code in there to do so...
-g
On Tue, Mar 11, 2014 at 9:29 AM, Nick Hatcher notifications@github.comwrote:
It could be, did you make a closed loop for checking the offline mode or is it an open reoccurring check loop?
Reply to this email directly or view it on GitHubhttps://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37316626 .
Is now a good time? Or when if not now?
Thank You for your valuable time,
Nick Hatcher Web and Marketing Director
[cid:47838C9D-495A-4C79-A1BF-206F6E9B1C93]
NYC: 147 West 35th Street, Suite 201, New York, NY 10018 Long Island: 70 Gazza Blvd, Farmingdale, NY 11735 NYC: 212.971.5353 | Direct: 646.612.7464 | Toll Free: 877.885.0705 x22 | LI: 631.777.2244 | Fax: 631.777.7176 | eFax: 646.612.7464 | www.mmeink.com | nhatcher@mmeink.com
From: gosha1128 notifications@github.com<mailto:notifications@github.com> Reply-To: gosha1128/MME_Apps reply@reply.github.com<mailto:reply@reply.github.com> Date: Tue, 11 Mar 2014 09:52:44 -0700 To: gosha1128/MME_Apps MME_Apps@noreply.github.com<mailto:MME_Apps@noreply.github.com> Cc: Nick Hatcher nhatcher@mmeink.com<mailto:nhatcher@mmeink.com> Subject: Re: [MME_Apps] Online offline Mode (#30)
Hey, Nick - can i get teamview access to last source code build i put onto one of your machines?
I seem to be missing something that i believe i only changed when i did some quick fixes on your machine and wasn't able to checkin...
-g
On Tue, Mar 11, 2014 at 9:30 AM, George Williams george.williams@gmail.com<mailto:george.williams@gmail.com>wrote:
It should only check at the top of the experience, but I'll check if there is some old code in there to do so...
-g
On Tue, Mar 11, 2014 at 9:29 AM, Nick Hatcher notifications@github.com<mailto:notifications@github.com>wrote:
It could be, did you make a closed loop for checking the offline mode or is it an open reoccurring check loop?
Reply to this email directly or view it on GitHubhttps://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37316626 .
— Reply to this email directly or view it on GitHubhttps://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37319587.
Now is good...i maybe just end up zipping it up and uploading to your ftp anyway.
-g
On Tue, Mar 11, 2014 at 9:56 AM, Nick Hatcher notifications@github.comwrote:
Is now a good time? Or when if not now?
Thank You for your valuable time,
Nick Hatcher Web and Marketing Director
[cid:47838C9D-495A-4C79-A1BF-206F6E9B1C93]
NYC: 147 West 35th Street, Suite 201, New York, NY 10018 Long Island: 70 Gazza Blvd, Farmingdale, NY 11735 NYC: 212.971.5353 | Direct: 646.612.7464 | Toll Free: 877.885.0705 x22 | LI: 631.777.2244 | Fax: 631.777.7176 | eFax: 646.612.7464 | www.mmeink.com | nhatcher@mmeink.com
From: gosha1128 notifications@github.com<mailto:notifications@github.com>
Reply-To: gosha1128/MME_Apps <reply@reply.github.com<mailto: reply@reply.github.com>> Date: Tue, 11 Mar 2014 09:52:44 -0700 To: gosha1128/MME_Apps <MME_Apps@noreply.github.com<mailto: MME_Apps@noreply.github.com>> Cc: Nick Hatcher nhatcher@mmeink.com<mailto:nhatcher@mmeink.com> Subject: Re: [MME_Apps] Online offline Mode (#30)
Hey, Nick - can i get teamview access to last source code build i put onto one of your machines?
I seem to be missing something that i believe i only changed when i did some quick fixes on your machine and wasn't able to checkin...
-g
On Tue, Mar 11, 2014 at 9:30 AM, George Williams george.williams@gmail.com<mailto:george.williams@gmail.com>wrote:
It should only check at the top of the experience, but I'll check if there is some old code in there to do so...
-g
On Tue, Mar 11, 2014 at 9:29 AM, Nick Hatcher <notifications@github.com mailto:notifications@github.com>wrote:
It could be, did you make a closed loop for checking the offline mode or is it an open reoccurring check loop?
Reply to this email directly or view it on GitHub< https://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37316626> .
Reply to this email directly or view it on GitHub< https://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37319587>.
Reply to this email directly or view it on GitHubhttps://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37320035 .
Okay so ill send the credentials. I set it up so that you can access it when ever you want front the management console.
Thank You for your valuable time,
Nick Hatcher Web and Marketing Director
[cid:47838C9D-495A-4C79-A1BF-206F6E9B1C93]
NYC: 147 West 35th Street, Suite 201, New York, NY 10018 Long Island: 70 Gazza Blvd, Farmingdale, NY 11735 NYC: 212.971.5353 | Direct: 646.612.7464 | Toll Free: 877.885.0705 x22 | LI: 631.777.2244 | Fax: 631.777.7176 | eFax: 646.612.7464 | www.mmeink.com | nhatcher@mmeink.com
From: gosha1128 notifications@github.com<mailto:notifications@github.com> Reply-To: gosha1128/MME_Apps reply@reply.github.com<mailto:reply@reply.github.com> Date: Tue, 11 Mar 2014 09:57:09 -0700 To: gosha1128/MME_Apps MME_Apps@noreply.github.com<mailto:MME_Apps@noreply.github.com> Cc: Nick Hatcher nhatcher@mmeink.com<mailto:nhatcher@mmeink.com> Subject: Re: [MME_Apps] Online offline Mode (#30)
Now is good...i maybe just end up zipping it up and uploading to your ftp anyway.
-g
On Tue, Mar 11, 2014 at 9:56 AM, Nick Hatcher notifications@github.com<mailto:notifications@github.com>wrote:
Is now a good time? Or when if not now?
Thank You for your valuable time,
Nick Hatcher Web and Marketing Director
[cid:47838C9D-495A-4C79-A1BF-206F6E9B1C93]
NYC: 147 West 35th Street, Suite 201, New York, NY 10018 Long Island: 70 Gazza Blvd, Farmingdale, NY 11735 NYC: 212.971.5353 | Direct: 646.612.7464 | Toll Free: 877.885.0705 x22 | LI: 631.777.2244 | Fax: 631.777.7176 | eFax: 646.612.7464 | www.mmeink.com | nhatcher@mmeink.commailto:nhatcher@mmeink.com
From: gosha1128 notifications@github.com<mailto:notifications@github.commailto:notifications@github.com>
Reply-To: gosha1128/MME_Apps reply@reply.github.com<mailto:reply@reply.github.com<mailto: reply@reply.github.commailto:reply@reply.github.com>> Date: Tue, 11 Mar 2014 09:52:44 -0700 To: gosha1128/MME_Apps MME_Apps@noreply.github.com<mailto:MME_Apps@noreply.github.com<mailto: MME_Apps@noreply.github.commailto:MME_Apps@noreply.github.com>> Cc: Nick Hatcher nhatcher@mmeink.com<mailto:nhatcher@mmeink.commailto:nhatcher@mmeink.com> Subject: Re: [MME_Apps] Online offline Mode (#30)
Hey, Nick - can i get teamview access to last source code build i put onto one of your machines?
I seem to be missing something that i believe i only changed when i did some quick fixes on your machine and wasn't able to checkin...
-g
On Tue, Mar 11, 2014 at 9:30 AM, George Williams george.williams@gmail.com<mailto:george.williams@gmail.commailto:george.williams@gmail.com>wrote:
It should only check at the top of the experience, but I'll check if there is some old code in there to do so...
-g
On Tue, Mar 11, 2014 at 9:29 AM, Nick Hatcher notifications@github.com<mailto:notifications@github.com mailto:notifications@github.com>wrote:
It could be, did you make a closed loop for checking the offline mode or is it an open reoccurring check loop?
Reply to this email directly or view it on GitHub< https://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37316626> .
Reply to this email directly or view it on GitHub< https://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37319587>.
Reply to this email directly or view it on GitHubhttps://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37320035 .
— Reply to this email directly or view it on GitHubhttps://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37320147.
sweet, thanks.
I really want to get all the source in one repository (finally), so this will be awesome. It would be nice if there were a nice speedy connection from that machine to the internet, since i will be uploading a huge zip file, but i understand if thats not possible.
Thanks!
-g
On Tue, Mar 11, 2014 at 10:26 AM, Nick Hatcher notifications@github.comwrote:
Okay so ill send the credentials. I set it up so that you can access it when ever you want front the management console.
Thank You for your valuable time,
Nick Hatcher Web and Marketing Director
[cid:47838C9D-495A-4C79-A1BF-206F6E9B1C93]
NYC: 147 West 35th Street, Suite 201, New York, NY 10018 Long Island: 70 Gazza Blvd, Farmingdale, NY 11735 NYC: 212.971.5353 | Direct: 646.612.7464 | Toll Free: 877.885.0705 x22 | LI: 631.777.2244 | Fax: 631.777.7176 | eFax: 646.612.7464 | www.mmeink.com | nhatcher@mmeink.com
From: gosha1128 notifications@github.com<mailto:notifications@github.com>
Reply-To: gosha1128/MME_Apps <reply@reply.github.com<mailto: reply@reply.github.com>> Date: Tue, 11 Mar 2014 09:57:09 -0700 To: gosha1128/MME_Apps <MME_Apps@noreply.github.com<mailto: MME_Apps@noreply.github.com>> Cc: Nick Hatcher nhatcher@mmeink.com<mailto:nhatcher@mmeink.com> Subject: Re: [MME_Apps] Online offline Mode (#30)
Now is good...i maybe just end up zipping it up and uploading to your ftp anyway.
-g
On Tue, Mar 11, 2014 at 9:56 AM, Nick Hatcher <notifications@github.com mailto:notifications@github.com>wrote:
Is now a good time? Or when if not now?
Thank You for your valuable time,
Nick Hatcher Web and Marketing Director
[cid:47838C9D-495A-4C79-A1BF-206F6E9B1C93]
NYC: 147 West 35th Street, Suite 201, New York, NY 10018 Long Island: 70 Gazza Blvd, Farmingdale, NY 11735 NYC: 212.971.5353 | Direct: 646.612.7464 | Toll Free: 877.885.0705 x22 | LI: 631.777.2244 | Fax: 631.777.7176 | eFax: 646.612.7464 | www.mmeink.com | nhatcher@mmeink.commailto:nhatcher@mmeink.com
From: gosha1128 <notifications@github.com<mailto: notifications@github.com>mailto:notifications@github.com>
Reply-To: gosha1128/MME_Apps <reply@reply.github.com<mailto: reply@reply.github.com><mailto: reply@reply.github.commailto:reply@reply.github.com>> Date: Tue, 11 Mar 2014 09:52:44 -0700 To: gosha1128/MME_Apps <MME_Apps@noreply.github.com<mailto: MME_Apps@noreply.github.com><mailto: MME_Apps@noreply.github.commailto:MME_Apps@noreply.github.com>> Cc: Nick Hatcher <nhatcher@mmeink.com<mailto:nhatcher@mmeink.com mailto:nhatcher@mmeink.com> Subject: Re: [MME_Apps] Online offline Mode (#30)
Hey, Nick - can i get teamview access to last source code build i put onto one of your machines?
I seem to be missing something that i believe i only changed when i did some quick fixes on your machine and wasn't able to checkin...
-g
On Tue, Mar 11, 2014 at 9:30 AM, George Williams george.williams@gmail.com<mailto:george.williams@gmail.com<mailto: george.williams@gmail.com>>wrote:
It should only check at the top of the experience, but I'll check if there is some old code in there to do so...
-g
On Tue, Mar 11, 2014 at 9:29 AM, Nick Hatcher < notifications@github.commailto:notifications@github.com mailto:notifications@github.com>wrote:
It could be, did you make a closed loop for checking the offline mode or is it an open reoccurring check loop?
Reply to this email directly or view it on GitHub< https://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37316626> .
Reply to this email directly or view it on GitHub< https://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37319587>.
Reply to this email directly or view it on GitHub< https://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37320035> .
Reply to this email directly or view it on GitHub< https://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37320147>.
Reply to this email directly or view it on GitHubhttps://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37323903 .
In the right pane in the new teamveiwer the user name is "nhatcher@mmeink.com" and password is "mmeink70" you will have consistent access to it and all you'll have to do is ask us to turn it on. Good Day and WELCOME TO THE WORLD OF TOMORROW! ;)
but seriously I'm here all day
LOL, me too !
On Tue, Mar 11, 2014 at 10:51 AM, Nick Hatcher notifications@github.comwrote:
but seriously I'm here all day
Reply to this email directly or view it on GitHubhttps://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37327070 .
So, this machine doesn't have the last source code.
I think maybe in Dec/Jan i was actually doing developing on a machine via TeamViewer. Its that one. Do you still have access to it ?
Thanks....sorry for the pain here..:)
-g
On Tue, Mar 11, 2014 at 10:54 AM, George Williams <george.williams@gmail.com
wrote:
LOL, me too !
On Tue, Mar 11, 2014 at 10:51 AM, Nick Hatcher notifications@github.comwrote:
but seriously I'm here all day
Reply to this email directly or view it on GitHubhttps://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37327070 .
That one should still have the newest build on it you just gave us
No, that just has the binaries, no source code.
I was developing on a machine there via teamviewer ( it had VisualStudio, all the source code etc. )
I believe it was when we were doing the last Canon camera development late in 2013.
Is that machine still available ? If you hook up candidate machines via teamviewer i can check real quick...
-g
On Tue, Mar 11, 2014 at 11:05 AM, Nick Hatcher notifications@github.comwrote:
That one should still have the newest build on it you just gave us
Reply to this email directly or view it on GitHubhttps://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37328798 .
Actually, i remember now, it was a machine used for the Wall Street booth.
Can i have access to that machine? to retrieve the last source code that i was unable to checkin...
George
On Tue, Mar 11, 2014 at 11:09 AM, George Williams <george.williams@gmail.com
wrote:
No, that just has the binaries, no source code.
I was developing on a machine there via teamviewer ( it had VisualStudio, all the source code etc. )
I believe it was when we were doing the last Canon camera development late in 2013.
Is that machine still available ? If you hook up candidate machines via teamviewer i can check real quick...
-g
On Tue, Mar 11, 2014 at 11:05 AM, Nick Hatcher notifications@github.comwrote:
That one should still have the newest build on it you just gave us
Reply to this email directly or view it on GitHubhttps://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37328798 .
Joe just transferred the older build onto the machine lemme know if you can use it
Thank You for your valuable time,
Nick Hatcher Web and Marketing Director
[cid:47838C9D-495A-4C79-A1BF-206F6E9B1C93]
NYC: 147 West 35th Street, Suite 201, New York, NY 10018 Long Island: 70 Gazza Blvd, Farmingdale, NY 11735 NYC: 212.971.5353 | Direct: 646.612.7464 | Toll Free: 877.885.0705 x22 | LI: 631.777.2244 | Fax: 631.777.7176 | eFax: 646.612.7464 | www.mmeink.com | nhatcher@mmeink.com
From: gosha1128 notifications@github.com<mailto:notifications@github.com> Reply-To: gosha1128/MME_Apps reply@reply.github.com<mailto:reply@reply.github.com> Date: Tue, 11 Mar 2014 11:09:20 -0700 To: gosha1128/MME_Apps MME_Apps@noreply.github.com<mailto:MME_Apps@noreply.github.com> Cc: Nick Hatcher nhatcher@mmeink.com<mailto:nhatcher@mmeink.com> Subject: Re: [MME_Apps] Online offline Mode (#30)
No, that just has the binaries, no source code.
I was developing on a machine there via teamviewer ( it had VisualStudio, all the source code etc. )
I believe it was when we were doing the last Canon camera development late in 2013.
Is that machine still available ? If you hook up candidate machines via teamviewer i can check real quick...
-g
On Tue, Mar 11, 2014 at 11:05 AM, Nick Hatcher notifications@github.com<mailto:notifications@github.com>wrote:
That one should still have the newest build on it you just gave us
Reply to this email directly or view it on GitHubhttps://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37328798 .
— Reply to this email directly or view it on GitHubhttps://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37329403.
Looks like thats it. Let me look at it...
On Tue, Mar 11, 2014 at 11:19 AM, Nick Hatcher notifications@github.comwrote:
Joe just transferred the older build onto the machine lemme know if you can use it
Thank You for your valuable time,
Nick Hatcher Web and Marketing Director
[cid:47838C9D-495A-4C79-A1BF-206F6E9B1C93]
NYC: 147 West 35th Street, Suite 201, New York, NY 10018 Long Island: 70 Gazza Blvd, Farmingdale, NY 11735 NYC: 212.971.5353 | Direct: 646.612.7464 | Toll Free: 877.885.0705 x22 | LI: 631.777.2244 | Fax: 631.777.7176 | eFax: 646.612.7464 | www.mmeink.com | nhatcher@mmeink.com
From: gosha1128 notifications@github.com<mailto:notifications@github.com>
Reply-To: gosha1128/MME_Apps <reply@reply.github.com<mailto: reply@reply.github.com>> Date: Tue, 11 Mar 2014 11:09:20 -0700 To: gosha1128/MME_Apps <MME_Apps@noreply.github.com<mailto: MME_Apps@noreply.github.com>> Cc: Nick Hatcher nhatcher@mmeink.com<mailto:nhatcher@mmeink.com> Subject: Re: [MME_Apps] Online offline Mode (#30)
No, that just has the binaries, no source code.
I was developing on a machine there via teamviewer ( it had VisualStudio, all the source code etc. )
I believe it was when we were doing the last Canon camera development late in 2013.
Is that machine still available ? If you hook up candidate machines via teamviewer i can check real quick...
-g
On Tue, Mar 11, 2014 at 11:05 AM, Nick Hatcher <notifications@github.com mailto:notifications@github.com>wrote:
That one should still have the newest build on it you just gave us
Reply to this email directly or view it on GitHub< https://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37328798> .
Reply to this email directly or view it on GitHub< https://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37329403>.
Reply to this email directly or view it on GitHubhttps://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37330766 .
mmeink.com/autolycus/Hercules5.0ftp://mmei7057@ftp.mmeink.com/autolycus/Hercules5.0
Thank You for your valuable time,
Nick Hatcher Web and Marketing Director
[cid:47838C9D-495A-4C79-A1BF-206F6E9B1C93]
NYC: 147 West 35th Street, Suite 201, New York, NY 10018 Long Island: 70 Gazza Blvd, Farmingdale, NY 11735 NYC: 212.971.5353 | Direct: 646.612.7464 | Toll Free: 877.885.0705 x22 | LI: 631.777.2244 | Fax: 631.777.7176 | eFax: 646.612.7464 | www.mmeink.com | nhatcher@mmeink.com
From: gosha1128 notifications@github.com<mailto:notifications@github.com> Reply-To: gosha1128/MME_Apps reply@reply.github.com<mailto:reply@reply.github.com> Date: Tue, 11 Mar 2014 11:21:52 -0700 To: gosha1128/MME_Apps MME_Apps@noreply.github.com<mailto:MME_Apps@noreply.github.com> Cc: Nick Hatcher nhatcher@mmeink.com<mailto:nhatcher@mmeink.com> Subject: Re: [MME_Apps] Online offline Mode (#30)
Looks like thats it. Let me look at it...
On Tue, Mar 11, 2014 at 11:19 AM, Nick Hatcher notifications@github.com<mailto:notifications@github.com>wrote:
Joe just transferred the older build onto the machine lemme know if you can use it
Thank You for your valuable time,
Nick Hatcher Web and Marketing Director
[cid:47838C9D-495A-4C79-A1BF-206F6E9B1C93]
NYC: 147 West 35th Street, Suite 201, New York, NY 10018 Long Island: 70 Gazza Blvd, Farmingdale, NY 11735 NYC: 212.971.5353 | Direct: 646.612.7464 | Toll Free: 877.885.0705 x22 | LI: 631.777.2244 | Fax: 631.777.7176 | eFax: 646.612.7464 | www.mmeink.com | nhatcher@mmeink.commailto:nhatcher@mmeink.com
From: gosha1128 notifications@github.com<mailto:notifications@github.commailto:notifications@github.com>
Reply-To: gosha1128/MME_Apps reply@reply.github.com<mailto:reply@reply.github.com<mailto: reply@reply.github.commailto:reply@reply.github.com>> Date: Tue, 11 Mar 2014 11:09:20 -0700 To: gosha1128/MME_Apps MME_Apps@noreply.github.com<mailto:MME_Apps@noreply.github.com<mailto: MME_Apps@noreply.github.commailto:MME_Apps@noreply.github.com>> Cc: Nick Hatcher nhatcher@mmeink.com<mailto:nhatcher@mmeink.commailto:nhatcher@mmeink.com> Subject: Re: [MME_Apps] Online offline Mode (#30)
No, that just has the binaries, no source code.
I was developing on a machine there via teamviewer ( it had VisualStudio, all the source code etc. )
I believe it was when we were doing the last Canon camera development late in 2013.
Is that machine still available ? If you hook up candidate machines via teamviewer i can check real quick...
-g
On Tue, Mar 11, 2014 at 11:05 AM, Nick Hatcher notifications@github.com<mailto:notifications@github.com mailto:notifications@github.com>wrote:
That one should still have the newest build on it you just gave us
Reply to this email directly or view it on GitHub< https://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37328798> .
Reply to this email directly or view it on GitHub< https://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37329403>.
Reply to this email directly or view it on GitHubhttps://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37330766 .
— Reply to this email directly or view it on GitHubhttps://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37330969.
Nick - can i once again have the ftp credentials ? They are so hard to remember...
On Tue, Mar 11, 2014 at 11:26 AM, Nick Hatcher notifications@github.comwrote:
mmeink.com/autolycus/Hercules5.0< ftp://mmei7057@ftp.mmeink.com/autolycus/Hercules5.0>
Thank You for your valuable time,
Nick Hatcher Web and Marketing Director
[cid:47838C9D-495A-4C79-A1BF-206F6E9B1C93]
NYC: 147 West 35th Street, Suite 201, New York, NY 10018 Long Island: 70 Gazza Blvd, Farmingdale, NY 11735 NYC: 212.971.5353 | Direct: 646.612.7464 | Toll Free: 877.885.0705 x22 | LI: 631.777.2244 | Fax: 631.777.7176 | eFax: 646.612.7464 | www.mmeink.com | nhatcher@mmeink.com
From: gosha1128 notifications@github.com<mailto:notifications@github.com>
Reply-To: gosha1128/MME_Apps <reply@reply.github.com<mailto: reply@reply.github.com>> Date: Tue, 11 Mar 2014 11:21:52 -0700 To: gosha1128/MME_Apps <MME_Apps@noreply.github.com<mailto: MME_Apps@noreply.github.com>> Cc: Nick Hatcher nhatcher@mmeink.com<mailto:nhatcher@mmeink.com> Subject: Re: [MME_Apps] Online offline Mode (#30)
Looks like thats it. Let me look at it...
On Tue, Mar 11, 2014 at 11:19 AM, Nick Hatcher <notifications@github.com mailto:notifications@github.com>wrote:
Joe just transferred the older build onto the machine lemme know if you can use it
Thank You for your valuable time,
Nick Hatcher Web and Marketing Director
[cid:47838C9D-495A-4C79-A1BF-206F6E9B1C93]
NYC: 147 West 35th Street, Suite 201, New York, NY 10018 Long Island: 70 Gazza Blvd, Farmingdale, NY 11735 NYC: 212.971.5353 | Direct: 646.612.7464 | Toll Free: 877.885.0705 x22 | LI: 631.777.2244 | Fax: 631.777.7176 | eFax: 646.612.7464 | www.mmeink.com | nhatcher@mmeink.commailto:nhatcher@mmeink.com
From: gosha1128 <notifications@github.com<mailto: notifications@github.com>mailto:notifications@github.com>
Reply-To: gosha1128/MME_Apps <reply@reply.github.com<mailto: reply@reply.github.com><mailto: reply@reply.github.commailto:reply@reply.github.com>> Date: Tue, 11 Mar 2014 11:09:20 -0700 To: gosha1128/MME_Apps <MME_Apps@noreply.github.com<mailto: MME_Apps@noreply.github.com><mailto: MME_Apps@noreply.github.commailto:MME_Apps@noreply.github.com>> Cc: Nick Hatcher <nhatcher@mmeink.com<mailto:nhatcher@mmeink.com mailto:nhatcher@mmeink.com> Subject: Re: [MME_Apps] Online offline Mode (#30)
No, that just has the binaries, no source code.
I was developing on a machine there via teamviewer ( it had VisualStudio, all the source code etc. )
I believe it was when we were doing the last Canon camera development late in 2013.
Is that machine still available ? If you hook up candidate machines via teamviewer i can check real quick...
-g
On Tue, Mar 11, 2014 at 11:05 AM, Nick Hatcher <notifications@github.com mailto:notifications@github.com mailto:notifications@github.com>wrote:
That one should still have the newest build on it you just gave us
Reply to this email directly or view it on GitHub< https://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37328798> .
Reply to this email directly or view it on GitHub< https://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37329403>.
Reply to this email directly or view it on GitHub< https://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37330766> .
Reply to this email directly or view it on GitHub< https://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37330969>.
Reply to this email directly or view it on GitHubhttps://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37331618 .
mmei7057 Webshit2013!
I'd forget them as well and never remember them if I didn't have to use them all day. Hahaha
Thank You for your valuable time,
Nick Hatcher Web and Marketing Director
[cid:47838C9D-495A-4C79-A1BF-206F6E9B1C93]
NYC: 147 West 35th Street, Suite 201, New York, NY 10018 Long Island: 70 Gazza Blvd, Farmingdale, NY 11735 NYC: 212.971.5353 | Direct: 646.612.7464 | Toll Free: 877.885.0705 x22 | LI: 631.777.2244 | Fax: 631.777.7176 | eFax: 646.612.7464 | www.mmeink.com | nhatcher@mmeink.com
From: gosha1128 notifications@github.com<mailto:notifications@github.com> Reply-To: gosha1128/MME_Apps reply@reply.github.com<mailto:reply@reply.github.com> Date: Tue, 11 Mar 2014 11:31:26 -0700 To: gosha1128/MME_Apps MME_Apps@noreply.github.com<mailto:MME_Apps@noreply.github.com> Cc: Nick Hatcher nhatcher@mmeink.com<mailto:nhatcher@mmeink.com> Subject: Re: [MME_Apps] Online offline Mode (#30)
Nick - can i once again have the ftp credentials ? They are so hard to remember...
On Tue, Mar 11, 2014 at 11:26 AM, Nick Hatcher notifications@github.com<mailto:notifications@github.com>wrote:
mmeink.com/autolycus/Hercules5.0< ftp://mmei7057@ftp.mmeink.com/autolycus/Hercules5.0>
Thank You for your valuable time,
Nick Hatcher Web and Marketing Director
[cid:47838C9D-495A-4C79-A1BF-206F6E9B1C93]
NYC: 147 West 35th Street, Suite 201, New York, NY 10018 Long Island: 70 Gazza Blvd, Farmingdale, NY 11735 NYC: 212.971.5353 | Direct: 646.612.7464 | Toll Free: 877.885.0705 x22 | LI: 631.777.2244 | Fax: 631.777.7176 | eFax: 646.612.7464 | www.mmeink.com | nhatcher@mmeink.commailto:nhatcher@mmeink.com
From: gosha1128 notifications@github.com<mailto:notifications@github.commailto:notifications@github.com>
Reply-To: gosha1128/MME_Apps reply@reply.github.com<mailto:reply@reply.github.com<mailto: reply@reply.github.commailto:reply@reply.github.com>> Date: Tue, 11 Mar 2014 11:21:52 -0700 To: gosha1128/MME_Apps MME_Apps@noreply.github.com<mailto:MME_Apps@noreply.github.com<mailto: MME_Apps@noreply.github.commailto:MME_Apps@noreply.github.com>> Cc: Nick Hatcher nhatcher@mmeink.com<mailto:nhatcher@mmeink.commailto:nhatcher@mmeink.com> Subject: Re: [MME_Apps] Online offline Mode (#30)
Looks like thats it. Let me look at it...
On Tue, Mar 11, 2014 at 11:19 AM, Nick Hatcher notifications@github.com<mailto:notifications@github.com mailto:notifications@github.com>wrote:
Joe just transferred the older build onto the machine lemme know if you can use it
Thank You for your valuable time,
Nick Hatcher Web and Marketing Director
[cid:47838C9D-495A-4C79-A1BF-206F6E9B1C93]
NYC: 147 West 35th Street, Suite 201, New York, NY 10018 Long Island: 70 Gazza Blvd, Farmingdale, NY 11735 NYC: 212.971.5353 | Direct: 646.612.7464 | Toll Free: 877.885.0705 x22 | LI: 631.777.2244 | Fax: 631.777.7176 | eFax: 646.612.7464 | www.mmeink.com | nhatcher@mmeink.commailto:nhatcher@mmeink.commailto:nhatcher@mmeink.com
From: gosha1128 notifications@github.com<mailto:notifications@github.com<mailto: notifications@github.commailto:notifications@github.com>mailto:notifications@github.com>
Reply-To: gosha1128/MME_Apps reply@reply.github.com<mailto:reply@reply.github.com<mailto: reply@reply.github.commailto:reply@reply.github.com><mailto: reply@reply.github.commailto:reply@reply.github.commailto:reply@reply.github.com>> Date: Tue, 11 Mar 2014 11:09:20 -0700 To: gosha1128/MME_Apps MME_Apps@noreply.github.com<mailto:MME_Apps@noreply.github.com<mailto: MME_Apps@noreply.github.commailto:MME_Apps@noreply.github.com><mailto: MME_Apps@noreply.github.commailto:MME_Apps@noreply.github.commailto:MME_Apps@noreply.github.com>> Cc: Nick Hatcher nhatcher@mmeink.com<mailto:nhatcher@mmeink.com<mailto:nhatcher@mmeink.com mailto:nhatcher@mmeink.com> Subject: Re: [MME_Apps] Online offline Mode (#30)
No, that just has the binaries, no source code.
I was developing on a machine there via teamviewer ( it had VisualStudio, all the source code etc. )
I believe it was when we were doing the last Canon camera development late in 2013.
Is that machine still available ? If you hook up candidate machines via teamviewer i can check real quick...
-g
On Tue, Mar 11, 2014 at 11:05 AM, Nick Hatcher notifications@github.com<mailto:notifications@github.com mailto:notifications@github.com mailto:notifications@github.com>wrote:
That one should still have the newest build on it you just gave us
Reply to this email directly or view it on GitHub< https://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37328798> .
Reply to this email directly or view it on GitHub< https://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37329403>.
Reply to this email directly or view it on GitHub< https://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37330766> .
Reply to this email directly or view it on GitHub< https://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37330969>.
Reply to this email directly or view it on GitHubhttps://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37331618 .
— Reply to this email directly or view it on GitHubhttps://github.com/gosha1128/MME_Apps/issues/30#issuecomment-37332164.
OK, there is a new build to test. Please let me know if it addresses your issue.
HerculesTest_OfflineAll_B.zip
This code merges all the changes from the build you put on the server for me, so it should contain ALL the latest changes, now including full offline support.
Remember to test these cases for offline: 1) Setting Offline to true (and disconnecting machine from internet) should not cause delays
2) In Offline mode, the experience should skip sending email and going to facebook.
3) In Offline mode, the event in eventphotos directory will contain OFFLINE_ files.
4) When you put it back to Online ( and connect machine to internet ), it should send all those emails ( and the OFFLINE_ files will disappear )
5) If Offline was to 0, then it should detect if its online. This you test by disconnecting/connecting the internet, and running the experience several times to make sure its properly working.
Nick, i've added you to the Hercules repository - technically, thats where all the issues for the booth code go. So if you can start using that it would be good. I'll migrate this issue over to it and close this one.
As dictated By Joe:
The online offline mode very buggy and is a show stopper for me if we do not have internet. The following needs to happen:
Online offline mode should still remain in the config: Internet needs to be recognized or not recognized at the start screen. If there is internet present the experience runs as expected. If there is no internet at the start screen the experience runs in offline mode even if the config is enabled online. When the booth is offline the files are stored in a separated directory in the root of C: called offline event photos. These photos are stored and wait in a cue and instantly uploaded once the booth regains connectivity.