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

Import files doesn't work the first time I open QRegovar #204

Open
Oodnadatta opened this issue Jun 23, 2018 · 3 comments
Open

Import files doesn't work the first time I open QRegovar #204

Oodnadatta opened this issue Jun 23, 2018 · 3 comments
Assignees
Labels
bug User interface issue or wrong behavior that need be fixed asap priority Flag used by the project leader to highlight and prioritize issues

Comments

@Oodnadatta
Copy link
Member

Nothing happens on the server.
I have to repoen QRegovar. Then I retry to import files and it works.

@Oodnadatta Oodnadatta added bug User interface issue or wrong behavior that need be fixed asap priority Flag used by the project leader to highlight and prioritize issues labels Jun 23, 2018
@ikit
Copy link
Member

ikit commented Jun 23, 2018

  • I don't have this bug with windows.
  • It seems that the problem is client side, do you have any log to provide ? can you run the application with QtCreator and retrieve application output ?

@Oodnadatta
Copy link
Member Author

Error client side is:

qml: Start upload of files : file:///home/asdp/Téléchargements/ajeterextracthead.vcf
Prepare upload for  "home/asdp/Téléchargements/ajeterextracthead.vcf"
NEW Upload "home/asdp/Téléchargements/ajeterextracthead.vcf"  : POST  "http://10.0.3.143:8500/file/upload"
ERROR QNetworkReplyHttpImpl(0x4d052e0)
uploadError:  "Host unreachable"

It keeps the IP address from the previous server: http://10.0.3.143:8500 instead of http://localhost:8500

@ikit
Copy link
Member

ikit commented Jun 25, 2018

in fact we are not supposed to change host during a file upload... this bug occure because you interrupt an upload on an host, then reconnect to another host and the client try to continue its upload....
I thinks it's normal to keep this error...

@ikit ikit self-assigned this Jun 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug User interface issue or wrong behavior that need be fixed asap priority Flag used by the project leader to highlight and prioritize issues
Projects
None yet
Development

No branches or pull requests

2 participants