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

Column names containing "/" fail on some calls #42

Open
bdemchak opened this issue Mar 25, 2021 · 2 comments
Open

Column names containing "/" fail on some calls #42

bdemchak opened this issue Mar 25, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@bdemchak
Copy link
Collaborator

When a column name is used as part of a URL in a CyREST call, and the column name contains "/", the URL is mis-formed.

To see this, put "/" in the name of a table column, and then execute get_table_columns().

@bdemchak bdemchak added the bug Something isn't working label Mar 25, 2021
@bdemchak
Copy link
Collaborator Author

Similar bug exists in RCy3: cytoscape/RCy3#108

@AlexanderPico
Copy link
Member

Yep. This commit fixed other column name character issues, but / remains a problem.
cytoscape/RCy3@39fd09f

@yihangx yihangx assigned yihangx and unassigned yihangx Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants