This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Can't call method "epoch" on an undefined value at /usr/local/bin/dropbox-api line 1115 #32
Comments
Exactly the same issue on FreeBSD 11.0-RELEASE-p6 and dropbox-api-command-2.09,1. |
Same here, this has only started happening recently. I am running FreeBSD "11.0-RELEASE-p6" and dropbox-api-command "2.09,1" too. An update of all outdated Perl modules followed by a reinstallation of dropbox-api-command did not fix the problem. I have no experience of Perl so I cannot be much use on this one, sorry. |
It fixed it with this fix. Thank you and happy new year! |
Hi s-aska,
Regards, |
I think that it was fixed in 2.11, Thank you for confirmation. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On FreeBSD 12-current r310018, I am getting the following error when trying to sync with dropbox-api-command-2.09:
Line 1115 is:
my $remote_epoch = $strp->parse_datetime($content->{client_modified})->epoch;
Note that I have p5-DateTime-Format-Strptime-1.70 installed.
Any ideas what this could be?
The text was updated successfully, but these errors were encountered: