-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeError: maximum recursion depth exceeded in cmp when calling create_app #60
Comments
Hi, by the way I tested master branch, and it works there, (introducing is_stringy method probably helped) Would you mind releasing master brach? |
Does it really? Cause I have copy+pasted your example code and have a different error: |
Surprisingly it does, however I am testing in the prod environment with marathon 0.9.1, are sure the integration tests are configured properly? |
Heheh. Pretty sure? :) This reminds me of this, which was fixed: #54 So if master is working for you, then all we need to do is make a more recent release for you to use? (see also #61) |
so far so good :), I see I forgot to include crucial part of it, here is how object app_attr is being created
so the app_attr is not a string Releasing master would be nice, so far I am using my fork. Thanks |
I don't have permission to make releases, but I've asked for a new release for #61 |
@elyast can you confirm if this is still an issue? |
Lets close it for now, I don't have any issues with that |
I am trying to create new app using library:
My json is following
my code to create such app is following:
I am testing it against marathon 0.9.1, request worked in version 0.6.15 (tough parsing response failed)
however in version 0.7.1 I am getting following exception:
The text was updated successfully, but these errors were encountered: