Skip to main content

All Questions

Tagged with
0 votes
0 answers
15 views

Is Async Call Applicable when there is a single rest call?

I am implementing a simple project in Python where I make one Rest call to fetch some JSON response, manipulate that response, and display the result. Step 1: Make a Rest call, get a response Step 2: ...
SACN's user avatar
  • 1
-2 votes
2 answers
206 views

TryAPL API APL script loads endlessly without returning any error message [closed]

I am following the instructions in the APL Wiki (https://aplwiki.com/wiki/TryAPL#API). The examples are in what looks like a C-family language or maybe Java. I am using Python. The script below doesn'...
Dbdndbshzbzb's user avatar
0 votes
1 answer
30 views

AWS Lambda function url double firing in Chrome only

I am building an inventory system in which a qr code is scanned, which calls the Trello API and adds a card to reorder the appropriate item. To do this, the qr code directs to a functional url that ...
user25566469's user avatar
0 votes
0 answers
29 views

REST API to integrate SOAR with BMC Remedy

We've been trying for weeks to integrate IBM SOAR with BMC Remedy to no avail. We keep getting an error 500. This is the playbook in IBM SOAR: The problem is on the second "Call REST API" ...
User104163's user avatar
0 votes
0 answers
20 views

python fastapi connection reset error 0054 [duplicate]

Created a python fastapi endpoint - post which takes a pdf file as input does some processing and returns the pdf file back from fastapi import FastAPI, status, File, Response app = FastAPI() @app....
data_person's user avatar
  • 4,366
0 votes
0 answers
41 views

I keep on getting GET http://127.0.0.1:8000/room/f5428fc5 404 (Not Found):

Im making a Next.js and Django full stack app with Spotify api, and Im having trouble fetching the get-room api, when ever I click on the button to create a room in the create.js page the room is ...
amirlasalle's user avatar
0 votes
0 answers
44 views

How to get the correct URL in SharePoint API using Python

I already tried to use below format but it only returns an html code like and not my desired output, I want to know the correct URL to use to proceed. I use format but did not output as I expected: ...
jaypeeee10's user avatar
-1 votes
1 answer
31 views

Scrapping data from a list of URLs with the REST API format

For some context, I have a list of gene names that have been converted to Uniprot's REST URL API query format. I have written a python code that can request and extract the 1st result of the query but ...
AJ Jovellano's user avatar
0 votes
0 answers
61 views

How to authenticate with REST API service on IIS using pass-through authentication in Python?

I need to send REST request to a REST API service, which is running on on-premiese IIS. The IIS uses NTLM authentication, so I tried to send GET request using requests and requests_ntlm library, but ...
namahage's user avatar
0 votes
1 answer
313 views

How to get last login details for a user from Azure Databricks

I have admin access to Azure Databricks and we have a requirement where we need to get the last login time/timestamp of all users across a workspace on Azure Databricks. I have used the Databricks API ...
Ajay's user avatar
  • 15
0 votes
0 answers
60 views

ERROR Get Multiple API schedule every day timezone Asia Jakarta

I need your help, to find a solution to the error message from my program, I have searched for solutions on Google have not found a solution to my program error. Hopefully those who help me will find ...
Ananda Rauf Maududi's user avatar
0 votes
1 answer
73 views

How to access rest point from Python that requires a google sign on?

I am trying to do a: response = requests.post(url, json=payload) call in Python to a site, but get "unauthorized" response. If I use a browser, I get redirected first to "https://...
Nicko Po's user avatar
  • 727
0 votes
0 answers
38 views

null Value from request header is breaking a python code

I have a post API where client need to pass either of 2 possible parameters. When I am doing a check for if not None value is present it is failing because for some weird reasons I get null value for ...
user3452558's user avatar
0 votes
0 answers
41 views

What debugging should i add to fix my issue with spotipy not returning responses?

My below code was previously working and did all i needed it to, however has started stopping on the line: tracks_data = self.sp.playlist_tracks(playlist_id) Here is my full service script below, if ...
Isaac Lyne's user avatar
0 votes
1 answer
253 views

FastAPI 422 Unprocessable Entity POST [duplicate]

I have a FastAPI app with a POST method and I am trying to send a relatively large string with many words. Basically, it's a ChatGPT prompt with some text that needs to be rewritten by ChatGPT. The ...
syrok's user avatar
  • 303

15 30 50 per page
1
2 3 4 5
31