You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the following command (where user and id are my personal TNS login details): tns = TNS(tns_name="user", tns_id="id", repeaters=False)
I get the following Attribute error:
I suspect this should be a fairly easy issue to solve. I would suggest tackle it in the following way:
Make a local clone of this repo
Test downloading TNS entries using the local files. I would suspect this will fail given the error you posted.
In an IDE like vscode, add a breakpoint just before the bug occurs (line 367 of tns.py by the looks of it), then try running your download test in the debugging mode. It should pause before the bug, allowing you to look at the variables prior to this.
Come up with a fix, and then make a pull request (this would be an excellent easy way to try if you've never do so before). Pull requests are the bread and butter of programming, so well worth learning.
Leon set up the repo nicely so that your fix (if we approve it) will automatically be pushed to the python repository so that you can update your frbcat version via pip, and have everything running again!
I highly doubt the issue is to do with your pandas version, but I suspect it's down to a change in how TNS serves its data.
When running the following command (where user and id are my personal TNS login details):
tns = TNS(tns_name="user", tns_id="id", repeaters=False)
I get the following Attribute error:
Could it be that I have an uncompatible pandas version? I currently have version 1.4.4
The text was updated successfully, but these errors were encountered: