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]: Standalone validation page fails on a single file #860

Closed
CodyCBakerPhD opened this issue Jun 14, 2024 · 1 comment · Fixed by #862
Closed

[Bug]: Standalone validation page fails on a single file #860

CodyCBakerPhD opened this issue Jun 14, 2024 · 1 comment · Fixed by #862
Assignees
Labels
bug Something isn't working priority: high

Comments

@CodyCBakerPhD
Copy link
Collaborator

Describe the issue

Traceback (most recent call last):
  File "flask\app.py", line 1484, in full_dispatch_request
  File "flask\app.py", line 1469, in dispatch_request
  File "flask_restx\api.py", line 404, in wrapper
  File "flask\views.py", line 109, in view
  File "flask_restx\resource.py", line 46, in dispatch_request
  File "namespaces\neuroconv.py", line 206, in post
  File "manageNeuroconv\manage_neuroconv.py", line 1400, in inspect_nwb_file
TypeError: inspect_nwbfile() got an unexpected keyword argument 'request_id'

Steps to Reproduce

Standalone inspection page, select a single file

Operating System

All

GUIDE Version

v1.0.0

Code of Conduct

Yes

Did you confirm this issue was not already reported?

Yes

@CodyCBakerPhD
Copy link
Collaborator Author

Perhaps an issue with the payload in the file vs. directory case?

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

Successfully merging a pull request may close this issue.

2 participants