Search found 11 matches
- Tue Aug 12, 2025 5:32 pm
- Forum: Applications
- Topic: HTTP Request Error
- Replies: 5
- Views: 654
Re: HTTP Request Error
Seems like a double edge sword. With 20.3 I have basic authentication issues but with 20.4 I have the other error. Hopefully this gets addressed soon.
- Tue Aug 12, 2025 4:58 pm
- Forum: Applications
- Topic: HTTP Request Error
- Replies: 5
- Views: 654
Re: HTTP Request Error
Any suggestions or workarounds? Do I need to go back to 20.3?
- Tue Aug 12, 2025 3:45 pm
- Forum: Applications
- Topic: HTTP Request Error
- Replies: 5
- Views: 654
Re: HTTP Request Error
Any suggestions or workarounds? Do I need to go back to 20.3?
- Tue Aug 12, 2025 3:15 pm
- Forum: Applications
- Topic: HTTP Request Error
- Replies: 5
- Views: 654
HTTP Request Error
I started getting this error. I have stripped all variable data out of the URL for testing and just making a static call that works in Postman but is failing with this error in Switch. Cannot read properties of undefined (reading 'status') TypeError: Cannot read properties of undefined (reading 'sta...
- Tue May 06, 2025 4:06 pm
- Forum: Imposition
- Topic: Job Jacket Summary on Business Card
- Replies: 2
- Views: 22641
Job Jacket Summary on Business Card
We are using Pitstop and Quite hot imposing. I would to setup BCs so that the first card that prints for a job, is actually a mini job jacket. It would contain information such as job number, shipping address, maybe a QR code, etc. The options are unlimited for what to include. I am not very familia...
- Tue Mar 11, 2025 2:09 pm
- Forum: Flows
- Topic: Unlock Secure PDF
- Replies: 3
- Views: 19886
Unlock Secure PDF
One of our clients has started adding security to the pdf files and now quite hot imposing fails because it is password protected. I have the password, but what is the best way to check if the pdf is pw protected and then use the password to unprotect it.
- Sun Mar 02, 2025 7:01 am
- Forum: Node.js scripting
- Topic: Force Stop Script
- Replies: 5
- Views: 40030
Force Stop Script
When testing a script inside a flow, is there a way to force stop the script/flow? I have tried to stop the flow, but the element with the script is still stuck in the processing state so the flow won't stop. It will eventually timeout but it takes 15 minutes or so. The message says "Some jobs ...
- Wed Sep 04, 2024 5:32 am
- Forum: Flows
- Topic: Private Data in XML Request
- Replies: 8
- Views: 13355
Re: Private Data in XML Request
I did an awful job of explaining what I was doing, and to be honest it was because I did not completely understand. Let me try again. I am storing job info as private data. Then I am using the app "Create text file" to generate the XML file that is being sent in the HTTP request. Within th...
- Tue Sep 03, 2024 2:46 pm
- Forum: Flows
- Topic: Private Data in XML Request
- Replies: 8
- Views: 13355
Re: Private Data in XML Request
Yes I am using the 'HTTP Request' to POST a request using SOAP.
I use a "create text file" to generate a xml file. The xml file that it generates is leaving the [Job.PrivateData:Key="orderDetailId"] as a string instead of inserting the value of the variable.
I use a "create text file" to generate a xml file. The xml file that it generates is leaving the [Job.PrivateData:Key="orderDetailId"] as a string instead of inserting the value of the variable.
- Mon Sep 02, 2024 7:04 pm
- Forum: Flows
- Topic: Private Data in XML Request
- Replies: 8
- Views: 13355
Private Data in XML Request
I am trying to pass private job data into the XML Post request. However, Switch is not interpreting it as a variable and instead passing it as a string to the post request. I have verified that the private job data exists as it is being use to create the filename after this. Here is the line I am pa...
- Wed May 15, 2024 2:46 pm
- Forum: Flows
- Topic: Retrieving metadata from SOAP Wrapper
- Replies: 2
- Views: 3177
Retrieving metadata from SOAP Wrapper
I am having trouble retrieving metadata from a xml returned with the SOAP wrapper. Specifically, I am trying to retrieve a PDF file from a URL that is in the XML. When I use the "Define single-line text with variables" it returns a null value after digging down into the XML tree. I tested ...