Skip to content
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

not the proper type #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

not the proper type #70

wants to merge 1 commit into from

Conversation

vlimant
Copy link
Contributor

@vlimant vlimant commented Feb 12, 2025

the whole thing is failing because of this replace .
functions without it

@vlimant
Copy link
Contributor Author

vlimant commented Feb 12, 2025

BTW, while playing with this, it seems clear that the --brute-force option is better than not.
while --brute-force comes to an answer "quick", not using it takes "forever"

@@ -64,7 +64,7 @@ def api(self, method, field, value, detail=False, post=False):
params = {}
params[field] = value
res = httppost(self.connection, self.dbs3url +
method, params).replace("'", '"')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please could you provide an example to reproduce this issue, including the related McM request (if any) or dataset name. For me, this looks like there's a mismatch between your execution environment and the one the application uses

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants