Trending questions in Edureka Community

0 votes
1 answer

My script worked locally but fails on the server during the login flow. Is a CSRF token missing?

Yes, a missing or invalid CSRF token ...READ MORE

May 20 in Generative AI by subhashini
• 1,300 points
76 views
0 votes
1 answer

How do I bypass redirect loops in scraping workflows safely?

Redirect loops are very technical challenge in ...READ MORE

May 20 in Generative AI by subhashini
• 1,300 points
66 views
0 votes
1 answer

My dataset download script stopped working after a login redirect change. How do I fix session cookies?

A login redirect change usually breaks scripts ...READ MORE

May 20 in Generative AI by subhashini
• 1,300 points
66 views
0 votes
1 answer

My Streamlit app cannot access environment variables after deployment. Is this a secrets configuration issue?

Yes this sounds like a configuration issue ...READ MORE

May 12 in Generative AI by anonymous
• 1,300 points
146 views
0 votes
1 answer

Why does Google Gemini API return permission errors after OAuth update?

Ok so the most common thing could ...READ MORE

May 12 in Generative AI by anonymous
• 1,300 points
147 views
0 votes
0 answers
0 votes
0 answers

Why do long prompts reduce response accuracy?

May 13 in Generative AI by anonymous
• 24,860 points
111 views
0 votes
0 answers

My prompt works in Playground but fails in SDK . why?

May 13 in Generative AI by anonymous
• 24,860 points
110 views
0 votes
0 answers

Why does response truncation happen even below token limits?

May 13 in Generative AI by anonymous
• 24,860 points
109 views
0 votes
0 answers

My tool-calling output returns null parameters . debugging approach?

May 13 in Generative AI by anonymous
• 24,860 points
108 views
0 votes
1 answer

My Selenium script stopped logging into Kaggle after the CAPTCHA update. How can I handle this?

So basically kaggle strengthened its bot and ...READ MORE

May 12 in Generative AI by anonymous
• 1,300 points
130 views
0 votes
1 answer

My API requests fail after enabling 2FA on the provider account. Is there an automation workaround?

Yes , this happens and usually because ...READ MORE

May 12 in Generative AI by anonymous
• 1,300 points
125 views
0 votes
1 answer

My LangChain app stopped working after upgrading to v0.2. What changed in agent execution?

The v0.2 upgrade broke a lot of ...READ MORE

May 12 in Generative AI by anonymous
• 1,300 points
130 views
0 votes
1 answer

My script stopped working after OpenAI switched to the new Responses API. How do I migrate from ChatCompletion?

The responses API is quite different from ...READ MORE

May 12 in Generative AI by anonymous
• 1,300 points
129 views
0 votes
0 answers

My prompt returns valid JSON locally but invalid JSON in production . why?

May 13 in Generative AI by anonymous
• 24,860 points
98 views
0 votes
1 answer

Why does my Hugging Face inference endpoint fail after enabling token authentication?

Oh , maybe you aren't sending the ...READ MORE

May 12 in Generative AI by anonymous
• 1,300 points
128 views
0 votes
1 answer

Why did the OpenAI embeddings endpoint change output dimensions?

The OpenAI embeddings endpoint does not randomly ...READ MORE

May 12 in Generative AI by anonymous
• 1,300 points
112 views
0 votes
1 answer

My Pinecone vector search stopped returning results after index upgrade due to schema mismatch?

Schema mismatches after a Pinecone index upgrade ...READ MORE

May 12 in Generative AI by anonymous
• 1,300 points
159 views
0 votes
1 answer

Why does my chatbot fail after switching from API key authentication to OAuth login?

When the chatbot works with an API ...READ MORE

May 12 in Generative AI by anonymous
• 1,300 points
82 views
0 votes
0 answers

Why does my notebook scraping Hugging Face model cards fail suddenly?

May 12 in Generative AI by anonymous
• 24,860 points
96 views
+2 votes
1 answer

How to list variables in R

Hi Swathi, You can use ls() to list ...READ MORE

Jun 27, 2019 in Data Analytics by Cherukuri
• 33,050 points
108,357 views
0 votes
1 answer

Error starting daemon: pid file found, ensure docker is not running or delete /var/snap/docker/179/run/docker.pid

sudo rm -rf /var/run/docker.pid READ MORE

Dec 22, 2022 in Docker by Marshall

edited Mar 5, 2025 74,130 views
+1 vote
1 answer

remote side unexpectedly closed network connection.

Hi@akhtar, A PuTTY session left idle will disconnect ...READ MORE

Aug 27, 2020 in AWS by MD
• 95,460 points

edited Jul 10, 2023 by Khan Sarfaraz 89,019 views
0 votes
3 answers

How to close active/current tab without closing the browser in Selenium-Python?

While doing stuff with selenium multiple browsers ...READ MORE

Dec 14, 2020 in Selenium by Roshni
• 10,440 points
95,018 views
+5 votes
3 answers

Counting the frequency of unique values - R

Hi, You can use plyr module. It will give ...READ MORE

Dec 14, 2020 in Data Analytics by MD
• 95,460 points
103,980 views
0 votes
3 answers

Pandas - FillNa with another column

