You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
What role does this piece of code play in poe.py? Will there be any errors if I delete this code? Because I want to deploy this project on Vercel, but this code needs to write files locally, which leads to its incorrect execution on Vercel.
` if self.device_id is None:
self.device_id = self.get_device_id()
A patch to prevent writing to the filesystem shouldn't be too hard. However, the device ID would have to be randomized each time, which could increase the chances of a ban.
What role does this piece of code play in poe.py? Will there be any errors if I delete this code? Because I want to deploy this project on Vercel, but this code needs to write files locally, which leads to its incorrect execution on Vercel.
` if self.device_id is None:
self.device_id = self.get_device_id()
`
The text was updated successfully, but these errors were encountered: