Skip to content

Type Error on starting a session #8

@Hegemon

Description

@Hegemon

Hi there,

When I tried to start a session, I get a TypeError.

C:\Python26\lib\site-packages\sugarcrm\sugarcrm.pyc in init(self, url, username, password)
76 rst_modules = self.get_available_modules()
77 for module_name in [module['module_key'] for
---> 78 module in rst_modules['modules']]:
79 try:
80 module = SugarModule(self, module_name)

TypeError: string indices must be integers

I'm not sure if I'm doing anything wrong or if there's some bug in the program. In case it matters, I'm connecting to an https site, not an http.

Any help or patch would be much appreciated! Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions