Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexError: list index out of range #10

Closed
Bonarieta opened this issue Feb 21, 2023 · 6 comments
Closed

IndexError: list index out of range #10

Bonarieta opened this issue Feb 21, 2023 · 6 comments
Labels

Comments

@Bonarieta
Copy link

LOADING APPS... (JUST ONCE)
Exception in thread Thread-1:
Traceback (most recent call last):
File "C:\Users\ACER\AppData\Local\Programs\Python\Python39\lib\threading.py", line 950, in _bootstrap_inner
self.run()
File "C:\Users\ACER\AppData\Local\Programs\Python\Python39\lib\threading.py", line 888, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\ACER\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 1475, in _readerthread
buffer.append(fh.read())
File "C:\Users\ACER\AppData\Local\Programs\Python\Python39\lib\codecs.py", line 322, in decode
(result, consumed) = self.buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x94 in position 3381: invalid start byte
Traceback (most recent call last):
File "c:\Users\ACER\Documents\GitHub\Ami\dfgsdg.py", line 1, in
from AppOpener import open
File "C:\Users\ACER\AppData\Local\Programs\Python\Python39\lib\site-packages\AppOpener_init
.py", line 7, in
check.check_json()
File "C:\Users\ACER\AppData\Local\Programs\Python\Python39\lib\site-packages\AppOpener\check.py", line 63, in check_json
create_file()
File "C:\Users\ACER\AppData\Local\Programs\Python\Python39\lib\site-packages\AppOpener\check.py", line 52, in create_file
result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, universal_newlines=True, encoding='utf-8')
File "C:\Users\ACER\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 503, in run
stdout, stderr = process.communicate(input, timeout=timeout)
File "C:\Users\ACER\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 1130, in communicate
stdout, stderr = self._communicate(input, endtime, timeout)
File "C:\Users\ACER\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 1525, in _communicate
stdout = stdout[0]
IndexError: list index out of range

@athrvvvv athrvvvv pinned this issue Feb 25, 2023
@athrvvvv

This comment was marked as off-topic.

@athrvvvv athrvvvv added waiting for reply Awaiting for the reply from issue commiter. fixing and removed Fix later labels Mar 5, 2023
@Bonarieta

This comment was marked as off-topic.

@athrvvvv

This comment was marked as off-topic.

@Bonarieta

This comment was marked as off-topic.

@athrvvvv athrvvvv added help wanted Extra attention is needed and removed fixing labels Mar 10, 2023
@athrvvvv athrvvvv removed the waiting for reply Awaiting for the reply from issue commiter. label Mar 25, 2023
@athrvvvv athrvvvv added Next version fixes this The next version of AppOpener is going to fix this issue. and removed help wanted Extra attention is needed labels Apr 27, 2023
@athrvvvv
Copy link
Owner

athrvvvv commented Apr 29, 2023

@Bonarieta Dude, Actually Iam working on this Issue. Can you just install:

pip install AppOpener==1.3 

And Tell whether the issue still exists.

Awaiting for you answer,
athrv.

@athrvvvv
Copy link
Owner

AppOpener v1.7 just released!! ✌️

Install AppOpener v1.7:

pip install AppOpener==1.7

I have added an Exception, if the File creation process failed, it will create files using the old method in AppOpener v1.3
Hope soo, this works!! If your Issue is fixed, you may close this now 😊

Lots of love,
athrv ❤️

@athrvvvv athrvvvv added Fixed and removed Next version fixes this The next version of AppOpener is going to fix this issue. labels Apr 30, 2023
@athrvvvv athrvvvv unpinned this issue May 2, 2023
@athrvvvv athrvvvv closed this as completed May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants