Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • rhythmbox rhythmbox
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,759
    • Issues 1,759
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • rhythmboxrhythmbox
  • Issues
  • #1596
Closed
Open
Issue created Oct 08, 2017 by Bugzilla@bugzilla-migration💬Reporter

AttributeError: 'gi.repository.RB' object has no attribute 'error_dialog'

Submitted by gkrithi8

Link to original bug (#788679)

Description

Encountered the following trace in Magnatune plugin.

Traceback (most recent call last): File "/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/rb/Loader.py", line 32, in call_callback v = callback(data, *args) File "/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/magnatune/MagnatuneSource.py", line 426, in auth_data_cb RB.error_dialog(title = _("Error"), File "/usr/lib/python3/dist-packages/gi/module.py", line 139, in getattr self.name, name)) AttributeError: 'gi.repository.RB' object has no attribute 'error_dialog'

The rb_error_dialog is not introspectable from RB-3.0.gir.

<function name="error_dialog"
          c:identifier="rb_error_dialog"
          introspectable="0">

Version: HEAD

Assignee
Assign to
Time tracking