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] Can't load SDK - ParserError: Error tokenizing data. C error: Expected 3 fields in line 334, saw 4 #3485

Closed
deeleeramone opened this issue Nov 19, 2022 · 6 comments · Fixed by #3488
Labels
bug Fix bug platform OpenBB Platform

Comments

@deeleeramone
Copy link
Contributor

Not sure what happened, I'm on Main branch, and suddenly can't load SDK. Something to do with trail_map = TrailMap()

Screenshot 2022-11-18 at 8 30 54 PM
Screenshot 2022-11-18 at 8 32 17 PM

@deeleeramone deeleeramone added bug Fix bug platform OpenBB Platform labels Nov 19, 2022
@jmaslek
Copy link
Collaborator

jmaslek commented Nov 19, 2022

Oooof. The parser saying 4 instead of 3 means there is probably an extra , in the trail map csv somewhere.

Any chance if you open the trailmap.csv (in the miscellaneous folder) is it possible to ctrl+F for a double , (,,). If there is anything, getting rid of one should solve this

@deeleeramone
Copy link
Contributor Author

Looks like the everything under Portfolio Optimization.

Screenshot 2022-11-18 at 8 53 21 PM

@jmaslek
Copy link
Collaborator

jmaslek commented Nov 19, 2022

That'll do it. Should all be single ,

@jmaslek
Copy link
Collaborator

jmaslek commented Nov 19, 2022

#3487

@jmaslek jmaslek closed this as completed Nov 19, 2022
@deeleeramone
Copy link
Contributor Author

line 334 issue seems resolved, now line 345 is the new blocker
Screenshot 2022-11-19 at 10 12 49 AM

@deeleeramone deeleeramone reopened this Nov 19, 2022
@jmaslek
Copy link
Collaborator

jmaslek commented Nov 19, 2022

aha i found it. trailing ' after view functions as well. 1 second
Screen Shot 2022-11-19 at 1 25 27 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fix bug platform OpenBB Platform
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants