-
Notifications
You must be signed in to change notification settings - Fork 18
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
Unable to submit reports on FreeBSD-12: 'missing module' or 'fact submission failed' #98
Comments
I would suggest dumping the entire content of $res to see what the error was. |
Using |
Resetting my configuration:
Running the
No change in results. |
Trimmed output of a
|
Sorry, you have also to remove "submit/" from the URL. It is just |
Note that this returns me to the key-value pair that I started out with (see the #commented out KVP in section 'II' of my first post in this ticket). However, it appears to have worked. Two instances, one of
From the log file:
Thank you very much for taking the time to investigate this. I hope to submit more installation-based reports in the future. |
As originally reported elsewhere, when I attempt to send CPANtesters reports on FreeBSD-12, I do not succeed.
I. On FreeBSD-12 I have CPAN::Reporter and Task::CPAN::Reporter installed. In ~/.cpan/CPAN/MyConfig.pm I have set:
test_report' => q[1]
.But when I use the
cpan
shell toinstall
ortest
CPAN distros, no test report is generated or sent. Here is typical output:II. Stumbling around I came to this web site: https://metabase.cpantesters.org/api/v1/
I then modified my
~/.cpanreporter/config.ini
file to read:I then went into the
cpan
shell and calledtest
on one of my own distros. I got no better results:The relevant part of
/usr/local/lib/perl5/site_perl/Metabase/Client/Simple.pm
is:For the record, the last CPANtesters reports I was able to send from this machine were transmitted on Aug 02 2020. I have installed many modules on this machine since then, but Apr 27 2021 was the first time I thought to look for a CPANtesters report being generated.
I originally reported this problem on list in a thread starting at https://www.nntp.perl.org/group/perl.cpan.testers.discuss/2021/04/msg4505.html. However, I got no response whatsoever, nor did I here from anyone when I posted on irc.perl.org #cpantesters-discuss.
This problem appears similar to that reported earlier in #82.
Thank you very much.
Jim Keenan
The text was updated successfully, but these errors were encountered: