error tag

111 questions


1 answers
94 views
0
Android studio is forced to shut down 'java.lang.Stringjava.lang.Object.toString()' on a null object reference

When you press a button on a map map, an error occurs.I used the threadI don't know which part is wrong.I'm just copying what someone else didPlease help me because I am not good at interpreting logca...


1 answers
41 views
0
Python open source error question

import requests,sys,time,os, argparsedef main(): os.system(clear)parser = argparse.ArgumentParser()parser.add_argument('-d', help='path to file of domain list', nargs=1, dest='domain', required=True)p...

2 years ago

1 answers
104 views
0
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc1 in position 0: invalid start byte.

Hello, I'm a high school student who is running the code due to school assignments. https://github.com/Bengemon825/TF_Object_Detection2020 I received an example from the link above and changed the dat...


1 answers
58 views
0
Error implementing mnist neural network..

I don't know why there's an error ㅠ

2 years ago

1 answers
49 views
0
JSONDecodeError: Expecting value: line 1 column 1 (char 0) is a question

import requestsimport reimport jsonreq = requests.get(page_urls[0]).json()html = req.contentsoup = BeautifulSoup(html, lxml)contents_table = soup.find(name=article)title = contents_table.find_all(h3 &...

2 years ago

1 answers
53 views
0
python import numpy error

Hello, I'm a work scheduler.Error executing py filecryingI am using Python as anaconda in Windows 10.As I checked the error, In cmd, an error occurs when you type python in the path C:\Users\bjpark\An...

2 years ago

1 answers
72 views
0
TypeError: list indications must be integrers or slies, not str integer? str? I'm not sure.

TypeError: list indications must be integrers or slies, not str error, but I don't know how to solve it, I tried int instead of str, but it didn't work. //tsne = TSNE(random_state=0, n_iter=300, learn...

2 years ago

1 answers
41 views
0
Python tkinter error question

line 2389, in pack_configure self.tk.call(_tkinter.TclError: bad window path name .!buttonWhat kind of error is this?

2 years ago

1 answers
44 views
0
Python Default Error

try: print(This is a single-digit calculator.) num1 = int (input (Enter the first digit :) num2 = int (input (Enter the second digit :) print({0} / {1} = {2}.format(num1, num2, int(num1/num2)))except ...

2 years ago

1 answers
41 views
0
Python Error

starbucks=Iron Man, Thor, I am Groot]for customer in starbucks: print ({0}, coffee is ready.)format(customer))I think I used this for correctly, but it doesn't work.SyntaxError: invalid syntax appears...

2 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.