Time |
Nick |
Message |
13:39 |
meeting |
Meeting started Mon Jun 25 13:39:58 2018 UTC. The chair is iamutkarshtiwari. Information about MeetBot at http://wiki.debian.org/MeetBot. |
13:40 |
|
Useful Commands: #action #agreed #help #info #idea #link #topic #endmeeting |
13:40 |
Pro-Panda |
Last week: I ported ImageViewer Activity and fixed some errors logged in master (python 2) |
13:40 |
|
- I also worked on completing the python 3 port of Sugar Datastore |
13:40 |
divyanshu |
Pro-Panda: +1 |
13:40 |
iamutkarshtiwari |
Sounds like a good progress |
13:41 |
divyanshu |
iamutkarshtiwari: +1 |
13:41 |
|
Pro-Panda: and you are also done with Making Debian and Fedora packages of sugar-artwork? |
13:41 |
Pro-Panda |
divyanshu: yes, for debian |
13:41 |
divyanshu |
Pro-Panda: +1 |
13:41 |
|
and debugging C Extension of Sugar Datastore? |
13:42 |
Pro-Panda |
divyanshu: Yes, that is also fixed |
13:42 |
divyanshu |
Pro-Panda: +1 |
13:42 |
|
Pro-Panda: sounds great :) |
13:42 |
Pro-Panda |
Issues faced: I have tried multiple approaches to fix the python 3 port of Datastore. The issue is that jarabe sends a request to which datastore responds, but an error is logged in the jarabe saying... |
13:43 |
|
vipulgupta2048 <vipulgupta2048!~vipulgupt 117.242.231.59> has joined #sugar-meeting |
13:43 |
Pro-Panda |
Recipient closed without responding |
13:43 |
|
vipulgupta2048 has quit IRC |
13:44 |
Pro-Panda |
I tried using dbus-monitor to see the transfers that took place; they looked ok to me |
13:44 |
|
#link to its logs https://gist.github.com/Pro-Pa[…]2623b2f737cbf1781 |
13:45 |
|
ibiam has quit IRC |
13:45 |
Pro-Panda |
I think I am reaching to a solution; will continue tonight |
13:45 |
divyanshu |
Pro-Panda: what about the planned work ? |
13:45 |
Pro-Panda |
divyanshu: sorry ? |
13:46 |
|
For this week ? |
13:46 |
divyanshu |
Pro-Panda: yes :) |
13:47 |
iamutkarshtiwari |
He has already shared that in his blog |
13:47 |
Pro-Panda |
For this week: Trying to complete debugging the datastore port; port a few more activities; make packages for datastore as soon as it is done |
13:47 |
divyanshu |
iamutkarshtiwari: +1 |
13:47 |
|
in here - https://www.pro-panda.tech/201[…]GSoC-Periploside/ |
13:47 |
|
Pro-Panda: right? |
13:48 |
Pro-Panda |
divyanshu: No, that is last week's blog. We missed the meeting since no mentor was around then. :) |
13:48 |
divyanshu |
okay so let us know the planned work for this week? |
13:48 |
Pro-Panda |
divyanshu: I am yet to update this week's blog. Will do so by tonight |
13:48 |
divyanshu |
Pro-Panda: sure :) |
13:48 |
Pro-Panda |
For this week: Trying to complete debugging the datastore port; port a few more activities; make packages for datastore as soon as it is done |
13:48 |
|
ibiam <ibiam!~ibiam 105.112.89.154> has joined #sugar-meeting |
13:49 |
divyanshu |
Pro-Panda: +1 |
13:49 |
Pro-Panda |
:D |
13:49 |
iamutkarshtiwari |
Pro-Panda: Did you discuss this issue datastore with Quozl? |
13:49 |
|
datastore issue* |
13:50 |
Pro-Panda |
iamutkarshtiwari: yes. He has been suggesting ideas to debug the same, thanks |
13:50 |
iamutkarshtiwari |
good stuff |
13:50 |
divyanshu |
Pro-Panda: cool :) |
13:51 |
Pro-Panda |
Anything else we should discuss ? |
13:51 |
iamutkarshtiwari |
Pro-Panda: The log that you shared doesn't show any errors |
13:52 |
|
Seems like it's logging all the activities happening in Sugar |
13:52 |
Pro-Panda |
iamutkarshtiwari: yes. Those are the logs of dbus-monitor; they didn't show any errors |
13:52 |
iamutkarshtiwari |
ah, I see |
13:52 |
Pro-Panda |
re, logs encountered in sugar: https://gist.github.com/Pro-Pa[…]le-shell-log-L377 |
13:53 |
divyanshu |
Pro-Panda: now I can see the errors !! |
13:54 |
Pro-Panda |
:-) |
13:54 |
divyanshu |
Pro-Panda: +1 |
13:54 |
Pro-Panda |
Any suggestions/ideas on how to fix the same ? |
13:55 |
iamutkarshtiwari |
looks like types errors in json data |
13:55 |
|
metadata* |
13:56 |
dzho |
looks at the logs |
13:56 |
Pro-Panda |
I checked the types and the signatures used from here: https://dbus.freedesktop.org/d[…].html#basic-types |
13:56 |
|
They looked consistent to me |
13:57 |
|
To further ensure, I am thinking of adding static mypy annotations to sugar-datastore |
13:58 |
iamutkarshtiwari |
These error logs started showing up after you ported datastore to python3 ? |
13:58 |
Pro-Panda |
Yes |
13:58 |
iamutkarshtiwari |
Python 2 : unicode |
13:58 |
|
Python 2 : str |
13:59 |
|
for string ^ |
13:59 |
|
ibiam has quit IRC |
13:59 |
iamutkarshtiwari |
possibly the unicode metadata (previously stored before you ported) |
13:59 |
|
is being now casted to `str` |
13:59 |
|
ibiam <ibiam!~ibiam 105.112.89.154> has joined #sugar-meeting |
13:59 |
iamutkarshtiwari |
That could be causing the issue I suppose |
14:00 |
divyanshu |
iamutkarshtiwari: I suppose you are right |
14:00 |
Pro-Panda |
Unlikely; I also tested by clearing the exisiting metadata after porting |
14:00 |
iamutkarshtiwari |
Strange.. |
14:01 |
|
I am not sure from where the metadata is written in datastore |
14:01 |
|
I think the best way to troubleshoot this would be by checking if the place from where it's being written is consisten from where it's being read |
14:01 |
|
consistent with* |
14:02 |
Pro-Panda |
iamutkarshtiwari: Its consistent |
14:02 |
iamutkarshtiwari |
:D |
14:02 |
|
ibiam has quit IRC |
14:03 |
iamutkarshtiwari |
That's the fun of debugging sugar |
14:03 |
|
let me take a look at it tomorrow |
14:03 |
|
until then you can try your approach |
14:03 |
Pro-Panda |
Thanks |
14:03 |
|
Sur |
14:03 |
|
*Sure |
14:03 |
divyanshu |
iamutkarshtiwari: +1 |
14:04 |
iamutkarshtiwari |
Pro-Panda: Anything else? |
14:05 |
Pro-Panda |
Link to my PR for datastore Python 3 port: https://github.com/sugarlabs/s[…]-datastore/pull/8 |
14:05 |
|
iamutkarshtiwari: none for now, thank you :D |
14:05 |
divyanshu |
Pro-Panda: +1 |
14:05 |
iamutkarshtiwari |
I'll have a look |
14:05 |
|
Let's wrap up |
14:06 |
|
#endmeeting |
14:06 |
meeting |
Meeting ended Mon Jun 25 14:06:02 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot. (v 0.1.4) |
14:06 |
|
Minutes: http://meeting.sugarlabs.org/s[…]-25T13:39:58.html |
14:06 |
|
Log: http://meeting.sugarlabs.org/s[…]18-06-25T13:39:58 |