You could do df.Cat1 = np.where(df.Cat1.isnull(), df.Cat2, df.Cat1 ...READ MORE

Dec 15, 2020 in Python by Roshni
• 10,440 points
95,055 views
0 votes
1 answer

How to add background image in flutter ?

To set a background image in Flutter, ...READ MORE

Mar 10, 2023 in Android by vinayak
48,152 views
0 votes
3 answers

How to print text from a list of all web elements with same class name in Selenium?

Try using List <WebElement> to access all similar elements ...READ MORE

Dec 16, 2020 in Selenium by Roshni
• 10,440 points
94,552 views
0 votes
2 answers

How do I make python wait for a pressed key?

Then use this code: import keyboard keyboard.sleep() READ MORE

Jan 4, 2021 in Python by Reshma
81,695 views
–3 votes
7 answers

Android Webiew does not load indexed Sdcard (file://sdcard)

Hello edureka.co webmaster, You always provide in-depth ...READ MORE

Feb 19, 2023 in Android by Harris Sleep

edited Mar 5, 2025 35,414 views
+1 vote
3 answers

Difference between append vs. extend list methods in Python

Python append() method adds an element to ...READ MORE

Aug 21, 2019 in Python by germyrinn
• 240 points
100,887 views
+1 vote
3 answers

How can I use python to execute a curl command?

For sake of simplicity, maybe you should ...READ MORE

Oct 11, 2018 in Python by charlie_brown
• 7,720 points
98,351 views
+3 votes
6 answers

Verifying whether an element present or visible in selenium Webdriver

Below code will help you: To check Element ...READ MORE

Apr 17, 2018 in Selenium by king_kenny
• 3,710 points
101,607 views
0 votes
1 answer

TypeError: cannot unpack non-iterable NoneType object

Hello, The “TypeError: cannot unpack non-iterable NoneType object” ...READ MORE

Oct 5, 2020 in Python by Lisa
83,194 views
+2 votes
14 answers

How to create new column with function in Spark Dataframe?

val coder: (Int => String) = v ...READ MORE

Apr 5, 2019 in Apache Spark by anonymous

edited Apr 5, 2019 by Omkar 97,153 views
0 votes
6 answers

How to specify "ENTER" button functionality in Selenium WebDriver code?

using OpenQA.Selenium.Interactions; Actions builder = new Actions(driver); ...READ MORE

Feb 13, 2019 in Selenium by anonymous
100,955 views
+1 vote
4 answers

Error: selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH

You can also handle this error with ...READ MORE

Nov 27, 2018 in Selenium by Srujan

edited Aug 4, 2023 by Khan Sarfaraz 99,435 views
0 votes
1 answer

Save excel as pdf changing its orientation to horizontal

To begin, go to the page layout ...READ MORE

Mar 30, 2022 in Database by gaurav
• 24,860 points
58,388 views
0 votes
1 answer

Pytesseract : "TesseractNotFound Error: tesseract is not installed or it's not in your path", how do I fix this?

copy the path the tesseract-ocr is stored ...READ MORE

Aug 29, 2023 in Python by swagger khan

edited Mar 5, 2025 47,566 views
0 votes
1 answer

How to get input value in PHP ?

Hello, Use PHP's $_POST or $_GET superglobals to retrieve the value of ...READ MORE

Nov 20, 2020 in PHP by Niroj
• 82,800 points
78,945 views
0 votes
3 answers

How to load external scripts dynamically in Angular?

Hello kartik, You can use following technique to ...READ MORE

Apr 22, 2020 in Angular by Niroj
• 82,800 points
77,171 views
0 votes
1 answer

how to find ip address in cmd

if you are using windows then there ...READ MORE

Feb 26, 2023 in Cyber Security & Ethical Hacking by subhasish

edited Mar 5, 2025 50,665 views
+1 vote
1 answer

How to lock a pen drive with a password on a mobile device?

In order to password-protect a USB (pen) ...READ MORE

Nov 7, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
14,689 views
0 votes
1 answer

How to resolve this error? Element not interactable ...Any solution?

Hi, @Faha, ElementNotInteractableException: Element is not reachable by ...READ MORE

Nov 24, 2020 in Selenium by Gitika
• 65,730 points
76,872 views
0 votes
1 answer

How to bypass tcpwrapped with Nmap scan?

​When conducting network scans with Nmap, encountering ...READ MORE

Apr 4, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,280 points
7,899 views
0 votes
1 answer

Typescript: Property "XXX" does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes

Double check the newly added object types. ...READ MORE

Jun 8, 2022 in TypeSript by Nina
• 3,060 points
52,284 views
0 votes
4 answers

How do I check if a file exists in Java?

To test to see if a file ...READ MORE

Dec 29, 2020 in Java by Rajiv
• 8,870 points
74,483 views
0 votes
3 answers

Filtering a row in Spark DataFrame based on matching values from a list

Use the function as following: var notFollowingList=List(9.8,7,6,3,1) df.filter(col("uid").isin(notFollowingList:_*)) You can ...READ MORE

Jun 6, 2018 in Apache Spark by Shubham
• 13,490 points
95,077 views
0 votes
3 answers

Python Pandas: ValueError: DataFrame constructor not properly called!

The syntax is not right. The right ...READ MORE

Mar 28, 2019 in Python by Ritu
88,629 views