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

iRacing: The CameraInfo.GroupName is not quoted and can contain invalid characters #107

Closed
jfgilliam opened this issue Jun 26, 2017 · 1 comment

Comments

@jfgilliam
Copy link
Contributor

Quote the GroupName so the YAML parse will not choke on it when there's invalid characters in the name.

Reported by Andrew Starcher.

@jfgilliam jfgilliam added this to the Version 1.4 milestone Jun 26, 2017
@jfgilliam jfgilliam self-assigned this Jun 26, 2017
@jfgilliam
Copy link
Contributor Author

I added code to quote the string before it it parse by the YAML parser. This will be in the next BETA release.

jfgilliam added a commit to SIMRacingApps/SIMRacingAppsSIMPluginiRacing that referenced this issue Jun 26, 2017
(SIMRacingApps/SIMRacingApps#107)
       iRacing: The CameraInfo.GroupName is not quoted and can contain
invalid characters
       I added quotes before the YAML is parsed.
jfgilliam added a commit to SIMRacingApps/SIMRacingAppsServer that referenced this issue Jun 26, 2017
(SIMRacingApps/SIMRacingApps#107)
       iRacing: The CameraInfo.GroupName is not quoted and can contain
invalid characters
       I added quotes before the YAML is parsed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant