mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-28 01:25:52 +03:00
[GH-ISSUE #1739] An exception occurred when I used the 'repeat' request function #1732
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1732
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Matinanana on GitHub (Aug 14, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1739
Originally assigned to: @NghiaTranUIT on GitHub.
Description
When I click on a duplicate request, there will be an exception
Steps to Reproduce
Current Behavior
Environment
@NghiaTranUIT commented on GitHub (Aug 17, 2023):
It's hard to know why. @Matinanana Can you "copy as cURL", then run on your Terminal, to see if you can get the Response ? 🤔
@NghiaTranUIT commented on GitHub (Aug 17, 2023):
HTTPClientError, code = 1, means the
EmptyHost. Can you double check if the Host Header is presented?@Elengar commented on GitHub (Oct 20, 2023):
@NghiaTranUIT
Hi there!
I've been encountering the same issue, and it's started in mid-August too.
Currently, I'm using Pro Version 4.12.0 (49300) on Ventura 13.4.1.
Everything works fine via cURL, and with --proxy http://localhost:9090 in cURL, it even displayed correctly Proxyman.
The Host header is present as well.
The error message is 'The operation couldn’t be completed. (AsyncHTTPClient.HTTPClientError error 1.)' and it arises after a 30-second timeout after 'repeat' clicked.
Let me know if you need any logs or other details from me.
@NghiaTranUIT commented on GitHub (Oct 20, 2023):
Can you export the request to ProxymanLog and share it with me at support@proxyman.io 🤔
I'd need this log to investigate. Otherwise, it's really difficult to fix it.
@Elengar commented on GitHub (Oct 20, 2023):
How do I export logs to ProxymanLog?
By the way, if i use 'Edit and Repeat', then i get 'Deadline exceeded' error after 30 seconds. However in this case the request in the list finishes even after 30 seconds. Using just 'Repeat,' it never finishes after 30s.
If this timeout is global across the app (and applies to 'Repeat'), could you please make it possible to set this timeout somewhere in the settings?
@NghiaTranUIT commented on GitHub (Oct 20, 2023):
Maybe I will add an Timeout option, so you can set it as you want.
Just send a cURL to Proxyman -> Right Click on this request -> Export -> ProxymanLog
@NghiaTranUIT commented on GitHub (Oct 21, 2023):
Here is a new update: