dependabot[bot] on npm_and_yarn
Bump terser from 5.3.5 to 5.14.… (compare)
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
Bump moment from 2.29.1 to 2.29… (compare)
dependabot[bot] on pip
dependabot[bot] on pip
Bump lxml from 4.4.1 to 4.9.1 … (compare)
I have been getting the error for 2 weeks straight, no other problems on any other sites. This is the log that I see on inthe.am:
An error was encountered when attempting to sync Inthe.AM's UI with the Taskserver: 1: :: Configuration override rc.json.array:TRUE Configuration override rc.verbose:new-uuid Configuration override rc.confirmation:no Configuration override rc.dependency.confirmation:no Configuration override rc.gc:off Configuration override rc.recurrence.confirmation:no Configuration
And then there are about 15 more lines of error
apologies if this isn't the right place for this ...
TL;DR
i noticed two problems with inthe.am sync:
i am setting up a new machine. after installing taskwarrior, i wanted to sync my tasks into the new (empty) machine ./task. so after putting the certs and keys into .taskrc i tried
❯ task sync
Syncing with inthe.am:53589
Sync failed. The Taskserver returned error: 500 ERROR: '253402102800' is not a valid date in the 'm/d/Y' format.
i saw some errors in the sync log but didn't really understand them - so i visited the danger zone and clicked "Clear Task Data" - then task sync init
from a different machine that has the task data.
but this didn't fix the problem - i still get the same error about the date when i try to sync the new machine.
it turns out to be a modification in the "undo.data" file - I once had set the "due" on one task to "sometime" and this date gets set to some date FAR into the future - which broke the sync. a modification was a change to a "normal" date, but that far date was still in the undo history
After fixing this (by editing the undo.data file and redoing the task sync init
) it worked but i notice that tasks with "dep:"s didn't get the dependencies in the target machine after the sync. Is this supposed to work? Do I need to do something differently?
again ... sorry if this isn't the right forum - i'm happy to write them up as github issues or do whatever else will help or make this easier to understand.
thanks for your help and for keeping this server afloat ...
... some add'l information FWIW
i discovered (i guess it should have been obvious) that even if i fix up the missing dep:
s they will disappear again. arggh
so i thought i would try using the freecinq server instead of inthe.am. But it has the same problem
so ... maybe this is a problem with the taskd server lib and not either of these server projects ...
The specified session has been invalidated for some reason. Sync failed. Could not connect to the Taskserver.
error. I checked the log on inthe.am, and it looks like there was contention for my user's lock followed by a bunch of errors similar to @folofjc about duplicate tasks. I've tried syncing on a brand new computer as well as a different network, with no luck. I will reply with the messages in question (the long errors look truncated, let me know if there's a verbose log that I can access). I would appreciate any help in determining how to resolve this.
/user/generate-new-certificate/
but nothing really happens. I've had a look at the code (development branch) and it does not look like the endpoint is deprecated or anything
Initially just very minor things.
e.g. Bigger font size for task details headings (table.details th
)
spacing (padding) between text and icon in span.labeled-tag i.fi
doing something with the width of .task-list-item
(maybe making it auto
)
but if I get into the swing of the project maybe some more substantial contributions.
The specified session has been invalidated for some reason.
error. --== I updated all the certificates.==-- After it showed I also updated taskwarrior (i Thought it has something to do with 2.6.0 but it persists. My logs from the website tell: An error was encountered when attempting to sync Inthe.AM's UI with the Taskserver: 1: :: Configuration override rc.verbose:new-uuid Configuration override rc.json.array:TRUE Configuration override rc.confirmation:no Configuration override rc.dependency.confirmation:no Configuration override rc.recurrence.confirmation:no Configuration override rc.gc:off Configuration override rc.uda.intheamattachments.type:string Configuration override rc.uda.intheamattachments.label:"Inthe.AM Attachments" Configuration override rc.uda.intheamoriginalemailsubject.type:string Configuration override rc.uda.intheamoriginalemailsubject.label:"Inthe.AM E-mail Subject" Configuration override rc.uda.intheamoriginalemailid.type:numeric Configuration override rc.uda.intheamoriginalemailid.label:"Inthe.AM E-mail ID" Configuration override rc.uda.intheamtrelloid.type:string Configuration override rc.uda.intheamtrelloid.label:"Inthe.AM Trello Object ID" Configuration override rc.uda.intheamtrelloboardid.type:string Configuration override rc.uda.intheamtrelloboardid.label:"Inthe.AM Trello Board ID" Configuration override rc.uda.intheamtrellolistid.type:string Configuration override rc.uda.intheamtrellolistid.label:"Inthe.AM Trello List ID" Configuration override rc.uda.intheamtrellolistposition.type:numeric Configuration override rc.uda.intheamtrellolistposition.label:"Inthe.AM Trello Card Position in List" Configuration override rc.uda.intheamtrellolistname.type:string Configuration override rc.uda.intheamtrellolistname.label:"Inthe.AM Trello List Name" Configuration override rc.uda.intheamtrellourl.type:string Configuration override rc.uda.intheamtrellourl.label:"Inthe.AM Trello URL" Configuration override rc.uda.intheamtrellodescription.type:string Configuration override rc.uda.intheamtrellodescription.label:"Inthe.AM Trello Description" Configuration override rc.uda.intheamtrellolastupdated.type:string Configuration override rc.uda.intheamtrellolastupdated.label:"Inthe.AM Trello Last Updated" Configuration override rc.uda.intheamduplicateof.type:string Configuration override rc.uda.intheamduplicateof.label:"Inthe.AM Duplicate of Task" Configuration override rc.uda.intheammergedfrom.type:string Configuration override rc.uda.intheammergedfrom.label:"Inthe.AM Duplicate Tasks Merged" The specified session has been invalidated for some reason. Sync failed. Could not connect to the Taskserver..
and the debug option tells: c: INFO Handshake was completed: (TLS1.3)-(ECDHE-SECP256R1)-(RSA-PSS-RSAE-SHA256)-(AES-256-GCM)
c: INFO Sending 'XXXXclient: task 2.6.1
key: 2b6722ee-59d5-476*****
org: inthe_am
protocol: v1
type: sync
user: wolass
Can I please get some ideas what to check next guys?
FormatException: Taskwarrior documentation on JSON format indicates your task tag should not contain spaces. (at character 12)
monthlygoal weeklygoal abtest focus
^
#0 validateTaskTags (package:taskw/src/validate.dart:29)
#1 _GrowableList.forEach (dart:core-patch/growable_array.dart:416)
#2 BuiltList.forEach (package:built_collection/src/list/built_list.dart:159)
#3 new Task._ (package:taskj/src/json/task.dart:45)
#4 new _$Task._ (package:taskj/src/json/task.g.dart:362)
#5 TaskBuilder.build (package:taskj/src/json/task.g.dart:624)
#6 _$TaskSerializer.deserialize (package:taskj/src/json/task.g.dart:283)
#7 BuiltJsonSerializers._deserialize (package:built_value/src/built_json_serializers.dart:175)
#8 BuiltJsonSerializers.deserialize (package:built_value/src/built_json_serializers.dart:124)
#9 BuiltJsonSerializers.deserializeWith (package:built_value/src/built_json_serializers.dart:42)
#10 Task.fromJson (package:taskj/src/json/task.dart:57)
#11 Data.mergeSynchronizeResponse (package:taskc/src/home/impl/data.dart:187)
#12 Home.synchronize (package:taskc/src/home/home.dart:44)
<asynchronous suspension>
#13 _StorageWidgetState.synchronize (package:task/src/widgets/storage_widget.dart:246)
<asynchronous suspension>
Clear Task Data
is not doing it for me.