Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Folder does not exist message when exporting response #154

Open
alexanderzatko opened this issue Mar 3, 2019 · 7 comments
Open

Folder does not exist message when exporting response #154

alexanderzatko opened this issue Mar 3, 2019 · 7 comments

Comments

@alexanderzatko
Copy link

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

@mmattozzi
Copy link
Owner

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!

@alexanderzatko
Copy link
Author

alexanderzatko commented Mar 4, 2019

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

@mmattozzi
Copy link
Owner

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.

@alexanderzatko
Copy link
Author

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

@alexanderzatko
Copy link
Author

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>

@mmattozzi
Copy link
Owner

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.

@alexanderzatko
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants