-
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
Interface to pbook broken in recent panda versions #70
Comments
Thanks for reporting this, @miholzbo. The Can you verify that I am traveling now so I might not be able to get to this soon, but perhaps @dguest can. |
Thanks for the quick response! I've so far only tested the panda versions that I can setup via
I subsequently went back the versions above and 1.5.46 was the first verson which worked again. |
Okay that already helps as even before testing locally we can isolate things to PanDAWMS/panda-client@1.5.46...1.5.50 |
1 similar comment
Okay that already helps as even before testing locally we can isolate things to PanDAWMS/panda-client@1.5.46...1.5.50 |
Heads up: unfortunately, panda 1.5.46 is no longer available (even when doing |
I guess we should move to python 3 finally! |
Not sure this is the issue you wanted to comment on (maybe #23 ?) , not sure if the issues with the pbook API are related to the python version. |
ok maybe not, I'd assumed maybe rucio had deprecated the ancient APIs with the python version but I probably confused myself. |
What versions are available when doing so? Is it possible to just install a version of Lines 43 to 44 in 8a019bb
(though you also need |
I now installed with pip, forcing panda-client version to 1.5.46 and it works as expected. Since I don't need PS: when I have some time, I can go version by version to determine where they introduced the changes that are breaking this piece of code. |
Thanks a lot, yeah probably worth excluding versions that don't work. Maybe @matthewfeickert has opinions here. But anyway yeah the best fix would be for someone to make it work with the most recent version, I bet it won't take that much time (but yeah I know none of us have much time). |
@rbarrue can you either verify that If you want an easy way to setup a virtual environment that works with CVMFS LCG views to test this (might not be necessary for you, so feel free to ignore), you can use |
I used as command 1.5.48 introduces panda-client in batch mode. |
Found the issue: while before the check for proxy and extraction of username was done when you created a PBookCore object (from the initializer), now they default the username to None and to get it we have to call the Added a Will test on the latest version of panda-client and do the PR. Edit: PR is below. |
Hi, I've noticed that in recent panda versions (current default is 1.5.62), the handy re-submission scripts such as
panda-resub-taskid
don't work anymore, I see messages likeI have to go back to panda 1.5.46 to make these work as usual, then I see the following output
It seems like the user name isn't retrieved correctly anymore in the more recent panda clients .. does anybody know a workaround for this?
The text was updated successfully, but these errors were encountered: