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
Connecting to my breedbase instance requires an authentication token. When I supply the token in the connection everything works as expected. When I don't supply a token, the brapir functions just returns an empty data frame and no error/warning is given that there was an authentication error that caused no data to be returned. It would be useful to have a warning instead of just an empty data frame with no indication that something went wrong.
The text was updated successfully, but these errors were encountered:
That would help me to figure out how to implement this. It is already on my to do list to do more with the metadata, but I am for now still very busy implementing all calls with documentation and working examples.
The example can be without the token of course! Then I can see what the serverresponse is and how to provide the feedback.
Have you tried the brapi_serverinfo_show(show = TRUE) setting? I helps a lot with debugging.
Connecting to my breedbase instance requires an authentication token. When I supply the token in the connection everything works as expected. When I don't supply a token, the brapir functions just returns an empty data frame and no error/warning is given that there was an authentication error that caused no data to be returned. It would be useful to have a warning instead of just an empty data frame with no indication that something went wrong.
The text was updated successfully, but these errors were encountered: