Re: Request to upload public key fails to send message and then deletes the documents

2020-09-25 Thread sebb
1.3.4 has fixed the issue with upload requests On Fri, 25 Sep 2020 at 13:47, sebb wrote: > > I see that 1.4.2 has been released, however it does not seem to solve > the issue, so I have changed the Gemfiles to require 1.3.4. > > Hopefully this will fix the issue for now > > On Fri, 25 Sep 2020 at

Re: Request to upload public key fails to send message and then deletes the documents

2020-09-25 Thread sebb
I see that 1.4.2 has been released, however it does not seem to solve the issue, so I have changed the Gemfiles to require 1.3.4. Hopefully this will fix the issue for now On Fri, 25 Sep 2020 at 13:27, sebb wrote: > > Looks like it was the recent change to Wunderbar that altered the > behaviour

Re: Request to upload public key fails to send message and then deletes the documents

2020-09-25 Thread sebb
Looks like it was the recent change to Wunderbar that altered the behaviour such that json.disposition is not being set correctly. So instead of :keep, the tasklist sees the default of complete. I'm going to try to revert to 1.3.4 On Fri, 25 Sep 2020 at 12:05, sebb wrote: > > There's obviously a

Re: Request to upload public key fails to send message and then deletes the documents

2020-09-25 Thread sebb
There's obviously another error; fixing Wunderbar did not help with the upload key request. Nothing in server logs; will continue looking. On Fri, 25 Sep 2020 at 11:39, sebb wrote: > > On Fri, 25 Sep 2020 at 11:01, sebb wrote: > > > > There are other errors. > > > > Looks like a recent update t

Re: Request to upload public key fails to send message and then deletes the documents

2020-09-25 Thread sebb
On Fri, 25 Sep 2020 at 11:01, sebb wrote: > > There are other errors. > > Looks like a recent update to Wunderbar has caused an issue. > I am seeing the following in the logs: > > server.rb:160:in `block in ': undefined method `safe?' > for Wunderbar:Module (NoMethodError) > > I'll have a look at

Re: Request to upload public key fails to send message and then deletes the documents

2020-09-25 Thread sebb
There are other errors. Looks like a recent update to Wunderbar has caused an issue. I am seeing the following in the logs: server.rb:160:in `block in ': undefined method `safe?' for Wunderbar:Module (NoMethodError) I'll have a look at Wunderbar shortly On Fri, 25 Sep 2020 at 00:54, Craig Russe