René's URL Explorer Experiment


Title: Bug: User model · Issue #239 · Syncano/syncano-python · GitHub

Open Graph Title: Bug: User model · Issue #239 · Syncano/syncano-python

X Title: Bug: User model · Issue #239 · Syncano/syncano-python

Description: when trying to list the users in my instance (see following code) syncano.connect(api_key=API_KEY) users = User.please.list(instance_name=INSTANCE) for user in users: # print(user) print(user.user_key) I get the following error: Tracebac...

Open Graph Description: when trying to list the users in my instance (see following code) syncano.connect(api_key=API_KEY) users = User.please.list(instance_name=INSTANCE) for user in users: # print(user) print(user.user_...

X Description: when trying to list the users in my instance (see following code) syncano.connect(api_key=API_KEY) users = User.please.list(instance_name=INSTANCE) for user in users: # print(user) print(user.user_...

Opengraph URL: https://github.com/Syncano/syncano-python/issues/239

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Bug: User model","articleBody":"when trying to list the users in my instance (see following code)\n\n```\nsyncano.connect(api_key=API_KEY)\nusers = User.please.list(instance_name=INSTANCE)\nfor user in users:\n    # print(user)\n    print(user.user_key)\n```\n\nI get the following error:\n\n\u003e Traceback (most recent call last):\n\u003e   File \"_**syncano_backend/test/test.py\", line 34, in \u003cmodule\u003e\n\u003e     for user in users:\n\u003e   File \"/usr/local/lib/python3.5/dist-packages/syncano/models/manager.py\", line 812, in iterator\n\u003e     yield self.serialize(o)\n\u003e   File \"/usr/local/lib/python3.5/dist-packages/syncano/models/manager.py\", line 741, in serialize\n\u003e     return model(__properties) if self._serialize else data\n\u003e   File \"/usr/local/lib/python3.5/dist-packages/syncano/models/archetypes.py\", line 90, in __init__\n\u003e     self.to_python(kwargs)\n\u003e   File \"/usr/local/lib/python3.5/dist-packages/syncano/models/archetypes.py\", line 247, in to_python\n\u003e     setattr(self, field.name, value)\n\u003e   File \"/usr/local/lib/python3.5/dist-packages/syncano/models/fields.py\", line 105, in **set**\n\u003e     instance._raw_data[self.name] = self.to_python(value)\n\u003e   File \"/usr/local/lib/python3.5/dist-packages/syncano/models/fields.py\", line 524, in to_python\n\u003e     return self.rel(_*value)\n\u003e   File \"/usr/local/lib/python3.5/dist-packages/syncano/models/classes.py\", line 145, in **new**\n\u003e     raise SyncanoValidationError('Field \"instance_name\" is required.')\n\u003e syncano.exceptions.SyncanoValidationError: Field \"instance_name\" is required.\n\nI tested my api key in http://docs.syncano.io/v0.1.1/docs/users-list and it worked. It looks like the python lib cant create a user model object from the response.\n\nCode from the stacktrace\n\n```\n\n   def serialize(self, data, model=None):\n        \"\"\"Serializes passed data to related :class:`~syncano.models.base.Model` class.\"\"\"\n        model = model or self.model\n        if data == '':\n            return\n\n        if isinstance(data, model):\n            return data\n\n        if not isinstance(data, dict):\n            raise SyncanoValueError('Unsupported data type.')\n\n        properties = deepcopy(self.properties)\n        properties.update(data)\n        return model(**properties) if self._serialize else data`\n\n\n```\n","author":{"url":"https://github.com/Eggwise","@type":"Person","name":"Eggwise"},"datePublished":"2016-08-31T23:45:49.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":7},"url":"https://github.com/239/syncano-python/issues/239"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:fa415a77-519b-351d-6cb6-0af6f72f913d
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idDBA6:2F9FBB:157CFBC:1CA9AFE:697C1DE7
html-safe-nonced70ed9ea9528372665fbf67869f7f0f9f6fe1eeccd89b78c577eed123d3c0881
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQkE2OjJGOUZCQjoxNTdDRkJDOjFDQTlBRkU6Njk3QzFERTciLCJ2aXNpdG9yX2lkIjoiODM3Mjc0MDE1MDYwNTM4OTI4NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacda9592f41470ec8cc2b88973ce0e825cab53281fa155c686842c0c8255946508
hovercard-subject-tagissue:174405137
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/Syncano/syncano-python/239/issue_layout
twitter:imagehttps://opengraph.githubassets.com/5153c6bd7dec3bed9139634f1a18bd1bedf1f0aed0c753073b490e6d2f7a5d8b/Syncano/syncano-python/issues/239
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/5153c6bd7dec3bed9139634f1a18bd1bedf1f0aed0c753073b490e6d2f7a5d8b/Syncano/syncano-python/issues/239
og:image:altwhen trying to list the users in my instance (see following code) syncano.connect(api_key=API_KEY) users = User.please.list(instance_name=INSTANCE) for user in users: # print(user) print(user.user_...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameEggwise
hostnamegithub.com
expected-hostnamegithub.com
Noneda4f0ee56809799586f8ee546b27f94fe9b5893edfbf87732e82be45be013b52
turbo-cache-controlno-preview
go-importgithub.com/Syncano/syncano-python git https://github.com/Syncano/syncano-python.git
octolytics-dimension-user_id6367703
octolytics-dimension-user_loginSyncano
octolytics-dimension-repository_id16406574
octolytics-dimension-repository_nwoSyncano/syncano-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id16406574
octolytics-dimension-repository_network_root_nwoSyncano/syncano-python
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release787d8d274e314f52ce6d846c7581f9476d8dc736
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/Syncano/syncano-python/issues/239#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FSyncano%2Fsyncano-python%2Fissues%2F239
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FSyncano%2Fsyncano-python%2Fissues%2F239
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=Syncano%2Fsyncano-python
Reloadhttps://github.com/Syncano/syncano-python/issues/239
Reloadhttps://github.com/Syncano/syncano-python/issues/239
Reloadhttps://github.com/Syncano/syncano-python/issues/239
Syncano https://github.com/Syncano
syncano-pythonhttps://github.com/Syncano/syncano-python
Notifications https://github.com/login?return_to=%2FSyncano%2Fsyncano-python
Fork 4 https://github.com/login?return_to=%2FSyncano%2Fsyncano-python
Star 4 https://github.com/login?return_to=%2FSyncano%2Fsyncano-python
Code https://github.com/Syncano/syncano-python
Issues 4 https://github.com/Syncano/syncano-python/issues
Pull requests 1 https://github.com/Syncano/syncano-python/pulls
Actions https://github.com/Syncano/syncano-python/actions
Projects 0 https://github.com/Syncano/syncano-python/projects
Wiki https://github.com/Syncano/syncano-python/wiki
Security 0 https://github.com/Syncano/syncano-python/security
Insights https://github.com/Syncano/syncano-python/pulse
Code https://github.com/Syncano/syncano-python
Issues https://github.com/Syncano/syncano-python/issues
Pull requests https://github.com/Syncano/syncano-python/pulls
Actions https://github.com/Syncano/syncano-python/actions
Projects https://github.com/Syncano/syncano-python/projects
Wiki https://github.com/Syncano/syncano-python/wiki
Security https://github.com/Syncano/syncano-python/security
Insights https://github.com/Syncano/syncano-python/pulse
New issuehttps://github.com/login?return_to=https://github.com/Syncano/syncano-python/issues/239
New issuehttps://github.com/login?return_to=https://github.com/Syncano/syncano-python/issues/239
Bug: User modelhttps://github.com/Syncano/syncano-python/issues/239#top
https://github.com/opalczynski
https://github.com/Eggwise
https://github.com/Eggwise
Eggwisehttps://github.com/Eggwise
on Aug 31, 2016https://github.com/Syncano/syncano-python/issues/239#issue-174405137
http://docs.syncano.io/v0.1.1/docs/users-listhttp://docs.syncano.io/v0.1.1/docs/users-list
opalczynskihttps://github.com/opalczynski
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.