Page MenuHomePhabricator
Feed Advanced Search

Jan 23 2017

RuralHunter added a comment to T12130: DateTime parsing error in phd log.

OK, it seems utcInstanceEpoch is only used in child event of recurring events according to the code. After I canceled the recurring event(E4), there is no more error in phd log.

Jan 23 2017, 7:35 AM · Calendar, Bug Report (Needs Information)
RuralHunter added a comment to T12130: DateTime parsing error in phd log.

I just created a simple test event and the utcInstanceEpoch column is still NULL. What does this column mean?

Jan 23 2017, 7:27 AM · Calendar, Bug Report (Needs Information)
RuralHunter updated subscribers of T12130: DateTime parsing error in phd log.
Jan 23 2017, 7:12 AM · Calendar, Bug Report (Needs Information)
RuralHunter added a project to T12130: DateTime parsing error in phd log: Calendar.

just FYI, I checked the database and found the utcInstanceEpoch is NULL for some old events, which maybe caused by bug in data migration during upgrade.

Jan 23 2017, 7:11 AM · Calendar, Bug Report (Needs Information)

Jan 22 2017

RuralHunter added a comment to T12130: DateTime parsing error in phd log.

I added some log in src/applications/calendar/storage/PhabricatorCalendarEvent.php before line 728 like this:

if ($this->isChildEvent()) {
      $parent = $this->getParentEvent();
      error_log("utc string:".$this->getUTCInstanceEpoch(),3,"/tmp/phadebug.log");
      $instance_datetime = PhutilCalendarAbsoluteDateTime::newFromEpoch(
        $this->getUTCInstanceEpoch());
      $recurrence_id = $instance_datetime->getISO8601();
      $rrule = null;
    }

It indicates $this->getUTCInstanceEpoch() returns empty or null. Any help for this? And I guess it should be related to some recurring events.

Jan 22 2017, 9:20 AM · Calendar, Bug Report (Needs Information)
RuralHunter added a comment to T12130: DateTime parsing error in phd log.

No idea, I guess this is something related to the Calendar events in my install as you mentioned. I'm wondering if there is some place in the code I can add some lines to log/debug the actual event and the date/time string which caused the error? I can edit the source and run it again.

Jan 22 2017, 1:34 AM · Calendar, Bug Report (Needs Information)
RuralHunter added a comment to T12130: DateTime parsing error in phd log.

I'm still seeing this in the latest code:
phabricator

c63ba8337ec7e7f021f17c972e9a2a751f6280e2 (Sat, Jan 21)

arcanist

9503b941cc02be637d967bb50cfb25f852e071e4 (Sat, Jan 7)

phutil

6d8f5a783ebe7993b78632091507f6d7d8cbc215 (Sat, Jan 21)
Jan 22 2017, 1:28 AM · Calendar, Bug Report (Needs Information)

Jan 20 2017

RuralHunter added a comment to T12130: DateTime parsing error in phd log.

Actually this error started quite long ago. In my memory it started after some big changes on Calendar app. I have updated several versions before I fired this bug report. I will try to update to the latest version later. Regarding the reproduction steps, this is a background daemon log, not triggered by direct human action. I have no idea how to provide the reproduction steps. Any hint?

Jan 20 2017, 2:47 AM · Calendar, Bug Report (Needs Information)
RuralHunter created T12130: DateTime parsing error in phd log.
Jan 20 2017, 2:31 AM · Calendar, Bug Report (Needs Information)

Jul 25 2016

RuralHunter added a comment to T11361: View/Edit Policy Problem of Parent Project Members .

Any estimation how long can this be fixed? If it takes long, I will break the parent/subproject relationship. Otherwise I can just wait for the fix.

Jul 25 2016, 3:57 AM · Policy, Projects, Bug Report

Jul 22 2016

RuralHunter created T11361: View/Edit Policy Problem of Parent Project Members .
Jul 22 2016, 6:44 AM · Policy, Projects, Bug Report

Jul 11 2016

RuralHunter created T11311: New task graph doesn't show task title.
Jul 11 2016, 2:33 AM · Maniphest, Bug Report

Jul 8 2016

RuralHunter added a comment to T10350: Scripts to migrate old "points" fields and move projects beneath other projects.

Well, it turns out I mis-typed the project name! It's just the error message not so friendly. I can reproduce the error with this:

./move_beneath.php --parent aaa --child bbb --keep-members both --subproject
Jul 8 2016, 2:58 AM · Projects (v3)
RuralHunter added a comment to T10350: Scripts to migrate old "points" fields and move projects beneath other projects.

OK, I got it worked for 2 other projects. So there must be something special with the 2 projects I tried previously.

Jul 8 2016, 2:41 AM · Projects (v3)
RuralHunter added a comment to T10350: Scripts to migrate old "points" fields and move projects beneath other projects.

Thanks, I will try to test more.

Jul 8 2016, 2:37 AM · Projects (v3)
RuralHunter added a comment to T10350: Scripts to migrate old "points" fields and move projects beneath other projects.

Yes, It was some local encoding handling related and should not be related to the error. My code base is this:

Jul 8 2016, 1:04 AM · Projects (v3)

Jul 7 2016

RuralHunter added a comment to T10350: Scripts to migrate old "points" fields and move projects beneath other projects.

It seems the move_beneath.php doesn't work any more with the latest code.

Jul 7 2016, 8:36 AM · Projects (v3)

May 25 2016

RuralHunter created T11032: Repository URL missing port if phabricator is installed on non-80 port.
May 25 2016, 9:00 AM · Diffusion, Bug Report

May 24 2016

RuralHunter added a comment to T11012: Audit not Triggered Sometimes in Owners/Packages Application.

I just looked the description in 74e117ae41dd.

May 24 2016, 3:38 AM · Restricted Project, Owners, Bug Report
RuralHunter added a comment to T11012: Audit not Triggered Sometimes in Owners/Packages Application.
In T11012#176923, @chad wrote:

We require reproduction steps on all bug reports, this way we know we're fixing your actual bug, and have a means to test and verify any fix. As Owners was recently overhauled with many new features, it's hard to identify what case we may have missed in testing.

I understand that. Will try to find reproduce steps.

May 24 2016, 2:32 AM · Restricted Project, Owners, Bug Report
RuralHunter added a comment to T11012: Audit not Triggered Sometimes in Owners/Packages Application.
In T11012#176731, @chad wrote:

This may also be T11015.

May 24 2016, 2:07 AM · Restricted Project, Owners, Bug Report
RuralHunter added a comment to T11012: Audit not Triggered Sometimes in Owners/Packages Application.
In T11012#176668, @chad wrote:

Please follow all the steps in Contributing Bug Reports. Specifically we need to know how to reproduce the issue locally.

May 24 2016, 2:00 AM · Restricted Project, Owners, Bug Report

May 23 2016

RuralHunter created T11012: Audit not Triggered Sometimes in Owners/Packages Application.
May 23 2016, 9:52 AM · Restricted Project, Owners, Bug Report

Aug 10 2015

RuralHunter added a comment to T8672: PhabricatorTaskmasterDaemon fatals in PublishWorker.

well, I can still see the same error with new tasks.

Aug 10 2015, 6:30 AM · Diffusion, Daemons

Aug 9 2015

RuralHunter added a comment to T8672: PhabricatorTaskmasterDaemon fatals in PublishWorker.

OK, as @shrinidhirao suggested, the fix only works for new tasks. I canceled all failing tasks and wait to see how new tasks work.

Aug 9 2015, 10:54 AM · Diffusion, Daemons

Aug 8 2015

RuralHunter added a comment to T8672: PhabricatorTaskmasterDaemon fatals in PublishWorker.

I have the same error with the latest code even after I applied the fix from @shrinidhirao.

Aug 8 2015, 6:29 AM · Diffusion, Daemons

May 30 2015

RuralHunter added a comment to T8317: Can't add a new path to an owner's package.

There is nowhere to delete/disable the package after this fix?

May 30 2015, 2:33 AM · Owners

May 27 2015

RuralHunter added a comment to T8317: Can't add a new path to an owner's package.

I got the same problem. Any fix for it?

May 27 2015, 5:05 AM · Owners

Feb 4 2015

RuralHunter added a comment to T7119: Find another workaround for the "dumb terminal" warnings which doesn't hang.

yes. It's not related to php. Even this bash script hangs on my system:
$ cat /tmp/hw.sh
#!/usr/bin/env TERM=dumb bash
echo "hello world"

Feb 4 2015, 1:37 AM · Mercurial