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

[BUG] missing file on dropbox for docker. Installation failed #230

Open
AhmedGit opened this issue Jan 23, 2023 · 6 comments
Open

[BUG] missing file on dropbox for docker. Installation failed #230

AhmedGit opened this issue Jan 23, 2023 · 6 comments
Labels
bug Something isn't working

Comments

@AhmedGit
Copy link

Describe the bug
While installing as end user from docker, it threw this error:

=> ERROR [27/37] RUN wget https://www.dropbox.com/s/dl/h2owqbmnrsvqo0c/ord_map_en.json 0.9s
[27/37] RUN wget https://www.dropbox.com/s/dl/h2owqbmnrsvqo0c/ord_map_en.json:
#30 0.341 --2023-01-23 13:42:22-- https://www.dropbox.com/s/dl/h2owqbmnrsvqo0c/ord_map_en.json
#30 0.346 Resolving www.dropbox.com (www.dropbox.com)... 162.125.69.18, ::ffff:162.125.69.18
#30 0.397 Connecting to www.dropbox.com (www.dropbox.com)|162.125.69.18|:443... connected.
#30 0.575 HTTP request sent, awaiting response... 404 Not Found
#30 0.844 2023-01-23 13:42:23 ERROR 404: Not Found.
#30 0.844

executor failed running [/bin/sh -c wget https://www.dropbox.com/s/dl/h2owqbmnrsvqo0c/ord_map_en.json]: exit code: 8

**By manually checking the ord_map_en.json file, the link is not working, it gives 404 error.

I manually checked this link too, it is not found: https://www.dropbox.com/s/dl/yzkijd7j5yflhli/char_dict_en.json

To Reproduce
Just run end user installation from docker.

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
Json files exist on dropbox so that installation completes.

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser: Chrome

Additional context
please update the json links so that it works. thanks.

@apoorvpandey0
Copy link

apoorvpandey0 commented Feb 26, 2023

Missing links:

  1. https://www.dropbox.com/s/dl/yzkijd7j5yflhli/char_dict_en.json
  2. https://www.dropbox.com/s/dl/h2owqbmnrsvqo0c/ord_map_en.json

This is still not fixed, could anyone reopen the issue @cfsmp3

@cfsmp3
Copy link
Collaborator

cfsmp3 commented Feb 26, 2023

Missing links:

  1. https://www.dropbox.com/s/dl/yzkijd7j5yflhli/char_dict_en.json
  2. https://www.dropbox.com/s/dl/h2owqbmnrsvqo0c/ord_map_en.json

This is still not fixed, could anyone reopen the issue @cfsmp3

The issue is open...

@apoorvpandey0
Copy link

Can you tell me what files were these? Is it documented somewhere? We need to get these files in order to setup the project

@apoorvpandey0
Copy link

Also why is this hosted on Dropbox? GitHub could have been used for json files I guess

@cfsmp3
Copy link
Collaborator

cfsmp3 commented Feb 27, 2023

Also why is this hosted on Dropbox? GitHub could have been used for json files I guess

I have no idea. Ask whoever made the commit that uses them? 😁

@AhmedGit
Copy link
Author

Dears, I found these links for the missing files. I tried them, and I passed that stage in installation but stuck at another stage, so I gave up the process, as seems that repo is not active.

Files for anyone who wants to try, just change the links in the docker file to these:
https://github.com/MaybeShewill-CV/CRNN_Tensorflow/blob/master/data/char_dict/char_dict_en.json
https://github.com/MaybeShewill-CV/CRNN_Tensorflow/blob/master/data/char_dict/ord_map_en.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants