yuki-2025
yuki-2025
@STJS0 Thanks and it is working!
> Found a temporary fix by installing a previous version of transformers > > I believe 4.38.0 is the min required transformers version for unsloth. > > `pip install transformers==4.38.0`...
> You'll need to be more specific that that. The site and server seem to be up. What exactly is your problem? Screenshots or error messages you're seeing would help...
I’m encountering the same error here. @gamo69497, did you manage to solve this? Can anyone help?
我更新了repo,更新了notionnext然后添加了API_BASE_URL,还是deployment error
你应该是跟我一样的问题,就是拿不到notion的page的数据。 我已经report 了notion help了,建议其他人也去notion(人类)客服那里投诉
> 配置里有个NOTION_TOKEN_V2 试试这个 这个怎么搞?
> 官方改变api调用方式了,要使用token的方式,但是作者这个还是之前被废弃的调用方式,我是申请了token,但是我不会改源代码啊,要改的话应该要改很多地方吧,静静等待中。 就是没有用notion api的方式去取notion的数据。https://developers.notion.com/docs/create-a-notion-integration。希望可以快点改吧
> > > 官方改变api调用方式了,要使用token的方式,但是作者这个还是之前被废弃的调用方式,我是申请了token,但是我不会改源代码啊,要改的话应该要改很多地方吧,静静等待中。 > > > > > > 就是没有用notion api的方式去取notion的数据。[https://developers.notion.com/docs/create-a-notion-integration。希望可以快点改吧](https://developers.notion.com/docs/create-a-notion-integration%E3%80%82%E5%B8%8C%E6%9C%9B%E5%8F%AF%E4%BB%A5%E5%BF%AB%E7%82%B9%E6%94%B9%E5%90%A7) > > 之前还可以将就用,现在直接调不出来了。这个有些日子了,不知道啥时候可以改。 我已经去提new feature了,不知道他们什么时候会做,希望可以改吧,就是改动可能会大。 已经这两个月我已经遇到了2次网站奔溃了,都是notion数据问题
> 大佬牛皮,正常了。 你是怎么改的? > 一个简单粗暴的补丁已提交,暂时应对此问题: [#3568](https://github.com/tangly1024/NotionNext/pull/3568) > > 更新至最新的main分支代码,测试一下此功能。 我根据 @https://github.com/tangly1024/NotionNext/commit/7bafaaa7e9185a9941694d25ad252542cccd71b6 去 lib\notion\getNotionAPI.js 加上了这些代码 ,然后重新vercel 部署也还是不行啊 ```js return new NotionLibrary({ activeUser: BLOG.NOTION_ACTIVE_USER || null, authToken: BLOG.NOTION_TOKEN_V2 || null, userTimeZone: Intl.DateTimeFormat().resolvedOptions().timeZone...