Trending questions in Edureka Community

0 votes
1 answer

Error: Cannot find module 'webpack/lib/node/NodeTemplatePlugin'

Hii kartik, Removing the node_modules and the package-lock.json ...READ MORE

Apr 22, 2020 in Angular by Niroj
• 82,840 points
16,866 views
0 votes
1 answer

How do I make a PATCH request in PHP using cURL?

Hello @kartik, Use this: curl_setopt($curl, CURLOPT_CUSTOMREQUEST, 'PATCH'); should do it. Hope ...READ MORE

Oct 19, 2020 in PHP by Niroj
• 82,840 points
9,111 views
0 votes
0 answers

How can I write a python code to set tags in all VMs in google cloud platform.?

I want to write a python code ...READ MORE

May 17, 2021 in GCP by anonymous

edited Mar 4 64 views
0 votes
1 answer

How to run a script as root in Jenkins?

Hi@akhtar, You need to run the script with ...READ MORE

Oct 26, 2020 in Jenkins by MD
• 95,460 points
8,794 views
0 votes
1 answer

How to check if an element is present in a Django queryset?

Hello @kartik, You can use the following code: if ...READ MORE

May 27, 2020 in Python by Niroj
• 82,840 points
15,326 views
0 votes
0 answers

How to increase the disk space of an Ubuntu VMWare command line

I'm running Ubuntu Desktop 20 as a ...READ MORE

May 16, 2021 in Linux Administration by Mehedy

edited Mar 4 66 views
0 votes
1 answer

How to change Jenkins default view?

Hi@akhtar, To change the default view in Jenkins you ...READ MORE

Oct 25, 2020 in Jenkins by MD
• 95,460 points
8,824 views
0 votes
1 answer

How to show old data of dynamic checkbox in Laravel?

Hello @kartik, This will work: ...READ MORE

Sep 30, 2020 in Laravel by Niroj
• 82,840 points
9,857 views
0 votes
0 answers

Want to restart my career after a long gap.

I am a 2014 pass out commerce ...READ MORE

May 16, 2021 in Others by Gurdit

edited Mar 4 45 views
+1 vote
1 answer

Connect power bi desktop to dataset and create custom reports

Open power bi report nd sign in ...READ MORE

Oct 10, 2023 in Power BI by Monika kale

edited Mar 5 1,943 views
+2 votes
3 answers

How can we handle authentication popup in Selenium WebDriver using Java

1) By passing user credentials in URL. String ...READ MORE

Aug 31, 2020 in Selenium by Sri
• 3,190 points
29,714 views
0 votes
1 answer

What are some of the things you can monitor in the Spark Web UI?

The stages which are running slow READ MORE

Apr 29, 2021 in Apache Spark by anonymous

edited Mar 5 4,057 views
0 votes
1 answer

Model Form “object has no attribute 'cleaned_data'” in Django?

Hello @kartik, For some reason, you're re-instantiating the ...READ MORE

Apr 29, 2020 in Python by Niroj
• 82,840 points
16,476 views
0 votes
1 answer

Error:jQuery scrollTop not working in Chrome but working in Firefox

Hello @kartik, If your CSS html element has the following overflow markup, scrollTop will ...READ MORE

May 29, 2020 in JQuery by Niroj
• 82,840 points
15,183 views
0 votes
1 answer

How to get job after 2 years gap having 2 years of experience?

Hi@Jayarani, It happens that people are not able to ...READ MORE

Dec 18, 2020 in Career Counselling by MD
• 95,460 points
6,410 views
0 votes
0 answers

Could not find a version that satisfies the requirement itertools (from versions: none)

Hi Sir, I am trying to install itertools ...READ MORE

May 15, 2021 in Python by Bhavana

edited Mar 4 72 views
+1 vote
0 answers

python selenium error: element is not attached to the page document

I am scraping Banggood, the problem is ...READ MORE

Apr 10, 2020 in Selenium by eslam
• 130 points
10,311 views
0 votes
1 answer

How to remove a role from Ansible Galaxy?

Hi@akhtar, You need to log in to your ...READ MORE

Aug 28, 2020 in Ansible by MD
• 95,460 points
11,223 views
0 votes
1 answer

How to upload files in Laravel directly into public folder?

Hello @kartik, You can create a new storage ...READ MORE

Sep 28, 2020 in Laravel by Niroj
• 82,840 points
9,917 views
+1 vote
2 answers

[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'

Hey @Sitara,   I just found it is because ...READ MORE

Jan 22, 2019 in Ansible by Naina
23,613 views
0 votes
1 answer

Python Error ""ValueError: could not broadcast input array from shape (4) into shape (1000)""

There are better ways of achieving the ...READ MORE

Jun 14, 2019 in Python by Faiza
30,302 views
0 votes
1 answer

How can I use Power BI on my Ubuntu machine

Hey, @Jublleevdsl, Based on my research, currently, it ...READ MORE

Nov 23, 2020 in Power BI by Gitika
• 65,770 points
7,485 views
0 votes
0 answers

How to correlate data in 2 csv files

I am a swim coach. I want ...READ MORE

May 15, 2021 in Python by Lokesh

edited Mar 4 45 views
0 votes
1 answer

ValueError: Expected 2D array, got 1D array instead: array=[2 4 7 9].

Hi@akhtar, According to your code, you are trying ...READ MORE

Apr 9, 2020 in Machine Learning by MD
• 95,460 points
17,288 views
0 votes
1 answer

How to remove MySQL root password?

Hello @kartik, You need to set the password ...READ MORE

Aug 19, 2020 in PHP by Niroj
• 82,840 points
11,603 views
0 votes
1 answer

'str' object has no attribute 'read'

Hi@zena, In the below section you are trying ...READ MORE

Jun 29, 2020 in Python by MD
• 95,460 points
13,812 views
0 votes
1 answer

How can I get all the request headers in Django?

Hello @kartik,  You can use request.headers to access the HTTP ...READ MORE

Jun 30, 2020 in Python by Niroj
• 82,840 points
13,714 views
0 votes
1 answer

How to get “value” of file upload input field in jquery?

Hello @kartik, Yes ,you can read the value ...READ MORE

Jul 8, 2020 in Java-Script by Niroj
• 82,840 points
13,390 views
0 votes
0 answers

I am trying to execute a python code

def __init__(self, mode=False, maxHands=2, detectionCon=0.5, trackCon=0.5):        ^ IndentationError: ...READ MORE

May 13, 2021 in Python by 9A 43

edited Mar 4 43 views
0 votes
2 answers

Resolving PKIX path building failed Error?

You need to add the certificate for App2 to ...READ MORE

Sep 24, 2018 in Java by Sushmita
• 6,920 points
43,613 views
0 votes
2 answers

error: Microsoft Visual C++ 14.0 is required

According to your question, it seems that ...READ MORE

Feb 8, 2022 in Java-Script by Rahul
• 9,680 points
1,691 views
0 votes
2 answers

Couldn't sign to Chrome with selenium

Yes. I have spent my whole day ...READ MORE

Aug 25, 2020 in Selenium by anonymous
13,959 views
0 votes
1 answer

How to output text from database with line breaks in a django template?

Hello @kartik, Use linebreaks or linebreaksbr filter: {{ text|linebreaks }} Or surround the text ...READ MORE

Jun 24, 2020 in Python by Niroj
• 82,840 points
13,936 views
0 votes
1 answer

Removing whitespace from strings in Java

st.replaceAll("\\s+","") removes all whitespaces and non-visible characters (e.g., ...READ MORE

Dec 30, 2020 in Java by Gitika
• 65,770 points
5,765 views
0 votes
0 answers

getting 404 not found page in react js

I m facing an issue related reloading ...READ MORE

May 12, 2021 in Others by sai

edited Mar 4 60 views
0 votes
0 answers

I have to get the data from more than one excel in the file.

Uipath I have to get the data ...READ MORE

May 12, 2021 in RPA by dewrimburak

edited Mar 4 97 views
0 votes
1 answer

Where can I find the Jenkins artifacts?

It is being archived on the master ...READ MORE

Oct 15, 2020 in Jenkins by Kim
9,020 views
0 votes
0 answers
0 votes
1 answer

How can we publish html test reports in azure devops build results?

This might help you. Have a look ...READ MORE

Oct 12, 2020 in DevOps on Cloud by Kriti

edited Oct 27, 2021 by Sarfaraz 9,132 views
0 votes
0 answers

how can I make this code without built in function(sort,sorted) ?

class KeyIndex:     def __init__(self, a):         self.k = a     def search(self, ...READ MORE

May 11, 2021 in Python by anonymous

edited Mar 4 59 views
0 votes
0 answers

Offers from service based and product based company but profile is different!

I have a background of B.E CSE.I ...READ MORE

May 12, 2021 in Others by anonymous

edited Mar 4 38 views
0 votes
1 answer

How to save image from url with curl PHP?

Hello @kartik, try this: function grab_image($url,$saveto){ ...READ MORE

Nov 14, 2020 in PHP by Niroj
• 82,840 points
7,705 views
+1 vote
1 answer

How to host a dynamic website on aws?

For hosting a dynamic website on AWS, ...READ MORE

Jan 27, 2020 in AWS by Oliver
20,269 views
0 votes
1 answer

How to “pretty” format JSON output in Ruby on Rails?

Hello @kartik, Use the pretty_generate() function, built into later versions ...READ MORE

Jul 24, 2020 in Java-Script by Niroj
• 82,840 points
12,576 views
0 votes
0 answers

I have got Error: The element type "classes" must be terminated by the matching end-tag "</classes>". in my XML code

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd"> <suite name="Loan ...READ MORE

May 11, 2021 in Software Testing by Navnath

edited Mar 4 76 views
0 votes
1 answer

GCP- Will I be charged for a VM instance that is stopped?

You can stop an instance temporarily if ...READ MORE

Nov 6, 2019 in GCP by Sirajul
• 59,230 points
23,848 views
0 votes
0 answers

Memory error while doing coding on edabit ?

500 Internal error: { Error: (HTTP code 500) server ...READ MORE

May 10, 2021 in Ask us Anything! by Stuti

edited Mar 4 54 views