-
Notifications
You must be signed in to change notification settings - Fork 48
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
nil #65
Comments
Hey, do you have some example code that can replicate the issue? I would imagine that some fields are optional in the Discogs API, so when they are not present the value will be a |
Yeah. Im trying to obtain an artist using an album - Maybe it is something similar to the other issue "Map missing arrays from nil to [] ?" Thank you very much for your help |
I noticed that the console says [DEPRECATED]: The key 'type_' has been replaced with 'type'. When accessing, please use the latter. This message will be removed in the next major release. I guess thats where the problem is, but I dont really understand what it says... |
Hey,
the methods that return hashies kind of dont always work... i tried to get some information from them using the [] method but it sometimes outputs an error "undefined method `[]' for nil:NilClass", so it treats it as nil? im very confused an dont know how to fix that.
Can you help me please?
Thank you
The text was updated successfully, but these errors were encountered: