cocoa-rest-client icon indicating copy to clipboard operation
cocoa-rest-client copied to clipboard

Folder does not exist message when exporting response

Open alexanderzatko opened this issue 6 years ago • 7 comments

When trying to export response (File -> Export Response...) the application shows a message:

Unable to save response The folder doesn’t exist.

However, I am trying to save into the Downloads folder which by all means does exist

alexanderzatko avatar Mar 03 '19 17:03 alexanderzatko

I'm not seeing that happen in my rather superficial testing. What version of macOS are you using? Is there anything special about your Downloads folder (aliased or anything like that)? Does Export Requests fail in a similar way? Thanks!

mmattozzi avatar Mar 04 '19 04:03 mmattozzi

Saving requests works just fine and there is nothing special about the folders I tried to save the response into.

Using app version 1.3.17 (22) OSX 10.11.6 (Al Capitan) I have over 11 GB free on HD

The "View response in ..." commands also work

alexanderzatko avatar Mar 04 '19 05:03 alexanderzatko

Oh my... that's an interesting bug but it's also on a pretty far back version. I'm guessing you're still on El Capitan for other personal reasons. At best, I might be able to test that version on High Sierra.

mmattozzi avatar Mar 04 '19 23:03 mmattozzi

Hi, I upgraded my OS to 10.14 and still see the problem.

alexanderzatko avatar Mar 05 '19 07:03 alexanderzatko

maybe this log snippet will help:

1st attempt to export:

default	21:28:17.479886 +0100	CocoaRestClient	Connection to sharingd became invalid
error	21:28:19.140447 +0100	CocoaRestClient	errors encountered while discovering extensions: Error Domain=PlugInKit Code=13 "query cancelled" UserInfo={NSLocalizedDescription=query cancelled}
default	21:28:19.140455 +0100	CocoaRestClient	OSErr AERemoveEventHandler(AEEventClass, AEEventID, AEEventHandlerUPP, Boolean)(ficl,askM handler=0x7fff5a82abee isSys=NO) err=0/noErr
default	21:28:19.278489 +0100	CocoaRestClient	Adding presenter 74A82DBE-0811-4646-9D2C-C8DF66FB4491 for URL: <private>
default	21:28:24.279627 +0100	CocoaRestClient	Removing presenter 74A82DBE-0811-4646-9D2C-C8DF66FB4491

2nd attempt to export:

default	21:30:11.751186 +0100	CocoaRestClient	Connection to sharingd became invalid
error	21:30:13.397689 +0100	CocoaRestClient	errors encountered while discovering extensions: Error Domain=PlugInKit Code=13 "query cancelled" UserInfo={NSLocalizedDescription=query cancelled}
default	21:30:13.397735 +0100	CocoaRestClient	OSErr AERemoveEventHandler(AEEventClass, AEEventID, AEEventHandlerUPP, Boolean)(ficl,askM handler=0x7fff5a82abee isSys=NO) err=0/noErr
default	21:30:13.541231 +0100	CocoaRestClient	Adding presenter 7288EAE7-3742-41D1-9DB4-1DD3991F4CB4 for URL: <private>

alexanderzatko avatar Mar 05 '19 20:03 alexanderzatko

Interesting, thanks for all that. By the way, when you say that the app shows that error message, is that before or after the file browser is opened and you've clicked save? It definitely seems like some sort of issue with a shared folder. Or maybe some issue in rendering the file browser dialog? Very odd.

mmattozzi avatar Mar 06 '19 03:03 mmattozzi

sorry to respond with delay. I see the message after picking the folder in the standard Open/Save dialog window and clicking the Save button. I tried with different folders, including Documents.

alexanderzatko avatar Mar 08 '19 17:03 alexanderzatko