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

When ı try to register my device it showed up #5570

Open
topsecret98 opened this issue Apr 12, 2018 · 1 comment
Open

When ı try to register my device it showed up #5570

topsecret98 opened this issue Apr 12, 2018 · 1 comment

Comments

@topsecret98
Copy link

topsecret98 commented Apr 12, 2018

Summary

When I tried registering my device it showed up

System information

  • Operating system: Windows 10
  • Version: 0.17.4
  • Browser: Chrome/Edge

Traceback or relevant snippet from server.log

URL: /securesync/register/
querystring: <QueryDict: {}>
ValidationError: [u'Could not verify the imported model.']

Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\kalite\packages\bundled\django\core\handlers\base.py", line 115, in get_response
    response = callback(request, *callback_args, **callback_kwargs)
  File "C:\Python27\lib\site-packages\kalite\packages\bundled\securesync\devices\views.py", line 31, in register_public_key
    return register_public_key_client(request)
  File "C:\Python27\lib\site-packages\kalite\packages\bundled\django\contrib\auth\decorators.py", line 25, in _wrapped_view
    return view_func(request, *args, **kwargs)
  File "C:\Python27\lib\site-packages\kalite\packages\dist\annoying\decorators.py", line 92, in wrapper
    output = function(request, *args, **kwargs)
  File "C:\Python27\lib\site-packages\kalite\packages\bundled\securesync\devices\views.py", line 61, in register_public_key_client
    reg_response = client.register()
  File "C:\Python27\lib\site-packages\kalite\packages\bundled\securesync\devices\api_client.py", line 59, in register
    model.object.save(imported=True, increment_counters=False)
  File "C:\Python27\lib\site-packages\kalite\packages\bundled\securesync\engine\models.py", line 351, in save
    raise ValidationError("Could not verify the imported model.")  #Imported model's signature did not match.")
ValidationError: [u'Could not verify the imported model.']

Screenshots

image

image

@benjaoming
Copy link
Contributor

Hi @topsecret98 - I don't know if a temporary network issue could be the cause of this. Has the error been persistent?

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

2 participants