Skip to content

Error when bots try to download the Latex report of publicly listed reviews #41

@casco

Description

@casco
8 June 2024 6:13:15.153151 pm

VM: unix - x86_64 - linux-gnu - CoInterpreter VMMaker-tonel.1 uuid: 511a5ba5-54b7-0d00-9fe2-9cef0e5cd28a May  5 2023
StackToRegisterMappingCogit VMMaker-tonel.1 uuid: 511a5ba5-54b7-0d00-9fe2-9cef0e5cd28a May  5 2023
v10.0.5 - Commit: 2757766 - Date: 2023-05-05 13:46:09 +0200

Image: Pharo10.0.1 [Build information: Pharo-10.0.1+build.527.sha.05426434504c5d651b7a2dba7468a2264f1f959b (64 Bit)]

UndefinedObject(Object)>>doesNotUnderstand: #coReview
        Receiver: nil
        Arguments and temporary variables:
<<error during printing>>
        Receiver's instance variables:
nil

UndefinedObject>>doesNotUnderstand: #coReview
        Receiver: nil
        Arguments and temporary variables:
<<error during printing>>
        Receiver's instance variables:
nil

PublicReviewsComponent>>coReview
        Receiver: a PublicReviewsComponent
        Arguments and temporary variables:
x
        Receiver's instance variables:
                decoration:      a WAValueHolder contents: a WAAnswerHandler
                repository:      nil
                accessCredential:        nil
                currentUser:     nil
                errorMessage:    nil
                warningMessage:  nil
                reportSubcomponent:      a ReportSubcomponent
                selectedRepository:      nil


ReportSubcomponent(AbstractReviewnatorSubComponent)>>coReview
        Receiver: a ReportSubcomponent
        Arguments and temporary variables:
x
        Receiver's instance variables:
                decoration:      a WAValueHolder contents: a ReportSubcomponent
                parent:  a PublicReviewsComponent
                editedComment:   nil
                statisticsCache:         a CollaborativeReviewStatistics
                showAbstracts:   true
                groupByArticle:  false


ReportSubcomponent>>generateLatexReport
        Receiver: a ReportSubcomponent
        Arguments and temporary variables:
                tmp1:    a LatexReporter
        Receiver's instance variables:
                decoration:      a WAValueHolder contents: a ReportSubcomponent
                parent:  a PublicReviewsComponent
                editedComment:   nil
                statisticsCache:         a CollaborativeReviewStatistics
                showAbstracts:   true
                groupByArticle:  false


tmp2 in [
                | tmp2 |
                arg1 strong: 'Export this report as: '.
                tmp2 := arg1 anchor.
                tmp2
                        callback: [ self generateLatexReport ];
                        with: 'LaTeX'.
                self accessCredential notNil ifTrue: [
                        | tmp4 |
                        arg1 text: ' - '.
                        tmp4 := arg1 anchor.
                        tmp4
                                callback: [ self exportAsJSON ];
                                with: 'JSON' ] ] in ReportSubcomponent>>renderExportButtonsOn:
        Receiver: a ReportSubcomponent
        Arguments and temporary variables:
<<error during printing>>
        Receiver's instance variables:
                decoration:      a WAValueHolder contents: a ReportSubcomponent
                parent:  a PublicReviewsComponent
                editedComment:   nil
                statisticsCache:         a CollaborativeReviewStatistics
                showAbstracts:   true
                groupByArticle:  false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions