question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

too many values to unpack

See original GitHub issue

Expected behavior

Registration should complete

Actual behavior

Error:

Sorry we couldn't complete your registration.

too many values to unpack

Please report this to our issue tracker and mention the request id dhNWcOt6BM4Z2pFSe6Hn.

Steps to reproduce the behavior

  1. Install 3.3.0-beta.1
  2. Activate
  3. Select “Managed”
  4. Click register

Environment

  • 3.3.0-beta.1
  • Nextcloud 12.0.0
  • Firefox

Saw this, installed immediatelly. Not sure if I get how it is supposed to work. I don’t need anything but the app and I don’t need to enter any further information into any field, right?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
aronovgjcommented, Aug 4, 2017
Congratulations! You got your own XMPP server. Please log out and in again.

Thanks!

0reactions
sualkocommented, Aug 4, 2017

Sorry for the burden, but try again.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ValueError: too many values to unpack (expected 2)
This error occurs when the number of variables doesn't match the number of values. As a result of the inequality, Python doesn't know...
Read more >
Python valueerror: too many values to unpack (expected 2)
The “valueerror: too many values to unpack (expected 2)” error occurs when you do not unpack all the items in a list. This...
Read more >
ValueError: too many values to unpack (expected 2)
The valueerror: too many values to unpack occurs during a multiple-assignment where you either don't have enough objects to assign to the variables...
Read more >
ValueError: Too many values to unpack in Python - STechies
PythonValueError: Too many values to unpack in Python, This error occurs when we assign more number of values and less number of variables,...
Read more >
ValueError: too many values to unpack (expected 2) in Python
The Python "ValueError: too many values to unpack (expected 2) in Python" occurs when the number of variables in the assignment is not...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found