Error in event capture

Hi Devs,
On 2.18, getting this error with event capture.

Uncaught Error: [$injector:unpr]

After that, just a blank screen.

Regards,
Jason

···

--
Jason P. Pickering
email: jason.p.pickering@gmail.com
tel:+46764147049

A bit strange to get that… are you also seeing the same in demo?

···

Thank you,

Abyot.

(sent from mobile)

On Jan 29, 2015 8:24 AM, “Jason Pickering” jason.p.pickering@gmail.com wrote:

Hi Devs,

On 2.18, getting this error with event capture.

Uncaught Error: [$injector:unpr]

http://errors.angularjs.org/1.2.26/$injector/unpr?p0=%24translateStaticFilesLoaderProvider%20%3C-%20%24translateStaticFilesLoader

After that, just a blank screen.

Regards,

Jason

Jason P. Pickering

email: jason.p.pickering@gmail.com

tel:+46764147049


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Most probably you have run 2.17 first and then 2.18. Could it be a cache issue?

···

Thank you,

Abyot.

(sent from mobile)

On Jan 29, 2015 9:49 AM, “Abyot Gizaw” abyota@gmail.com wrote:

A bit strange to get that… are you also seeing the same in demo?


Thank you,

Abyot.

(sent from mobile)

On Jan 29, 2015 8:24 AM, “Jason Pickering” jason.p.pickering@gmail.com wrote:

Hi Devs,

On 2.18, getting this error with event capture.

Uncaught Error: [$injector:unpr]

http://errors.angularjs.org/1.2.26/$injector/unpr?p0=%24translateStaticFilesLoaderProvider%20%3C-%20%24translateStaticFilesLoader

After that, just a blank screen.

Regards,

Jason

Jason P. Pickering

email: jason.p.pickering@gmail.com

tel:+46764147049


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Not sure if the cleaning app also cleans app cache, but you could navigate to chrome://appcache-internals to clear the appcache for the event capture app only and then retry.

That error means that a dependency can’t be found. But as far as i’m aware that dependency is not there anymore, so Abyot is probably right that you might have cache of an older version.

Kind regards,

Mark Polak

mark@thedutchies.com

markpo@ifi.uio.no

+47 970 36 752

···

On 29 Jan 2015, at 10:00, Abyot Gizaw abyota@gmail.com wrote:

Most probably you have run 2.17 first and then 2.18. Could it be a cache issue?


Thank you,

Abyot.

(sent from mobile)

On Jan 29, 2015 9:49 AM, “Abyot Gizaw” abyota@gmail.com wrote:

A bit strange to get that… are you also seeing the same in demo?


Thank you,

Abyot.

(sent from mobile)

On Jan 29, 2015 8:24 AM, “Jason Pickering” jason.p.pickering@gmail.com wrote:

Hi Devs,

On 2.18, getting this error with event capture.

Uncaught Error: [$injector:unpr]

http://errors.angularjs.org/1.2.26/$injector/unpr?p0=%24translateStaticFilesLoaderProvider%20%3C-%20%24translateStaticFilesLoader

After that, just a blank screen.

Regards,

Jason

Jason P. Pickering

email: jason.p.pickering@gmail.com

tel:+46764147049


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp


Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp

The cache cleaner app can not clear app cache. It only clears data stored by DHIS2 in IndexedDB and Localstorage.

App cache is cleaned/updated automatically for each build revision.

···

On Thu, Jan 29, 2015 at 10:07 AM, Mark Polak markpo@ifi.uio.no wrote:

Not sure if the cleaning app also cleans app cache, but you could navigate to chrome://appcache-internals to clear the appcache for the event capture app only and then retry.

That error means that a dependency can’t be found. But as far as i’m aware that dependency is not there anymore, so Abyot is probably right that you might have cache of an older version.

Kind regards,

Mark Polak

mark@thedutchies.com

markpo@ifi.uio.no

+47 970 36 752

On 29 Jan 2015, at 10:00, Abyot Gizaw abyota@gmail.com wrote:

Most probably you have run 2.17 first and then 2.18. Could it be a cache issue?


Thank you,

Abyot.

(sent from mobile)

On Jan 29, 2015 9:49 AM, “Abyot Gizaw” abyota@gmail.com wrote:

A bit strange to get that… are you also seeing the same in demo?


Thank you,

Abyot.

(sent from mobile)

On Jan 29, 2015 8:24 AM, “Jason Pickering” jason.p.pickering@gmail.com wrote:

Hi Devs,

On 2.18, getting this error with event capture.

Uncaught Error: [$injector:unpr]

http://errors.angularjs.org/1.2.26/$injector/unpr?p0=%24translateStaticFilesLoaderProvider%20%3C-%20%24translateStaticFilesLoader

After that, just a blank screen.

Regards,

Jason

Jason P. Pickering

email: jason.p.pickering@gmail.com

tel:+46764147049


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp


Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp


Thank you,

Abyot.

Yeah,I am sure this is what happened nd I did not clean the cache enougb,but what is the fundamental issue with our caching ? If one looks through the email list,so many issues are related to this. Can nothing be done to improve upon the continual cleaning of the cache?

···

On Jan 29, 2015 12:07 PM, “Mark Polak” markpo@ifi.uio.no wrote:

Not sure if the cleaning app also cleans app cache, but you could navigate to chrome://appcache-internals to clear the appcache for the event capture app only and then retry.

That error means that a dependency can’t be found. But as far as i’m aware that dependency is not there anymore, so Abyot is probably right that you might have cache of an older version.

Kind regards,

Mark Polak

mark@thedutchies.com

markpo@ifi.uio.no

+47 970 36 752

On 29 Jan 2015, at 10:00, Abyot Gizaw abyota@gmail.com wrote:

Most probably you have run 2.17 first and then 2.18. Could it be a cache issue?


Thank you,

Abyot.

(sent from mobile)

On Jan 29, 2015 9:49 AM, “Abyot Gizaw” abyota@gmail.com wrote:

A bit strange to get that… are you also seeing the same in demo?


Thank you,

Abyot.

(sent from mobile)

On Jan 29, 2015 8:24 AM, “Jason Pickering” jason.p.pickering@gmail.com wrote:

Hi Devs,

On 2.18, getting this error with event capture.

Uncaught Error: [$injector:unpr]

http://errors.angularjs.org/1.2.26/$injector/unpr?p0=%24translateStaticFilesLoaderProvider%20%3C-%20%24translateStaticFilesLoader

After that, just a blank screen.

Regards,

Jason

Jason P. Pickering

email: jason.p.pickering@gmail.com

tel:+46764147049


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp


Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp

We HAVE done a lot - there is a new cache cleaning app in 2.18

···

On Thu, Jan 29, 2015 at 12:28 PM, Jason Pickering jason.p.pickering@gmail.com wrote:

Yeah,I am sure this is what happened nd I did not clean the cache enougb,but what is the fundamental issue with our caching ? If one looks through the email list,so many issues are related to this. Can nothing be done to improve upon the continual cleaning of the cache?

On Jan 29, 2015 12:07 PM, “Mark Polak” markpo@ifi.uio.no wrote:

Not sure if the cleaning app also cleans app cache, but you could navigate to chrome://appcache-internals to clear the appcache for the event capture app only and then retry.

That error means that a dependency can’t be found. But as far as i’m aware that dependency is not there anymore, so Abyot is probably right that you might have cache of an older version.

Kind regards,

Mark Polak

mark@thedutchies.com

markpo@ifi.uio.no

+47 970 36 752

On 29 Jan 2015, at 10:00, Abyot Gizaw abyota@gmail.com wrote:

Most probably you have run 2.17 first and then 2.18. Could it be a cache issue?


Thank you,

Abyot.

(sent from mobile)

On Jan 29, 2015 9:49 AM, “Abyot Gizaw” abyota@gmail.com wrote:

A bit strange to get that… are you also seeing the same in demo?


Thank you,

Abyot.

(sent from mobile)

On Jan 29, 2015 8:24 AM, “Jason Pickering” jason.p.pickering@gmail.com wrote:

Hi Devs,

On 2.18, getting this error with event capture.

Uncaught Error: [$injector:unpr]

http://errors.angularjs.org/1.2.26/$injector/unpr?p0=%24translateStaticFilesLoaderProvider%20%3C-%20%24translateStaticFilesLoader

After that, just a blank screen.

Regards,

Jason

Jason P. Pickering

email: jason.p.pickering@gmail.com

tel:+46764147049


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp


Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Knut Staring

Dept. of Informatics, University of Oslo

Norway: +4791880522

Skype: knutstar

http://dhis2.org

we are trying our best I think. it is also important to keep in mind the issue here, we are fighting for a solution that works across all browsers - which is almost an impossible task.

···

On Thu, Jan 29, 2015 at 12:33 PM, Knut Staring knutst@gmail.com wrote:

We HAVE done a lot - there is a new cache cleaning app in 2.18


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp


Thank you,

Abyot.

On Thu, Jan 29, 2015 at 12:28 PM, Jason Pickering jason.p.pickering@gmail.com wrote:

Yeah,I am sure this is what happened nd I did not clean the cache enougb,but what is the fundamental issue with our caching ? If one looks through the email list,so many issues are related to this. Can nothing be done to improve upon the continual cleaning of the cache?

On Jan 29, 2015 12:07 PM, “Mark Polak” markpo@ifi.uio.no wrote:

Not sure if the cleaning app also cleans app cache, but you could navigate to chrome://appcache-internals to clear the appcache for the event capture app only and then retry.

That error means that a dependency can’t be found. But as far as i’m aware that dependency is not there anymore, so Abyot is probably right that you might have cache of an older version.

Kind regards,

Mark Polak

mark@thedutchies.com

markpo@ifi.uio.no

+47 970 36 752

On 29 Jan 2015, at 10:00, Abyot Gizaw abyota@gmail.com wrote:

Most probably you have run 2.17 first and then 2.18. Could it be a cache issue?


Thank you,

Abyot.

(sent from mobile)

On Jan 29, 2015 9:49 AM, “Abyot Gizaw” abyota@gmail.com wrote:

A bit strange to get that… are you also seeing the same in demo?


Thank you,

Abyot.

(sent from mobile)

On Jan 29, 2015 8:24 AM, “Jason Pickering” jason.p.pickering@gmail.com wrote:

Hi Devs,

On 2.18, getting this error with event capture.

Uncaught Error: [$injector:unpr]

http://errors.angularjs.org/1.2.26/$injector/unpr?p0=%24translateStaticFilesLoaderProvider%20%3C-%20%24translateStaticFilesLoader

After that, just a blank screen.

Regards,

Jason

Jason P. Pickering

email: jason.p.pickering@gmail.com

tel:+46764147049


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp


Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Knut Staring

Dept. of Informatics, University of Oslo

Norway: +4791880522

Skype: knutstar

http://dhis2.org

Yes, I realize the new cleaner app will help, and there has been good
feedback from the community on this. I guess however, this is still a
manual process,and can be frustrating to end users who do not really
know to open up the JS debug console and look for java script errors.
Would be much better if DHIS 2 could tell when the cache is invalid
and recover from these sorts of errors automatically.

Regards,
Jason

···

On Thu, Jan 29, 2015 at 1:31 PM, Abyot Gizaw <abyota@gmail.com> wrote:

we are trying our best I think. it is also important to keep in mind the
issue here, we are fighting for a solution that works across all browsers -
which is almost an impossible task.

---
Thank you,
Abyot.

On Thu, Jan 29, 2015 at 12:33 PM, Knut Staring <knutst@gmail.com> wrote:

We HAVE done a lot - there is a new cache cleaning app in 2.18

On Thu, Jan 29, 2015 at 12:28 PM, Jason Pickering >> <jason.p.pickering@gmail.com> wrote:

Yeah,I am sure this is what happened nd I did not clean the cache
enougb,but what is the fundamental issue with our caching ? If one looks
through the email list,so many issues are related to this. Can nothing be
done to improve upon the continual cleaning of the cache?

On Jan 29, 2015 12:07 PM, "Mark Polak" <markpo@ifi.uio.no> wrote:

Not sure if the cleaning app also cleans app cache, but you could
navigate to chrome://appcache-internals to clear the appcache for the event
capture app only and then retry.

That error means that a dependency can’t be found. But as far as i’m
aware that dependency is not there anymore, so Abyot is probably right that
you might have cache of an older version.

Kind regards,

Mark Polak
mark@thedutchies.com
markpo@ifi.uio.no
+47 970 36 752

On 29 Jan 2015, at 10:00, Abyot Gizaw <abyota@gmail.com> wrote:

Most probably you have run 2.17 first and then 2.18. Could it be a cache
issue?

-----
Thank you,
Abyot.

(sent from mobile)

On Jan 29, 2015 9:49 AM, "Abyot Gizaw" <abyota@gmail.com> wrote:

A bit strange to get that... are you also seeing the same in demo?

-----
Thank you,
Abyot.

(sent from mobile)

On Jan 29, 2015 8:24 AM, "Jason Pickering" >>>>> <jason.p.pickering@gmail.com> wrote:

Hi Devs,
On 2.18, getting this error with event capture.

Uncaught Error: [$injector:unpr]

AngularJS

After that, just a blank screen.

Regards,
Jason

--
Jason P. Pickering
email: jason.p.pickering@gmail.com
tel:+46764147049

_______________________________________________
Mailing list: DHIS 2 developers in Launchpad
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : DHIS 2 developers in Launchpad
More help : ListHelp - Launchpad Help

_______________________________________________
Mailing list: DHIS 2 developers in Launchpad
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : DHIS 2 developers in Launchpad
More help : ListHelp - Launchpad Help

_______________________________________________
Mailing list: DHIS 2 developers in Launchpad
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : DHIS 2 developers in Launchpad
More help : ListHelp - Launchpad Help

--
Knut Staring
Dept. of Informatics, University of Oslo
Norway: +4791880522
Skype: knutstar
http://dhis2.org

_______________________________________________
Mailing list: DHIS 2 developers in Launchpad
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : DHIS 2 developers in Launchpad
More help : ListHelp - Launchpad Help

--
Jason P. Pickering
email: jason.p.pickering@gmail.com
tel:+46764147049