Skip to content
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

Clickmap doesn't work with new ID's #51

Closed
delta440 opened this issue Feb 25, 2015 · 3 comments
Closed

Clickmap doesn't work with new ID's #51

delta440 opened this issue Feb 25, 2015 · 3 comments

Comments

@delta440
Copy link

My guess is clickmap changed their ID format because mine looks like WVXXXWX5UGKXXX0F16021157XXI3PYX8 and your code seems to have a check in place to only accept a numeric ID

@delta440
Copy link
Author

After the following changes:

  • CLICKMAP_TRACKER_ID_RE = re.compile(r'^\d+$')
    +CLICKMAP_TRACKER_ID_RE = re.compile(r'^\S+$')
  •            "must be a (string containing) a number")
    
  •            "must be an alphanumeric string")
    

I received a 'ClickmapNode' object has no attribute 'portal_id' error

@jcassee
Copy link
Collaborator

jcassee commented Feb 26, 2015

Thanks, I'll change this shortly.

@jcassee
Copy link
Collaborator

jcassee commented Apr 19, 2015

Fixed in e44141b.

@jcassee jcassee closed this as completed Apr 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants