Skip to content

"Unknown scenario" traceback when connecting to ArmoryDB by IP - #792

Open
tomrobbo wants to merge 1 commit into
goatpig:rc2_fixesfrom
tomrobbo:patch-6
Open

tomrobbo wants to merge 1 commit into
goatpig:rc2_fixesfrom
tomrobbo:patch-6

Conversation

@tomrobbo

Copy link
Copy Markdown

Setup Manager > Database Settings > Connect to remote > Connect to IP, then Connect. It connects, but leaves this in the terminal:

File "qtdialogs/setupmanager/DlgSetupManager.py", line 509, in initiateDbConnection
  raise ValueError(f"Unknown scenario: {scenario}")
ValueError: Unknown scenario: Connect to IP

The peer and IP cases call _handleConnectionAttemptFinality but don't return, so they fall through to the raise. dev still has the return. With the return back, the same steps give the "Connection Successful" dialog.

Ubuntu 26.04, rc2_fixes (667c1b6).

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

Successfully merging this pull request may close these issues.

1 participant