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

INFO: Could not find files for the given pattern(s). #1135

Closed
Enockng opened this issue Jul 18, 2022 · 19 comments
Closed

INFO: Could not find files for the given pattern(s). #1135

Enockng opened this issue Jul 18, 2022 · 19 comments
Assignees

Comments

@Enockng
Copy link

Enockng commented Jul 18, 2022

Some of your files are old. We are helping you to upgrade those files. You will receive another message when the operation is done.

The app just stuck on not responding.

@otseng
Copy link
Collaborator

otseng commented Jul 18, 2022

This is related to your other problem:
#1124

What happens when you run pip3 install requests?

@eliranwong
Copy link
Owner

It is a bit strange, as requests is a very common module. May I ask wgat is your python version and pip version?

@Enockng
Copy link
Author

Enockng commented Jul 18, 2022

PS C:\Users\xxxxx\UniqueBible> pip -V
pip 22.1.2 from C:\Users\xxxxx\AppData\Roaming\Python\Python310\site-packages\pip (python 3.10)

@otseng
Copy link
Collaborator

otseng commented Jul 19, 2022

Does the app work if you do NOT run the update?

Can you also try unzipping this file and replacing util/UpdateUtil.py with it? Then rerun the update and see what the console prints out.
UpdateUtil.zip

@otseng
Copy link
Collaborator

otseng commented Jul 19, 2022

Do you see anything being printed out in the console window? One thing could be it's either really slow updating files or not updating the files. I've added code to print the files that are being updated so you can see what's happening.

Another thing to try is to disable the updating and see if it comes up properly. If you open the file UniqueBibleAppVersion.txt and replace the content with 31.30 it will not do an update.

@otseng
Copy link
Collaborator

otseng commented Jul 19, 2022

It works on my Windows 11. Can you send a copy of your config.py file?

@otseng
Copy link
Collaborator

otseng commented Jul 20, 2022

Can you try deleting the config.py file and restart UBA?

@otseng
Copy link
Collaborator

otseng commented Jul 21, 2022

What version of Windows 11 for I'am in Windows 11 Pro 22H2_22621.1

Edition Windows 11 Home
Version 21H2
Installed on ‎7/‎12/‎2022
OS build 22000.675
Experience Windows Feature Experience Pack 1000.22000.675.0

Since your graphics has issues, can you try running in http server mode? python3 uba.py http-server, then access it from browser with url that is printed

@otseng
Copy link
Collaborator

otseng commented Jul 22, 2022

I don't think there's any specific graphics check...

To help debug, can you replace uba.py and main.py with the below and rerun and see what it prints out?
main.zip
uba.zip

@otseng otseng self-assigned this Jul 22, 2022
@otseng
Copy link
Collaborator

otseng commented Jul 22, 2022

Getting closer. Can you replace and rerun both scenarios again?
main.zip

Can you also run it as a telnet server: python3 uba.py telnet-server

@otseng
Copy link
Collaborator

otseng commented Jul 22, 2022

telnet seems to be working.

Can you also try python3 uba.py http-server and python3 uba.py?

@otseng
Copy link
Collaborator

otseng commented Jul 23, 2022

Can you replace these files?

db/BiblesSqlite.py
BiblesSqlite.zip

main.py
main.zip

Rerun commands:
python3 uba.py
python3 uba.py http-server

@Enockng
Copy link
Author

Enockng commented Jul 24, 2022

Can you replace these files?

db/BiblesSqlite.py BiblesSqlite.zip

main.py main.zip

Rerun commands: python3 uba.py python3 uba.py http-server

python3 uba.py;

uba:A
uba:B
uba:C
uba:D
uba:E:1
uba:E:2
main:A
main:B
chinese-english-lookup has been manually disabled
main:C
main:D
main:F
main:G
main:H
main:I
main:J
main:J1
main:J2
main:J3
BiblesSqlite:A
BiblesSqlite:B
BiblesSqlite:C
INFO: Could not find files for the given pattern(s).
main:J4
BiblesSqlite:A
BiblesSqlite:B
BiblesSqlite:C
BiblesSqlite:A
BiblesSqlite:B
BiblesSqlite:C
BiblesSqlite:A
BiblesSqlite:B
BiblesSqlite:C
BiblesSqlite:D
BiblesSqlite:E
BiblesSqlite:F
BiblesSqlite:G

The program displays;
Untitled

On clicking 'OK ' it add lines;

BiblesSqlite:H
BiblesSqlite:ILXX

Final console;

uba:A
uba:B
uba:C
uba:D
uba:E:1
uba:E:2
main:A
main:B
chinese-english-lookup has been manually disabled
main:C
main:D
main:F
main:G
main:H
main:I
main:J
main:J1
main:J2
main:J3
BiblesSqlite:A
BiblesSqlite:B
BiblesSqlite:C
INFO: Could not find files for the given pattern(s).
main:J4
BiblesSqlite:A
BiblesSqlite:B
BiblesSqlite:C
BiblesSqlite:A
BiblesSqlite:B
BiblesSqlite:C
BiblesSqlite:A
BiblesSqlite:B
BiblesSqlite:C
BiblesSqlite:D
BiblesSqlite:E
BiblesSqlite:F
BiblesSqlite:G
BiblesSqlite:H
BiblesSqlite:ILXX

And the program not responding;

Untitled2

For python3 uba.py http-server;

uba:A
uba:B
uba:C
uba:D
uba:E:1
uba:E:2
main:A
main:B
chinese-english-lookup has been manually disabled
main:C
main:D
main:E
BiblesSqlite:A
BiblesSqlite:B
BiblesSqlite:C
BiblesSqlite:D
BiblesSqlite:E
BiblesSqlite:F
BiblesSqlite:G
BiblesSqlite:H
BiblesSqlite:IOHGBi

@otseng
Copy link
Collaborator

otseng commented Jul 24, 2022

Can you replace these files and rerun?

main.zip
MainWindow.zip
BiblesSqlite.zip

@Enockng
Copy link
Author

Enockng commented Jul 24, 2022

Can you replace these files and rerun?

main.zip MainWindow.zip BiblesSqlite.zip

Which folder do I place 'MainWindow.py' ?

@otseng
Copy link
Collaborator

otseng commented Jul 24, 2022

In gui folder for MainWindow and in db folder for BiblesSqlite.

@onegladiator4u
Copy link

when I reinstalled UBA and copied Marveldata files i stored separately as a backup to new UBA Marveldata folder i had problems like these. So i deleted everything i downloaded using UBA from it and ran. then downloaded again. That worked . This could be something like that . i'm not sure though

@Enockng
Copy link
Author

Enockng commented Jul 25, 2022

when I reinstalled UBA and copied Marveldata files i stored separately as a backup to new UBA Marveldata folder i had problems like these. So i deleted everything i downloaded using UBA from it and ran. then downloaded again. That worked . This could be something like that . i'm not sure though

BIG UP!!! 👍 It is TRUE!! The problem is within 'Marveldata' folder.
Now it is PROBLEM SOLVED!!!😁 THANK YOU MAY GOD BLESS YOU!!!🫲

@otseng
Copy link
Collaborator

otseng commented Jul 26, 2022

Oh wow. I would've never guessed that solution. Thanks @onegladiator4u !

@otseng otseng closed this as completed Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants