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
V5 #13
V5 #13
Conversation
|
Thanks. Reviewed. Probably blocked by #14. |
|
Yes I agree, it's blocked by #14. |
Seen in Ubuntu 20.04 LTS, when clicked "import-freespace" or "import-journal" button TypeError: Expected string but got 10590.3046875<class 'float'> The Value Error(for other distos packages) in /usr/lib/python3/dist-packages/gi/overrides/GObject.py, line 273 is raised as TypeError for Ubuntu 20.04 LTS python3-gi package
|
I don't agree with the change in #14 so I made the change in this branch and rebased. I checked GObject.py in the path /usr/lib/python3/dist-packages/gi/overrides for Ubuntu 18.04 LTS, 20.04 LTS and Debian Buster, For Debian buster and Ubuntu 18.04 python3-gi package, it raises Value Error when set_value is called For Ubuntu 20.04 python3-gi package, it raises Type Error when set_value is called Since Value Error was previously handled, there were no tracebacks when I tested on Debian Buster. However, tracebacks: Were seen for Ubuntu 20.04 |
|
Agreed, well found. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Good find @JuiP, reviewed. Thanks. |


@quozl @chimosky :)