-
Notifications
You must be signed in to change notification settings - Fork 17
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
AttributeError: 'SoupStrainer' object has no attribute 'name' #48
Comments
@LorhanSohaky could you provide more details about your environment and also the code and error ? |
@rafpyprog , here is the code snippet, but when I tried to troubleshoot I caught other errors (#47) Python 3.8.16 pip freeze
example import sgs
series_id = 1178
metadata = sgs.metadata(series_id) output
|
@LorhanSohaky there was a conflict of package versions on Python 3.8. I think I managed to fix it! Could you it give a try on the branch |
@rafpyprog , I ran the example locally and the metadata came with none. I also ran the automated test and it showed an error. Note: maybe my tests failed because of numpy
|
@rafpyprog , fiz um outro teste e deu certo! |
I was trying to capture the metadata but was getting this error
I tried to solve the problem (#47), but another test started failing and I didn't know how to solve it.
The text was updated successfully, but these errors were encountered: