I seem to have a problem when getting data from a TerraType field.
But the weirdest thing is, it doesn't happen every time.
At this point I've been able to recreate the issue by altering the web.config and pressing ctrl-f5 in Chrome.
But when (I guess) starting fresh, it crashes there.
'content.GetPropertyValue<Terratype.Models.Model>("fldGeoLocation")' threw an exception of type 'System.Collections.Generic.KeyNotFoundException' object {System.Collections.Generic.KeyNotFoundException}
When I put the following in my Watch-window:
content.GetProperty("fldGeoLocation")
I can get an object, but I can't get the value.
Is there anybody with the same problem? Or a solution?
I rolled back to 1.0.15 and haven't had the issue since. So for now I'm going to stick with that until Jonathan gets a chance to look at the issue (or whether it's down to Umbraco...).
As mentioned by others, just use 1.0.15 for now as that one works fine.
To be fair, 1.0.16 isn't mentioned in the changelog on the Github repo: https://github.com/Joniff/Terratype. So it could well be a case that an incomplete release was accidentally pushed to Nuget.
I'm sure that when Jonathan has got time, he will have a look at it. But we all know and can appreciate that finding time for your side projects can be a challenge sometimes.
I tried 1.0.20 on a site that was playing well on localhost and on a local VM (deploy as release) but not on the live environment. 1.0.20 (Terratype AND Terratype GoogleMaps V3) seem to be working fine, no issues.
KeyNotFoundException in PublishedCache?
I seem to have a problem when getting data from a TerraType field.
But the weirdest thing is, it doesn't happen every time. At this point I've been able to recreate the issue by altering the web.config and pressing ctrl-f5 in Chrome.
Most of the time, when I do the following:
I get a Terratype object with the correct values.
But when (I guess) starting fresh, it crashes there.
When I put the following in my Watch-window:
I can get an object, but I can't get the value.
Is there anybody with the same problem? Or a solution?
Hello,
I have the same problem. The package causing a stability problem after upgrading to 1.0.16.
Yep, totaly forgot to mention, but I have 1.0.16 too.
Also, no icon in the installed package-list in the backend ;)
Yes, getting the same issue since upgrading to 1.0.16 via NuGet. I've also got
Terratype.GoogleMapsV3
1.0.16 installed.As others mention, seems random, but triggered when accessing the property value converter:
Stack trace:
It almost looks like a cache problem, since I could trigger it by modifying the web.config file and pressing ctrl-f5 in chrome.
Don't know if I can still trigger it. Haven't seen the error in a couple of days now, since I didn't need to refresh the cache
I rolled back to 1.0.15 and haven't had the issue since. So for now I'm going to stick with that until Jonathan gets a chance to look at the issue (or whether it's down to Umbraco...).
I encountered the same issue today when using 1.0.16 on an Umbraco v7.5.9 site.
Rolling back to the previous version (1.0.15) seems to work for now.
crazy how this is happening. Where is Jonathon????
As mentioned by others, just use 1.0.15 for now as that one works fine.
To be fair, 1.0.16 isn't mentioned in the changelog on the Github repo: https://github.com/Joniff/Terratype. So it could well be a case that an incomplete release was accidentally pushed to Nuget.
I'm sure that when Jonathan has got time, he will have a look at it. But we all know and can appreciate that finding time for your side projects can be a challenge sometimes.
Hi,
I have the same issue with version 1.0.16.
I have the same issue with 1.0.18. Anyone find a solution?
@Html.Terratype(Model.Content.GoogleMap, @)
I saw a similar issue in version 1.0.18
Has anyone tried 1.0.20 and does it fix this issue?
I tried 1.0.20 on a site that was playing well on localhost and on a local VM (deploy as release) but not on the live environment. 1.0.20 (Terratype AND Terratype GoogleMaps V3) seem to be working fine, no issues.
is working on a reply...