Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
2 votes
2 answers
114 views

I am new to python and programming in general and I got to Chapter 13 of Automate The Boring Stuff With Python which teaches Web Scraping, I succeeded in some projects but I'm having trouble getting ...
0 votes
1 answer
55 views

I am working on automatically storing reports I receive as a download link via email everyday. The cybersecurity company we work with uses Edgepilot (a security proxy) to protect our links so every ...
-1 votes
1 answer
68 views

I'm retrieving data from a URL using reqests.get(). My device is connected by wifi. Occasionally, there is no internet access and my appliaction fails with the following error: OSError: [Errno 101] ...
Best practices
1 vote
8 replies
106 views

I am making API Calls and expect to get some null responses or NoneTypes. However I am trying to handle them gracefully. This is the default behavior: res = req.json() res.get("key", {})....
0 votes
0 answers
37 views

I’m integrating ERPNext (Frappe Framework) with the Pakistan FBR DI API. I’m facing a strange issue: When I send the request using cURL, the invoice is accepted successfully. When I send the exact ...
0 votes
1 answer
104 views

I'm building a kind of gallery app. Users are adding images by inserting URLs into the database and the HTML page is then hotlinking those. Obviously, because of link rotting, the gallery is full of ...
Best practices
1 vote
3 replies
89 views

If I need to authenticate with a certificate, I have a few options available: Add the certificate to the bundle packaged with requests/certifi Add the certificate to the system store and override ...
0 votes
0 answers
75 views

When querying the referral sources endpoint on GitHub I'm only getting an empty list returned. I can get data for other endpoints in the same repo, even for other traffic endpoints. I'm expecting ...
3 votes
3 answers
117 views

Calling an api. For almost all calls the response comes clean but for a few there is garbage in the returned json. Executing the garbage one in the Firefox browser with the same parameters returns ...
0 votes
1 answer
74 views

I'm working on integration tests for a web application that's running in a Docker container within our GitLab CI/CD pipeline. The application is a frontend that requires Kerberos/SPNEGO authentication ...
1 vote
0 answers
53 views

What I found While using the requests library for HTTP requests, I noticed that there were many TCP connections in the FIN_WAIT2 state on the server. Through code analysis, I found that these ...
0 votes
1 answer
159 views

I have a serverless pipeline on Google Cloud. It consists of three total steps: A video uploader that sends videos to Google Cloud Storage. Working fine. An eventarc + pub/sub trigger that fires ...
3 votes
1 answer
94 views

I try to post large file and read response as streaming with requests python library. I have to send a large text file (2 million lines of log ) and receive response back as streaming. If I did by ...
0 votes
0 answers
80 views

I am attempting to improve my python by working on a side-project, just interacting with websites to look at avaialble golf tee times. Zero intention/plans to do anything commercial, this is just a ...
0 votes
0 answers
54 views

I checked a lot of trouble-shoot topics, but didn't find what might be wrong here... (This is a second attempt at fixing this issue, but this time I dug deeper.) I'm going off this API documentation: ...

15 30 50 per page
1
2 3 4 5
...
1468

AltStyle によって変換されたページ (->オリジナル) /