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
Thank you for your work on the development of this very useful code! I have recently encountered an error (it was working fine before, I think that Danbooru changed something in their API)
The following error occurs:
In _request: 422 - Locked, The resource is locked and cannot be modified - URL
After checking what is happening with the link it provides, it actually contains the requested list with a JSON object. But when fetched with python results in the following error:
Thank you for your work on the development of this very useful code! I have recently encountered an error (it was working fine before, I think that Danbooru changed something in their API)
When using two tags to access random picture:
The following error occurs:
In _request: 422 - Locked, The resource is locked and cannot be modified - URL
After checking what is happening with the link it provides, it actually contains the requested list with a JSON object. But when fetched with python results in the following error:
Expected Behavior
Return of list containing JSON object
Actual Behavior
Proper behavior for 1 tag and 1 tag with rating tag. Error when inputting more than one tag.
Steps to Reproduce
Context
The issue prevents from using more than one tag, excluding rating tag.
Environment
Pybooru Version: 4.2.2
Python Version: 3.8
Operating system: Windows 10
Link to your project: https://github.com/Magos-Errant/Shinsha
The text was updated successfully, but these errors were encountered: