Giter Club home page Giter Club logo

Comments (4)

krsch avatar krsch commented on June 13, 2024 1

I forgot to mention, that validator fails for server response, not for my data. And the problem is with maxPoints field, not courseId. Passing validate=False solves this problem.

from aiogoogle.

omarryhan avatar omarryhan commented on June 13, 2024

Hmm, can you try and pass validate=False and see if it works. If it doesn't, try passing 1.0 instead of just 1. Actually, can you try both and let me know how it goes?

In the validation code, Aiogoogle checks if a value is double by doing isinstance(value, float). And as per Google's documentation, a double value should be of float type.

Screenshot_20201204-105139__01.jpg

https://developers.google.com/discovery/v1/type-format

https://en.m.wikipedia.org/wiki/Double-precision_floating-point_format

from aiogoogle.

omarryhan avatar omarryhan commented on June 13, 2024

I just noticed, you're passing the course ID as a string. Not sure what the original type is, but if it's a float value, you should leave it as it is. If it's an int you should type cast it to be float i.e. float(courseId)

from aiogoogle.

omarryhan avatar omarryhan commented on June 13, 2024

I see. I should probably turn the validation functionality off for responses. I turned it on for responses just to test how well my validation code works. Turns out, many of the types are not followed properly by Google. Even request types, I once encountered an invalid validation pattern, I wasn't sure how to handle that.

Anyway, thanks for raising this issue. I'll be releasing a new version in the next couple of mins.

from aiogoogle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.