Skip to main content

All Questions

Tagged with
0 votes
0 answers
8 views

I am having trouble to sending POST requests to the server using AT commands

This is the format for sending an AT command to the server. I have successfully run the GET method. But I am unable to post the image (POST method) to my server. 1: "AT", 2: "AT+...
Balaji's user avatar
  • 1
1 vote
0 answers
20 views

How can I send a string from a Python script to a webserver?

I need a python script to send a string to a webserver if a condition is true. To check the condition, I have an if loop. However, I'm not sure what commands to use to send the string to the webserver....
elvishpotato's user avatar
0 votes
1 answer
30 views

Cannot Include a Date Range for my Amadeus API Requests for Flight Offers

I am using Python and I am reading the documentation and using the Get request to search for Flights under a certain price for a project in my online course. I am able to get my requests to go ...
Taylor Python's user avatar
1 vote
1 answer
85 views

Python requests and cURL never return a response

I am attempting to scrape the NSE website for a particular company, in Python. I am attempting this using the requests library and it's corresponding get() method. This should return a .html file, ...
Shirsak's user avatar
  • 57
0 votes
1 answer
37 views

How can I using python "get" requests to access API responses with Bearer Token

I ran my codes below but get a response of "Error: 401 Status Code: 401; Unauthorized" def Pods_Assets(token): url = "https://api.aqmeshdata.net/api/Pods/Assets_V1" # ...
ggkinghan's user avatar
0 votes
1 answer
44 views

Unzip file in stream request gives UnexpectedSignatureError

Trying to get a file export from a request which is in zip format. I want to download line by line since later I will be uploading to cloud storage and do not want to store the whole file in memory. I ...
Juanjo's user avatar
  • 103
0 votes
2 answers
63 views

Python get request produces different HTML than view source

import requests # Request to website and download HTML contents url='https://beacon.schneidercorp.com/Application.aspx?AppID=165&LayerID=2145&PageTypeID=2&PageID=1104&KeyValue=...
user1298416's user avatar
0 votes
0 answers
25 views

Get & post not working: Information not saving nor showing in the terminal after placing debugs

ISSUE I CAN'T SOLVE BY MYSELF: With python django I'm creating my own /admin page (different dashboard layout). There for a use a standard dashboard layout. What does it has to do simply. Manually ...
Jason Lommelen's user avatar
0 votes
1 answer
51 views

Steps to Retrieve GET_V2_SETTLEMENT_REPORT_DATA_FLAT_FILE_V2 through Amazon SP-API

I am trying to retrieve GET_V2_SETTLEMENT_REPORT_DATA_FLAT_FILE_V2 report via SP-API and I understand that I cannot use create report method here. I can only retrieve the reports made available by ...
Sakthi Ganesh's user avatar
1 vote
1 answer
24 views

Get cookies of the page QWebEngineView Python

I'm creating a browser in Python and I would like to know how to recover the cookies from the web page, no matter how much I search I don't understand how it is possible This is my code : nav = ...
theo labarthe's user avatar
0 votes
0 answers
36 views

Retrieving a single line of HTML code, using GET or similar

I've recently begun teaching myself to code, and am currently working on a very small Python problem I have set myself. I am using the requests library in Python to retrieve the HTML code from a URL. (...
slomo's user avatar
  • 1
0 votes
2 answers
56 views

Getting a list of DataFrames through a for-loop

With Python, I want to crawl information of publicly-listed companies' executive holding details from the Internet. So I first create the full list of stock codes (with numbers only) called ...
Evariste Galois's user avatar
0 votes
0 answers
39 views

Django, Allegro API, error with get data form endpoint

I have problems with getting data after authorization, I can get main categories, but when a want get orders from account its display it: {'errors': [{'code': 'EMPTY_USER_ID', 'message': 'User name ...
matus4709's user avatar
0 votes
1 answer
28 views

Request method IN PY Django

I am new to Django and python and I made a POST request from my HTML page. However, when I tried the request.method === "GET" to retrieve the data it did not work. HTML <form id="...
A coder's user avatar
1 vote
1 answer
46 views

Errors with reading GTFS tripupdates.pb real time data using get() function

We want to extract the stop arrival time and departure time from the list within entity using the following code. However, I am getting repeated errors. dict_obj['entity'][0] Gives the following ...
vp_050's user avatar
  • 510

15 30 50 per page
1
2 3 4 5
77