-
Notifications
You must be signed in to change notification settings - Fork 6
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
registration failed: Internal Server Error at Metabase/Client/Simple.pm line 195. #3
registration failed: Internal Server Error at Metabase/Client/Simple.pm line 195. #3
Comments
I hope that this problem can be diagnosed, as that would facilitate getting more CPANtesters reports from Strawberry Perl users, which we sorely need. |
Maybe this error should have been reported here https://github.com/cpan-testers/Metabase-Client-Simple instead? Anyway investigating this error a little bit closer: See line 193 here: I can reproduce the error using this minimal script:
The output is:
|
What encoding is this? It does not look like UTF-8 |
Yes it works if I replace this with:
I then get this result (success):
so it might be an encoding issue? |
I think this is related to my email user name "Håkon Hægland" containing norwegian letters "å" and "æ" and encoded first in code page 850 then reencoded in UTF-8. So "å" in DOS latin is 0x86 which when encoded as UTF-8 becomes 0xc2 0x86 and "æ" is 0x91 which when reencoded in UTF-8 becomes 0xc2 0x91 |
I think we might need to convert input read from the console (cpan console) to unicode somewehere. I created a question here that might be relevant: https://stackoverflow.com/q/77123411/2173773 |
Seems like |
See also: cpan-testers/Metabase-Fact#6 |
Added a PR that might fix the issue, see Perl-Toolchain-Gang/ExtUtils-MakeMaker#447 |
Added two new PRs (cpan-testers/CPAN-Reporter#105 and cpan-testers/Metabase-Fact#10) that should help solve this issue in addition to Perl-Toolchain-Gang/ExtUtils-MakeMaker#447 |
I am trying to create a test report on Windows 11 using Strawberry Perl 5.38.0:
C:\Sp538CPT
C:\Sp538CPT\portableshell.bat
Then I tried to generate a report for
File::Copy::Recursive::Reduced
:The text was updated successfully, but these errors were encountered: