All Questions
3,385 questions
-3
votes
1
answer
67
views
Flask HTML Cootie Catcher -- 415 Unsupported Media Type
I am new to Python and Flask and am trying to write a cootie catcher program. I've looked at a few tutorials and am testing what the google AI gave me until I can understand what's happening. Whenever ...
0
votes
1
answer
88
views
Can't establish connection between web socket and server
I'm building a chat app using Django Channels, Redis and Daphne. When I try to send a message by clicking the submit button, a GET request is made, but I've written JavaScript in my HTML file that's ...
1
vote
0
answers
28
views
How to use a hidden key for cross-filtering across multiple charts in Observable Plot?
I'm working on a dashboard using Observable Plot and I want to implement cross-filtering across multiple bar charts. The issue I'm facing is that the key I want to use to filter across charts (e.g., ...
0
votes
0
answers
44
views
error using jinja and flask in external javascript file
We are being required to move all css and javascript to external files.
The css works fine. The javascript files only works in a particular way which is not approved.
The following line works:
'''...
0
votes
1
answer
90
views
I am getting a GET 404 error and can't find the problem
I am working on a project and can't seem to fix this GET 404 error. In the console it looks like there it is messing up somewhere in between the javascript and html file, but I haven't been able to ...
0
votes
0
answers
24
views
Pyvis Graphs Dropdown Selector
I have two graphs generated by using pyvis. I want to display each graph when their name is selected from a dropdown menu. Each graph will have own datasets in the source code, is there a way to refer ...
0
votes
0
answers
28
views
Flask: Match folder hierarchy of `static` to `templates`
In a blueprint folder hierarchy, the contents of templates shadows the hierarchy.
Ultimately, I'd like to
Mirror the hierarchy of blueprint templates in blueprint static?
Add a url_prefix to the ...
0
votes
1
answer
98
views
Why can't I extract listings information
I am trying to extract the EPC rating from each listings. you can only get the EPC rating when you click on the listing. each time i run my script it
it's keeps timing out, what could be the issue ? ...
-2
votes
1
answer
50
views
Is it possible to get data from HTML page to the server side using a hidden field through a fast render form?
Hi guys Here's the problem I'm using a fast render form using Bootstrap-Flask that contains a hidden field and I want to get back a record ID through it but of course,e I can't write simple Jija2 in ...
0
votes
1
answer
46
views
How can know new token(smart contract) except https://www.defined.fi/new? [closed]
I want to get name lists of new token more faster than Defined.fi/new
I am knowing just Defined.fi/new.
but more than faster, which web site or scrape tool do I have to use ?
For new token listing, I'...
0
votes
1
answer
28
views
creating table using JavaScript with respective increase but it only creates for 239 not for amount above
I tried to solve problem through AI and used loop to control rows but all in vain.
Problem is that I have a platform to work in which I need to calculate and calculating manually is so much tiring so ...
0
votes
1
answer
72
views
Get data hidden in ellipses while web scraping
I'm attempting to grab episode title shown at the header of this website. When inspecting the page elements myself I can see near the top a line of HTML like this:
<h1 id="epName">...&...
0
votes
1
answer
62
views
scrape the html page after click on a div tag using BeautifulSoup
I got some troubles when scraping the questions and answers from websites:
https://tech12h.com/bai-hoc/trac-nghiem-lich-su-12-bai-1-su-hinh-thanh-trat-tu-gioi-moi-sau-chien-tranh-gioi-thu-hai
The ...
1
vote
0
answers
57
views
Using seleniumbase get_page_source() to retrieve current html after button is clicked
The following is a seleniumbase python script I'm working on, and need some advice on how to use the get_page_source() method. The second print(html) is not correct because the screen changed, and it ...
-1
votes
1
answer
79
views
Passing and Parsing JSON from Python script to HTML Template with Jinja2
I have a python function which generates an HTML file. It fills in a few fields and a table with dynamic values based on the argument it receives with the help of Jinja2. This table has old value and ...