vrchatapi / VRChatPython

A Python library for the VRChat API.
41 stars 10 forks source link

vrcpy.errors.IntegretyError - what to do? #25

Closed royalroadprog closed 3 years ago

royalroadprog commented 3 years ago

I got the message "vrcpy.errors.IntegretyError: Object does not have unique key (pluginUrl) for World (Class definition may be outdated, please make an issue on github)" while running it through Heroku.

CaptainDestructo commented 3 years ago

Are you running the latest version? There was a recent patch

royalroadprog commented 3 years ago

I believe Heroku will automatically use the latest version from PyPI but the latest release date here was Nov 27, 2020.

CaptainDestructo commented 3 years ago

There’s been an update since then. Use the most recent code from this repo.

royalroadprog commented 3 years ago

Solved by changing the dependency to repo instead. Thank you.