Post #2411795
2021-11-28 11:37 UTC
@sjaehn@fosstodon.org Yes, that was the problem.
I made a mistake in instantiate() and accidentally redeclaed m in the success case, so the local m was shadowing the out one, which thus remained null.
Thanks for your help.
Replies (1)
-
@sjaehn@fosstodon.org 2021-11-28 11:39
@murks@social.tchncs.de Yes, indeed. Not easy to find.